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 185046 - 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 183696
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 20:40 UTC by zolta
Modified: 2010-04-27 15:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168657


Attachments
stacktrace (2.30 KB, text/plain)
2010-04-26 20:40 UTC, zolta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zolta 2010-04-26 20:40:04 UTC
This bug was originally marked as duplicate of bug 143322, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
zolta: no idea will add details if reproducible




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.filesystems.DefaultAttributes.loadTable(DefaultAttributes.java:709)
   at org.openide.filesystems.DefaultAttributes.load(DefaultAttributes.java:659)
   at org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes.java:637)
Comment 1 zolta 2010-04-26 20:40:12 UTC
Created attachment 98082 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-04-27 15:27:18 UTC
There is a lot of exception like 

INFO [org.netbeans.JarClassLoader]: Cannot open /home/zolta/bin/netbeans-6.8/platform11/core/org-openide-filesystems.jar
java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:114)
        at java.util.jar.JarFile.<init>(JarFile.java:135)
        at java.util.jar.JarFile.<init>(JarFile.java:114)
        at org.netbeans.JarClassLoader$JarSource$1.call(JarClassLoader.java:443)
        at org.netbeans.JarClassLoader$JarSource$1.call(JarClassLoader.java:440)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at org.netbeans.JarClassLoader$JarSource.getJarFile(JarClassLoader.java:456)
        at org.netbeans.JarClassLoader$JarSource.resource(JarClassLoader.java:489)
        at org.netbeans.Archive.getData(Archive.java:196)
        at org.netbeans.JarClassLoader$JarSource.doGetResource(JarClassLoader.java:469)
 

in the messages.log file. This might be another example of running out of open file handles (quite common on Linux). If this happens again, you can find list of open file descriptors in /proc filesystem. Knowing the list could be helpful to understand who to blame.

Meanwhile let's hope the problem is fixed by bug 183696

*** This bug has been marked as a duplicate of bug 183696 ***