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 226218

Summary: java.io.IOException: Cannot create folder: C:\Users\prash\AppData\Local\NetBeans\Cache\7.3rc1\index\s130\java\14\classes\<error>
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: SourceAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: emiddio
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198666
Attachments: stacktrace

Description Exceptions Reporter 2013-02-17 06:14:22 UTC
This bug was originally marked as duplicate of bug 222297, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 RC1 (Build 201301240957)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 7

User Comments:
GUEST: When i try to run, i got this error. This error wasn't in "output" window, but in a seperate window..




Stacktrace: 
java.io.IOException: Cannot create folder: C:\Users\prash\AppData\Local\NetBeans\Cache\7.3rc1\index\s130\java\14\classes\<error>
   at org.netbeans.modules.java.source.parsing.WriteBackTransaction$CachedFileObject.flush(WriteBackTransaction.java:458)
   at org.netbeans.modules.java.source.parsing.WriteBackTransaction.doFlushFiles(WriteBackTransaction.java:310)
   at org.netbeans.modules.java.source.parsing.WriteBackTransaction.flushFiles(WriteBackTransaction.java:301)
   at org.netbeans.modules.java.source.parsing.WriteBackTransaction.commit(WriteBackTransaction.java:293)
   at org.netbeans.modules.java.source.indexing.TransactionContext.commit(TransactionContext.java:93)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$Factory.scanFinished(JavaCustomIndexer.java:988)
Comment 1 Exceptions Reporter 2013-02-17 06:14:25 UTC
Created attachment 131478 [details]
stacktrace
Comment 2 Jiri Prox 2013-06-25 12:17:57 UTC
Steps to reproduce:
1) create new j2se project
2) rename the package to "com"
3) quickly rename package to "com2"
Comment 3 Exceptions Reporter 2014-07-09 12:19:17 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=198666
Comment 4 Tomas Zezula 2014-07-24 12:59:09 UTC
The problem with <error> or <any> is already fixed 098c82ebe173.
The last two reports (730078,729487) which do not have any special character in the path are invalid.