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 99604 - repeated exception window renders IDE useless
Summary: repeated exception window renders IDE useless
Status: RESOLVED DUPLICATE of bug 99480
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-31 09:47 UTC by Milos Kleint
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
zipped messages log (128.05 KB, application/x-compressed)
2007-03-31 09:58 UTC, Milos Kleint
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2007-03-31 09:47:20 UTC
At some point in time, when working with a project's sources, I started getting
this exception repeatedly, forcing me to exit the IDE.

more in messages.log file attached.

SEVERE [global]
java.io.FileNotFoundException:
/home/mkleint/.netbeans/dev/var/cache/index/0.1/s180/classes/org/openide/filesystems/FileChangeListener.sig
(Too many open files)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
        at java.io.PrintWriter.<init>(PrintWriter.java:218)
        at
org.netbeans.modules.java.source.ParamNameResolver.dumpSymFile(ParamNameResolver.java:120)
        at
org.netbeans.modules.java.source.ParamNameResolver.resolveNames(ParamNameResolver.java:84)
        at
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:995)
        at
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:985)
        at
org.netbeans.modules.java.source.usages.SymbolDumper.dumpImpl(SymbolDumper.java:415)
        at
org.netbeans.modules.java.source.usages.SymbolDumper.dumpImpl(SymbolDumper.java:329)
        at
org.netbeans.modules.java.source.usages.SymbolDumper.dump(SymbolDumper.java:250)
        at
org.netbeans.modules.java.source.ParamNameResolver.dumpSymFile(ParamNameResolver.java:121)
        at
org.netbeans.modules.java.source.ParamNameResolver.resolveNames(ParamNameResolver.java:84)
        at
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:995)
        at
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:985)
        at
org.netbeans.modules.java.source.usages.SymbolDumper.dumpImpl(SymbolDumper.java:415)
        at
org.netbeans.modules.java.source.usages.SymbolDumper.dumpImpl(SymbolDumper.java:329)
        at
org.netbeans.modules.java.source.usages.SymbolDumper.dump(SymbolDumper.java:250)
        at
org.netbeans.modules.java.source.ParamNameResolver.dumpSymFile(ParamNameResolver.java:121)
        at
org.netbeans.modules.java.source.ParamNameResolver.resolveNames(ParamNameResolver.java:84)
        at
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:995)
        at
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:985)
        at
org.netbeans.modules.java.source.usages.SymbolDumper.dumpImpl(SymbolDumper.java:415)
        at
org.netbeans.modules.java.source.usages.SymbolDumper.dumpImpl(SymbolDumper.java:329)
        at
org.netbeans.modules.java.source.usages.SymbolDumper.dump(SymbolDumper.java:250)
Comment 1 Milos Kleint 2007-03-31 09:58:46 UTC
Created attachment 40232 [details]
zipped messages log
Comment 2 Jan Lahoda 2007-04-01 20:07:33 UTC
Please use newer build, thanks.

*** This issue has been marked as a duplicate of 99480 ***
Comment 3 Dusan Balek 2007-09-21 10:06:29 UTC
*** Issue 106911 has been marked as a duplicate of this issue. ***