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 59025 - Can't find resource for bundle org.openide.util.NbBundle$PBundle, key
Summary: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-18 14:44 UTC by jlaskowski
Modified: 2005-09-05 10:12 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 jlaskowski 2005-05-18 14:44:41 UTC
At BEA WebLogic 9.0 BETA (Diablo) startup, the following error messages showed
up. The serverplugins module worked in NetBeans IDE 4.2-dev built from today's
sources. Despite the errors, WLS worked fine.

*********** Exception occurred ************ at 3:39 PM on May 18, 2005
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:603)
	at
org.netbeans.modules.j2ee.weblogic9.optional.WLStartServer$WLStartRunnable.run(WLStartServer.java:182)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:419)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:794)
Comment 1 Kirill Sorokin 2005-05-24 12:04:48 UTC
This was due to a misspelling which caused the attempt to fetch a message from
the bundle basing on an empty key. This is fixed in the current version.
Comment 2 Petr Blaha 2005-08-15 17:42:11 UTC
Ca'nt reproduce in build 20050815. I'm marking as verified.