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 174331 - java.util.MissingResourceException: No such bundle org.netbeans.core.windows.services.Bundle
Summary: java.util.MissingResourceException: No such bundle org.netbeans.core.windows....
Status: RESOLVED WONTFIX
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-12 09:50 UTC by matusdekanek
Modified: 2009-10-27 14:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159999


Attachments
stacktrace (1.83 KB, text/plain)
2009-10-12 09:50 UTC, matusdekanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matusdekanek 2009-10-12 09:50:03 UTC
This issue was originally marked as duplicate of issue 167231, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.8 M2 (Build 200910071658)
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:
matusdekanek: starting automated test of java profiler



Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.core.windows.services.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:443)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:391)
        at org.netbeans.core.windows.services.NbPresenter.<init>(NbPresenter.java:124)
        at org.netbeans.core.windows.services.NbDialog.<init>(NbDialog.java:64)
        at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:132)
        at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:107)
Comment 1 matusdekanek 2009-10-12 09:50:08 UTC
Created attachment 89294 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2009-10-12 13:55:02 UTC
i don't know what the automated test should do but the message log is full of 'cannot open xyz.jar' messages
profiler team, please evaluate (maybe invalid test environment?)
Comment 3 Jiri Sedlacek 2009-10-27 14:18:52 UTC
According to IDE logfile this is caused by 'Too many open files'. Please use 'ulimit -n' to increase the limit for open
files.