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 219776 - java.util.MissingResourceException: No such bundle org.netbeans.modules.versioning.system.cvss.resources.Bundle
Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.versi...
Status: RESOLVED WORKSFORME
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-09 17:05 UTC by vanob
Modified: 2015-02-04 03:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183093


Attachments
stacktrace (1.60 KB, text/plain)
2012-10-09 17:05 UTC, vanob
Details
stacktrace (1.64 KB, text/plain)
2013-06-04 13:07 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vanob 2012-10-09 17:05:51 UTC
Build: NetBeans IDE Dev (Build 201210090002)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: SunOS

Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.versioning.system.cvss.resources.Bundle
   at org.openide.util.NbBundle.getBundle(NbBundle.java:451)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:383)
   at org.netbeans.modules.options.keymap.LayersBridge.initActions(LayersBridge.java:151)
   at org.netbeans.modules.options.keymap.LayersBridge.initActions(LayersBridge.java:132)
   at org.netbeans.modules.options.keymap.LayersBridge.getActions(LayersBridge.java:117)
   at org.netbeans.modules.options.keymap.KeymapModel.getActionCategories(KeymapModel.java:108)
Comment 1 vanob 2012-10-09 17:05:53 UTC
Created attachment 125645 [details]
stacktrace
Comment 2 Svata Dedic 2012-10-12 21:00:09 UTC
Just reading std attribute SystemFileSystem.localizingBundle. I guess that some VCS module forgot to add bundle or made a typo.
Comment 3 Ondrej Vrabec 2012-10-13 18:00:00 UTC
(In reply to comment #2)
> Just reading std attribute SystemFileSystem.localizingBundle. I guess that some
> VCS module forgot to add bundle or made a typo.
But where did you get a reference to a cvs bundle? The module is not installed, it was moved to update center long time ago (i guess some around 7.1) and there shouldn't be any need to load anything from the CVS module
Comment 4 Svata Dedic 2012-10-13 18:07:31 UTC
Layers bridge ... isn't there some copied .instance file in the userdir ?
Comment 5 Jiri Kovalsky 2013-06-04 13:07:27 UTC
Created attachment 135324 [details]
stacktrace

Just launched fresh 7.3.1, opened MemoryView project, selected the project root node and hit F7.
Comment 6 Quality Engineering 2015-02-04 03:35:54 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.