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 - Start Server (Debug) throws MissingResourceException
Summary: Start Server (Debug) throws MissingResourceException
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-01 15:07 UTC by Alexander Kouznetsov
Modified: 2006-03-24 12:47 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 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