This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268879 - org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot create folder 1 in folder C:/Users/leonardo/AppData/Local/NetBeans/Cache/8.2/index/s27/errors.
Summary: org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot create fo...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-07 21:16 UTC by leonardo_024
Modified: 2016-11-07 21:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227123


Attachments
stacktrace (1.53 KB, text/plain)
2016-11-07 21:16 UTC, leonardo_024
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leonardo_024 2016-11-07 21:16:44 UTC
This bug was originally marked as duplicate of bug 238229, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 8.1

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>
java.io.IOException: No index base folder.
	at org.netbeans.modules.parsing.impl.indexing.lucene.LuceneIndexFactory.getCache(LuceneIndexFactory.java:109)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.storeChanges(RepositoryUpdater.java:3638)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFinished(RepositoryUpdater.java:2573)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5757)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5637)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2150)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:304)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2146)
	at org.netbeans.modules.parsing.impl.i

GUEST: Abrindo o NetBeans

leonardo_024: <Please provide a description of the problem or the steps to reproduce>


org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot create folder 1 in folder C:/Users/leonardo/AppData/Local/NetBeans/Cache/8.2/index/s27/errors.




Stacktrace: 
org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot create folder 1 in folder C:/Users/leonardo/AppData/Local/NetBeans/Cache/8.2/index/s27/errors.
   at org.netbeans.modules.masterfs.filebasedfs.utils.FSException.io(FSException.java:118)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createFolder(FolderObj.java:305)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createFolderImpl(FolderObj.java:259)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$2.call(FolderObj.java:324)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$2.call(FolderObj.java:322)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:122)
Comment 1 leonardo_024 2016-11-07 21:16:46 UTC
Created attachment 162818 [details]
stacktrace