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 189796 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_CannotReadServerLibraries
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-24 06:47 UTC by phonglevan14
Modified: 2010-08-28 03:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172110


Attachments
stacktrace (4.63 KB, text/plain)
2010-08-24 06:47 UTC, phonglevan14
Details

Note You need to log in before you can comment on or make changes to this bug.
Description phonglevan14 2010-08-24 06:47:45 UTC
Build: NetBeans IDE Dev (Build 201007290001)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP

Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_CannotReadServerLibraries
   at java.util.ResourceBundle.getObject(ResourceBundle.java:386)
   at java.util.ResourceBundle.getString(ResourceBundle.java:346)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:637)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:731)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:653)
   at org.netbeans.modules.j2ee.weblogic9.config.WarDeploymentConfiguration.getLibraries(WarDeploymentConfiguration.java:381)
Comment 1 phonglevan14 2010-08-24 06:47:52 UTC
Created attachment 101623 [details]
stacktrace
Comment 2 Petr Hejl 2010-08-27 08:18:11 UTC
Fixed in web-main 70076c0663a1.
Comment 3 Quality Engineering 2010-08-28 03:45:56 UTC
Integrated into 'main-golden', will be available in build *201008280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/70076c0663a1
User: Petr Hejl <phejl@netbeans.org>
Log: #189796 java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_CannotReadServerLibraries