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 60704

Summary: Start Server (Debug) throws MissingResourceException
Product: serverplugins Reporter: Alexander Kouznetsov <mrkam>
Component: WebLogicAssignee: issues@serverplugins <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Kouznetsov 2005-07-01 15:07:55 UTC
Steps to reproduce:
- add WebLogic server
- try to start it in debug mode
- RESULT: The following exception is thrown:
Annotation: Exception occurred in Request Processor
Annotation: Missing resource from class: org.openide.util.NbBundle$PBundle
Annotation: Key which was not found: 
java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key 
	at java.util.ResourceBundle.getObject(ResourceBundle.java:326)
	at java.util.ResourceBundle.getString(ResourceBundle.java:286)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:606)
	at
org.netbeans.modules.j2ee.weblogic9.optional.WLStartServer$WLStartDebugRunnable.run(WLStartServer.java:483)
	at org.openide.util.Task.run(Task.java:189)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)
Comment 1 Pavel Buzek 2005-07-26 03:51:40 UTC
Hotfix in trunk, still does not report the failure correctly (and it does NOT
start within the limit of 120 000 ms), but the exception is gone.
Comment 2 Pavel Buzek 2005-07-26 15:19:35 UTC
fixed in trunk
Comment 3 zikmund 2005-08-30 08:17:47 UTC
It was fixed only in trunk -> correcting Status Whiteboard to 42only.
Comment 4 Michal Mocnak 2005-09-07 12:51:23 UTC
Verified in trunk