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 176145 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_ExceptionOccurred
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-08 23:37 UTC by prasadr24
Modified: 2010-03-04 22:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160840


Attachments
stacktrace (2.44 KB, text/plain)
2009-11-08 23:37 UTC, prasadr24
Details

Note You need to log in before you can comment on or make changes to this bug.
Description prasadr24 2009-11-08 23:37:31 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key MSG_ExceptionOccurred
        at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
        at java.util.ResourceBundle.getString(ResourceBundle.java:344)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:631)
        at org.netbeans.modules.j2ee.sun.ide.j2ee.LogHyperLinkSupport$Link.outputLineAction(LogHyperLinkSupport.java:251)
        at org.netbeans.core.output2.OutputTab.lineClicked(OutputTab.java:208)
        at org.netbeans.core.output2.OutputPane.lineClicked(OutputPane.java:77)
Comment 1 prasadr24 2009-11-08 23:37:34 UTC
Created attachment 90565 [details]
stacktrace
Comment 2 Vince Kraemer 2009-11-16 11:07:59 UTC
not a stopper for 6.8, though the fix looks pretty easy.
Comment 3 Vince Kraemer 2009-11-23 16:51:54 UTC
set up to HR guidelines...

set to started.
Comment 4 Quality Engineering 2010-03-04 22:09:41 UTC
Integrated into 'main-golden', will be available in build *201003050200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/114bb408eacc
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #176145: prevent a MissingResourceException
Comment 5 Vince Kraemer 2010-03-04 22:22:24 UTC
in the trunk