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 249351

Summary: java.util.MissingResourceException: No such bundle org.openide.filesystems.Bundle
Product: platform Reporter: marckoby
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214155
Attachments: stacktrace

Description marckoby 2014-12-15 00:17:09 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-2379-on-20141125)
VM: OpenJDK 64-Bit Server VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_65-b32
OS: Linux

User Comments:
marckoby: rake assets clean




Stacktrace: 
java.util.MissingResourceException: No such bundle org.openide.filesystems.Bundle
   at org.openide.util.NbBundle.getBundle(NbBundle.java:451)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:399)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at org.openide.filesystems.XMLFileSystem.getDisplayName(XMLFileSystem.java:466)
   at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:332)
   at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:309)
Comment 1 marckoby 2014-12-15 00:17:12 UTC
Created attachment 151107 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-12-19 12:10:40 UTC
It seems to be related to some problem in auto-update.
Can you reproduce the bug in newly downloaded development NetBeans version?
Thank you.
Comment 3 Jaroslav Havlin 2015-10-29 12:33:40 UTC
Closing as incomplete. Please reopen the issue if you can still reproduce the problem. Thank you.