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 159338 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACTION_FONT_TYPE.accel.mac
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords:
: 159373 159588 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-02-27 16:14 UTC by Jaromir Uhrik
Modified: 2009-04-01 10:18 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146862


Attachments
stacktrace (2.98 KB, text/plain)
2009-02-27 16:14 UTC, Jaromir Uhrik
Details
stacktrace (3.14 KB, text/plain)
2009-02-27 22:17 UTC, Petr Jiricka
Details
stacktrace (4.00 KB, text/plain)
2009-02-28 02:08 UTC, Exceptions Reporter
Details
stacktrace (3.89 KB, text/plain)
2009-03-02 10:30 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-02-27 16:14:07 UTC
Build: NetBeans IDE Dev (Build 200902270313)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
juhrik: Go to View|Ide Log and the exception appears



Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACTION_FONT_TYPE.accel.mac
        at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
        at java.util.ResourceBundle.getString(ResourceBundle.java:285)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:631)
        at org.netbeans.core.output2.OutputTab$TabAction.getAcceleratorFor(OutputTab.java:849)
        at org.netbeans.core.output2.OutputTab$TabAction.<init>(OutputTab.java:809)
        at org.netbeans.core.output2.OutputTab.<init>(OutputTab.java:771)
Comment 1 Jaromir Uhrik 2009-02-27 16:14:18 UTC
Created attachment 77478 [details]
stacktrace
Comment 2 Petr Jiricka 2009-02-27 22:17:31 UTC
Build: NetBeans IDE Dev (Build 200902270313)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-132, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-275
OS: Mac OS X, 10.4.11, i386

User Comments: 
Tried to build a trivial JavaSE project

Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACTION_FONT_TYPE.accel.mac
        at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
        at java.util.ResourceBundle.getString(ResourceBundle.java:285)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:631)
        at org.netbeans.core.output2.OutputTab$TabAction.getAcceleratorFor(OutputTab.java:849)
        at org.netbeans.core.output2.OutputTab$TabAction.<init>(OutputTab.java:809)
        at org.netbeans.core.output2.OutputTab.<init>(OutputTab.java:771)
Comment 3 Petr Jiricka 2009-02-27 22:17:41 UTC
Created attachment 77499 [details]
stacktrace
Comment 4 Petr Jiricka 2009-02-27 22:20:31 UTC
I suspect this breaks commit validation, increasing priority to P2.
http://bertram.russia.sun.com/hudson/job/web-main/22/testReport/org.netbeans.test.ide/IDEValidation/testBuildAndRun/
Comment 5 Exceptions Reporter 2009-02-28 02:08:40 UTC
Build: NetBeans IDE Dev (Build 200902270313)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_07-b06-56, Java(TM) SE Runtime Environment, 1.6.0_07-b06-146
OS: Mac OS X, 10.5.6, x86_64

User Comments: 


Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACTION_FONT_TYPE.accel.mac
        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.core.output2.OutputTab$TabAction.getAcceleratorFor(OutputTab.java:849)
        at org.netbeans.core.output2.OutputTab$TabAction.<init>(OutputTab.java:809)
        at org.netbeans.core.output2.OutputTab.<init>(OutputTab.java:771)
Comment 6 Exceptions Reporter 2009-02-28 02:08:49 UTC
Created attachment 77502 [details]
stacktrace
Comment 7 t_h 2009-02-28 11:37:02 UTC
3f77f4bd7285
Comment 8 t_h 2009-03-01 16:24:28 UTC
*** Issue 159373 has been marked as a duplicate of this issue. ***
Comment 9 Vince Kraemer 2009-03-01 16:44:40 UTC
This change has not made it into main or main-golden yet...
Comment 10 Max Sauer 2009-03-02 10:29:59 UTC
Build: NetBeans IDE Dev (Build 20090302022653)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_07-b06-57, Java(TM) SE Runtime Environment, 1.6.0_07-b06-153
OS: Mac OS X, 10.5.6, x86_64

User Comments: 
Cannot start debugging session (debug maibn project).

Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACTION_FONT_TYPE.accel.mac
        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.core.output2.OutputTab$TabAction.getAcceleratorFor(OutputTab.java:849)
        at org.netbeans.core.output2.OutputTab$TabAction.<init>(OutputTab.java:809)
        at org.netbeans.core.output2.OutputTab.<init>(OutputTab.java:771)
Comment 11 Max Sauer 2009-03-02 10:30:11 UTC
Created attachment 77548 [details]
stacktrace
Comment 12 Max Sauer 2009-03-02 10:37:13 UTC
Cannot build j2se project, cannot run j2se project, cannot start debugging session => P1.
Comment 13 Antonin Nebuzelsky 2009-03-02 12:37:24 UTC
There was not a production trunk build with Tomas's change yet.

The change got through core-main to main-silver, but not any further yet.

Marking fixed again. Please, verify after QA job adds a comment to this issue with integration to main-golden and with a
link to production build with the changeset.
Comment 14 Vince Kraemer 2009-03-02 20:16:39 UTC
http://hg.netbeans.org/main/rev/7eb4271190fc
Comment 15 Quality Engineering 2009-03-02 20:56:37 UTC
Integrated into 'main-golden', will be available in build *200903021401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3f77f4bd7285
User: Tomas Holy <t_h@netbeans.org>
Log: #159338: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACTION_FONT_TYPE.accel.mac
Comment 16 Quality Engineering 2009-03-03 09:11:20 UTC
Integrated into 'main-golden', will be available in build *200903030229* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7eb4271190fc
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #159338 : tired of waiting for fix to bubble into main from main-silver. 5 days is too long.
Comment 17 t_h 2009-03-04 09:38:04 UTC
*** Issue 159588 has been marked as a duplicate of this issue. ***
Comment 18 martinhavle 2009-04-01 10:18:10 UTC
Seems to be fixed properly - does not occur anymore in any case described.