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 143324 - 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 143322
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-08-08 16:31 UTC by Alexander Kouznetsov
Modified: 2008-12-22 13:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 17226


Attachments
stacktrace (3.91 KB, text/plain)
2008-08-08 16:31 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2008-08-08 16:31:04 UTC
Build: NetBeans IDE Dev (Build 080807)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b24
OS: Windows XP, 5.1, x86

User Comments: 
Executed performance EnterpriseSetup test using Shift-F6 from the IDE and got his exception in the end.

Stacktrace: 
java.util.MissingResourceException: No such bundle org.openide.filesystems.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:438)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:386)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
        at org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes.java:702)
        at org.openide.filesystems.DefaultAttributes.load(DefaultAttributes.java:652)
        at org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes.java:630)
Comment 1 Alexander Kouznetsov 2008-08-08 16:31:11 UTC
Created attachment 66913 [details]
stacktrace
Comment 2 Lukas Hasik 2008-08-11 13:07:31 UTC
is it reproducible?
Comment 3 Alexander Kouznetsov 2008-08-11 13:14:02 UTC
Not really.
Comment 4 Jiri Skrivanek 2008-08-19 08:40:22 UTC
Please, where I can find the test?
Comment 5 Alexander Kouznetsov 2008-08-19 09:50:47 UTC
main\performance\enterprise project, you need to build performance project and restart IDE before test run
Comment 6 Jiri Skrivanek 2008-08-26 16:10:58 UTC

*** This issue has been marked as a duplicate of 143322 ***