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 222486

Summary: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key CTL_ViewUpdateCenterAction
Product: third-party Reporter: mindjoy
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal CC: jrechtacek
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 191666
Attachments: stacktrace

Description mindjoy 2012-11-20 17:56:17 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 20.10-b01, Java(TM) SE Runtime Environment, 1.6.0_35-b10
OS: Windows 7

User Comments:
GUEST: JUst try to start a app

GUEST: Error when trying to access to preference panel for keymap setting on OSX Mountain Lion.

mindjoy: Just opening Output Settings.

mindjoy: Trying to run Maven build: mvn -DskipTests=true clean install

mindjoy: Running:

mvn -DskipTests=yes clean install




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key CTL_ViewUpdateCenterAction
   at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
   at java.util.ResourceBundle.getString(ResourceBundle.java:334)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:642)
   at com.caucho.netbeans.actions.ViewUpdateCenterAction.getName(ViewUpdateCenterAction.java:56)
   at org.openide.util.actions.SystemAction.getValue(SystemAction.java:174)
   at org.netbeans.modules.options.keymap.LayersBridge$GlobalAction.getDisplayName(LayersBridge.java:663)
Comment 1 mindjoy 2012-11-20 17:56:20 UTC
Created attachment 128157 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-11-21 08:15:02 UTC
The broken module is com.caucho.netbeans. It's not a part of IDE distribution I guess. I don't know where this module comes from. Assigned to Update Centers to find out where this module is hosted.
Comment 3 Jiri Kovalsky 2012-11-21 13:31:09 UTC
Ivica, did you have ResinTemplateModule plugin [1] installed when this happened?

[1] http://plugins.netbeans.org/plugin/39319
Comment 4 mindjoy 2012-11-21 13:52:41 UTC
Yes, I had it installed in the previous NetBeans version where it's taken from.
Comment 5 Jiri Kovalsky 2012-11-21 14:20:42 UTC
Paul, can you please take a look at this bug in your plugin? Thanks a lot!