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 171607 - java.util.MissingResourceException: No such bundle org.openide.filesystems.Bundle
Summary: java.util.MissingResourceException: No such bundle org.openide.filesystems.Bu...
Status: RESOLVED DUPLICATE of bug 159093
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-07 11:15 UTC by Vojtech Sigler
Modified: 2009-09-07 12:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157968


Attachments
stacktrace (1.64 KB, text/plain)
2009-09-07 11:15 UTC, Vojtech Sigler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtech Sigler 2009-09-07 11:15:12 UTC
Build: NetBeans IDE Dev (Build 200909040632)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, i386

User Comments:
vsigler: Closed several projects at once. There should not be a problem with wrong installation as I just downloaded the full zipped NetBeans distribution, unpacked and launched.



Stacktrace: 
java.util.MissingResourceException: No such bundle org.openide.filesystems.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:443)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:391)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:634)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:728)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:667)
        at org.openide.filesystems.JarFileSystem.setJarFile(JarFileSystem.java:286)
Comment 1 Vojtech Sigler 2009-09-07 11:15:17 UTC
Created attachment 87210 [details]
stacktrace
Comment 2 Vojtech Sigler 2009-09-07 11:39:52 UTC
Looking into the log, I can seen a "too many open files" message. Also, after this exception fired I was no longer able
to clean/build projects with similar FNFE: too many open files.

After I restarted the ide all projects which were previously opened were closed, but files remained opened. Though it is
possible that I really had too many projects open at once, the IDE should still handle this reasonably.
Comment 3 Jiri Skrivanek 2009-09-07 12:08:50 UTC

*** This issue has been marked as a duplicate of 159093 ***
Comment 4 Vojtech Sigler 2009-09-07 12:16:09 UTC
Is it really a duplicate of #159093? The issue is resolved as fixed and seems to be a bit different. I think that the
problem here is that NetBeans does not handle situation with too many open files.
Comment 5 Jiri Skrivanek 2009-09-07 12:28:11 UTC
Yes, it is. It was marked as fixed by accident. It will be corrected. That issue is an umbrella for ClassNotFound and
similar occasional failures. If you have a reproducible test case with empty userdir, please describe it to issue 159093.