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 - java.util.MissingResourceException: No such bundle org.openide.filesystems.Bundle
Summary: java.util.MissingResourceException: No such bundle org.openide.filesystems.Bu...
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-15 00:17 UTC by marckoby
Modified: 2015-10-29 12:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214155


Attachments
stacktrace (2.82 KB, text/plain)
2014-12-15 00:17 UTC, marckoby
Details

Note You need to log in before you can comment on or make changes to this bug.
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.