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

Summary: java.util.MissingResourceException: No such bundle org.openide.filesystems.Bundle
Product: platform Reporter: Alexander Kouznetsov <mrkam>
Component: FilesystemsAssignee: Jiri Skrivanek <jskrivanek>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: RANDOM
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=17226
Issue Type: DEFECT Exception Reporter: 17226
Attachments: stacktrace

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 ***