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 169309

Summary: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACTION_compile.single
Product: java Reporter: kovica <kovica>
Component: ProjectAssignee: Jan Jancura <jjancura>
Status: RESOLVED FIXED    
Severity: blocker CC: alihamdan, andrewmichael, atehrani, choces, draakhan, egalli, fedesaravia, homeryau, maximuslinux, metadata, mmirilovic, rarenal, ronlee, rrtipton, senneko
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=154341
Issue Type: DEFECT Exception Reporter: 154341
Attachments: stacktrace
java.util.MissingResourceException

Description kovica 2009-07-28 12:11:50 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-11-generic, amd64

User Comments:
kovica: Steps:
- create new Java Application project
- add a package (com.emg.system.util for example)
- add a main class to that package (Service for example)
- compile



Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key ACTION_compile.single
        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.java.j2seproject.J2SEActionProvider.invokeAction(J2SEActionProvider.java:519)
        at org.netbeans.modules.groovy.support.LookupMergerSupport$MergedActionProvider.invokeAction(LookupMergerSupport.java:111)
        at org.netbeans.modules.project.ui.actions.FileCommandAction.actionPerformed(FileCommandAction.java:96)
Comment 1 kovica 2009-07-28 12:11:59 UTC
Created attachment 85320 [details]
stacktrace
Comment 2 kovica 2009-07-28 12:25:07 UTC
I have to point out that Compile on Save is enabled and I pressed F9 to compile to class.
Comment 3 Jan Jancura 2009-07-28 13:22:38 UTC
fixed in $7f7aefeba362$
Comment 4 Quality Engineering 2009-07-29 06:03:36 UTC
Integrated into 'main-golden', will be available in build *200907290201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7f7aefeba362
User: Jan Jancura <jjancura@netbeans.org>
Log: #169309: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle, key ACTION_compile.single
Comment 5 Jan Lahoda 2009-10-26 10:10:49 UTC
*** Issue 175224 has been marked as a duplicate of this issue. ***
Comment 6 diego_lara 2009-11-18 16:10:35 UTC
Created attachment 91297 [details]
java.util.MissingResourceException