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 171914 - MissingResourceException
Summary: MissingResourceException
Status: RESOLVED DUPLICATE of bug 175089
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks: 149027
  Show dependency tree
 
Reported: 2009-09-10 12:58 UTC by Petr Hejl
Modified: 2009-10-21 13:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2009-09-10 12:58:24 UTC
Happening when editing WS attributes of Calculator sample.

java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key
COMBO_Passwd_Derived_Info
	at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
	at java.util.ResourceBundle.getString(ResourceBundle.java:344)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:634)
	at org.netbeans.modules.websvc.wsitconf.ui.ComboConstants.<clinit>(ComboConstants.java:80)
Caused: java.lang.ExceptionInInitializerError
	at
org.netbeans.modules.websvc.wsitconf.wsdlmodelext.ProfilesModelHelper.getWSITSecurityProfile(ProfilesModelHelper.java:338)
	at org.netbeans.modules.websvc.wsitconf.ui.client.ClientView.isCallBackConfigRequired(ClientView.java:225)
	at org.netbeans.modules.websvc.wsitconf.ui.client.ClientView.<init>(ClientView.java:164)
	at org.netbeans.modules.websvc.wsitconf.ui.client.ClientTopComponent.doInitialize(ClientTopComponent.java:147)
	at org.netbeans.modules.websvc.wsitconf.ui.client.ClientTopComponent.addNotify(ClientTopComponent.java:174)
	at java.awt.Container.addNotify(Container.java:2578)
	at javax.swing.JComponent.addNotify(JComponent.java:4685)
	at java.awt.Container.addNotify(Container.java:2578)
	at javax.swing.JComponent.addNotify(JComponent.java:4685)
	at java.awt.Container.addNotify(Container.java:2578)
	at javax.swing.JComponent.addNotify(JComponent.java:4685)
	at java.awt.Container.addNotify(Container.java:2578)
	at javax.swing.JComponent.addNotify(JComponent.java:4685)
	at java.awt.Container.addNotify(Container.java:2578)
	at javax.swing.JComponent.addNotify(JComponent.java:4685)
	at javax.swing.JRootPane.addNotify(JRootPane.java:739)
	at java.awt.Container.addNotify(Container.java:2578)
	at java.awt.Window.addNotify(Window.java:662)
	at java.awt.Dialog.addNotify(Dialog.java:742)
	at org.netbeans.core.windows.services.NbPresenter.addNotify(NbPresenter.java:427)
	at java.awt.Window.pack(Window.java:703)
	at org.netbeans.core.windows.services.NbPresenter.initialize(NbPresenter.java:251)
	at org.netbeans.core.windows.services.NbPresenter.<init>(NbPresenter.java:181)
	at org.netbeans.core.windows.services.NbDialog.<init>(NbDialog.java:64)
	at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:132)
	at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:107)
	at org.openide.util.Mutex.doEventAccess(Mutex.java:1355)
	at org.openide.util.Mutex.readAccess(Mutex.java:268)
	at org.netbeans.core.windows.services.DialogDisplayerImpl.createDialog(DialogDisplayerImpl.java:107)
	at
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl.openEditor(EditWSAttributesCookieImpl.java:121)
	at
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl.access$000(EditWSAttributesCookieImpl.java:81)
[catch] at
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl$1.run(EditWSAttributesCookieImpl.java:96)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:117)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Martin Grebac 2009-10-21 13:32:57 UTC

*** This issue has been marked as a duplicate of 175089 ***