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 115805 - java.util.MissingResourceException: No such bundle
Summary: java.util.MissingResourceException: No such bundle
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-18 10:28 UTC by pzajac
Modified: 2010-04-28 05:03 UTC (History)
21 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 3921


Attachments
stacktrace (3.38 KB, text/plain)
2008-10-08 11:32 UTC, chronosmark
Details
stacktrace (3.00 KB, text/plain)
2008-10-20 14:52 UTC, rajivderas
Details
stacktrace (3.15 KB, text/plain)
2008-10-20 17:58 UTC, sunbiz
Details
stacktrace (3.15 KB, text/plain)
2008-10-21 06:16 UTC, rajivderas
Details
stacktrace (3.15 KB, text/plain)
2008-10-21 13:08 UTC, sunbiz
Details
stacktrace (946 bytes, text/plain)
2009-02-03 08:56 UTC, saeed_z_f
Details
stacktrace (2.08 KB, text/plain)
2009-06-01 12:45 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2007-09-18 10:28:42 UTC
Build: NetBeans IDE Dev (Build 200709131200)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows XP, 5.1, x86
STACKTRACE: (first 10 lines)
java.util.MissingResourceException: No such bundle org.netbeans.modules.perspective.utils.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:416)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:364)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:607)
        at
org.netbeans.modules.perspective.options.PerspectiveOptionsCategory.getCategoryName(PerspectiveOptionsCategory.java:40)
        at org.netbeans.modules.options.CategoryModel$Category.getCategoryName(CategoryModel.java:328)
        at org.netbeans.modules.options.OptionsPanel$CategoryButton.<init>(OptionsPanel.java:406)
        at org.netbeans.modules.options.OptionsPanel.addButton(OptionsPanel.java:279)
        at org.netbeans.modules.options.OptionsPanel.addCategoryButtons(OptionsPanel.java:263)
        at org.netbeans.modules.options.OptionsPanel.initUI(OptionsPanel.java:201)
        at org.netbeans.modules.options.OptionsPanel.<init>(OptionsPanel.java:94)
Comment 1 _ theanuradha 2007-09-18 10:42:13 UTC
Fixed Please conform 

Checking in options/PerspectiveOptionsCategory.java;
/cvs/contrib/Perspective/src/org/netbeans/modules/perspective/options/PerspectiveOptionsCategory.java,v  <-- 
PerspectiveOptionsCategory.java
new revision: 1.5; previous revision: 1.4
done
Comment 2 rajesh_kayata 2008-10-06 11:59:25 UTC
Reopening - reproduced in NetBeans IDE Dev (Build 200807040101)
Comment 3 chronosmark 2008-10-08 11:32:19 UTC
Build: NetBeans IDE Dev (Build 200809301401)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP, 5.1, x86

User Comments: 
When attempting to generate sample xml from xsd.

Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.xml.wizard.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:438)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:386)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
        at org.netbeans.modules.xml.wizard.XMLContentPanel.initComponents(XMLContentPanel.java:81)
        at org.netbeans.modules.xml.wizard.XMLContentPanel.<init>(XMLContentPanel.java:39)
        at org.netbeans.modules.xml.schema.wizard.SampleXMLGeneratorWizardIterator.getPanels(SampleXMLGeneratorWizardIterator.java:107)
Comment 4 chronosmark 2008-10-08 11:32:24 UTC
Created attachment 71354 [details]
stacktrace
Comment 5 rajivderas 2008-10-20 14:52:05 UTC
Build: NetBeans IDE Dev (Build 200810181401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments: 
1) Create a new groovy class
2) create a new variable and keep the cursor position at the  end of the variable name
3) Now press CTRL+R to refactor rename the variable and boom

Using Dev Build 200810181401

Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.groovy.editor.api.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:438)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:386)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
        at org.netbeans.modules.groovy.editor.api.GroovyInstantRenamer.isRenameAllowed(GroovyInstantRenamer.java:78)
        at org.netbeans.modules.editor.gsfret.InstantRenameAction$1.run(InstantRenameAction.java:145)
        at org.netbeans.modules.editor.gsfret.InstantRenameAction$1.run(InstantRenameAction.java:122)
Comment 6 rajivderas 2008-10-20 14:52:16 UTC
Created attachment 72271 [details]
stacktrace
Comment 7 sunbiz 2008-10-20 17:58:05 UTC
Build: NetBeans IDE Dev (Build 200810171401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

User Comments: 
Right-click on a groovy file and pressed Rename and got this exception

Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.groovy.editor.api.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:438)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:386)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
        at org.netbeans.modules.groovy.editor.api.GroovyInstantRenamer.isRenameAllowed(GroovyInstantRenamer.java:78)
        at org.netbeans.modules.editor.gsfret.InstantRenameAction$1.run(InstantRenameAction.java:145)
        at org.netbeans.modules.editor.gsfret.InstantRenameAction$1.run(InstantRenameAction.java:122)
Comment 8 sunbiz 2008-10-20 17:58:11 UTC
Created attachment 72286 [details]
stacktrace
Comment 9 rajivderas 2008-10-21 06:16:36 UTC
Build: NetBeans IDE Dev (Build 200810181401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.groovy.editor.api.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:438)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:386)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
        at org.netbeans.modules.groovy.editor.api.GroovyInstantRenamer.isRenameAllowed(GroovyInstantRenamer.java:78)
        at org.netbeans.modules.editor.gsfret.InstantRenameAction$1.run(InstantRenameAction.java:145)
        at org.netbeans.modules.editor.gsfret.InstantRenameAction$1.run(InstantRenameAction.java:122)
Comment 10 rajivderas 2008-10-21 06:16:50 UTC
Created attachment 72340 [details]
stacktrace
Comment 11 sunbiz 2008-10-21 13:08:02 UTC
Build: NetBeans IDE Dev (Build 200810210201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

User Comments: 
Pressed Rename on a Groovy file and got this exception

Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.groovy.editor.api.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:438)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:386)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
        at org.netbeans.modules.groovy.editor.api.GroovyInstantRenamer.isRenameAllowed(GroovyInstantRenamer.java:78)
        at org.netbeans.modules.editor.gsfret.InstantRenameAction$1.run(InstantRenameAction.java:145)
        at org.netbeans.modules.editor.gsfret.InstantRenameAction$1.run(InstantRenameAction.java:122)
Comment 12 sunbiz 2008-10-21 13:08:20 UTC
Created attachment 72384 [details]
stacktrace
Comment 13 saeed_z_f 2009-02-03 08:56:43 UTC
Build: NetBeans IDE Dev (Build 200902011401)
VM: Java HotSpot(TM) Server VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments: 
Occur when i navigate in the service\web service section

Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.websvc.saas.wsdl.websvcmgr.Bundle
        at org.openide.util.NbBundle.getBundle(NbBundle.java:440)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:388)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:631)
        at org.netbeans.modules.websvc.saas.wsdl.websvcmgr.WebServiceManager.copyWsdlResources(WebServiceManager.java:257)
        at org.netbeans.modules.websvc.saas.wsdl.websvcmgr.WebServiceManager.addWebService(WebServiceManager.java:102)
        at org.netbeans.modules.websvc.saas.wsdl.websvcmgr.WsdlDataManagerImpl$1.run(WsdlDataManagerImpl.java:76)
Comment 14 saeed_z_f 2009-02-03 08:56:57 UTC
Created attachment 76498 [details]
stacktrace
Comment 15 Oleg Khokhlov 2009-06-01 12:45:03 UTC
Build: NetBeans IDE Dev (Build 200906010201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments: 
opened Web Services, opened one web service, it asked me to accept certificate, I answered No and got exception;

Stacktrace: 
org.openide.util.RequestProcessor$Item: task failed due to: java.util.MissingResourceException: No such bundle org.netbeans.modules.websvc.saas.wsdl.websvcmgr.Bundle
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:267)
        at org.netbeans.modules.websvc.saas.wsdl.websvcmgr.WsdlDataManagerImpl.addWsdlData(WsdlDataManagerImpl.java:82)
        at org.netbeans.modules.websvc.saas.util.WsdlUtil.addWsdlData(WsdlUtil.java:94)
        at org.netbeans.modules.websvc.saas.model.WsdlSaas.toStateReady(WsdlSaas.java:149)
        at org.netbeans.modules.websvc.saas.ui.nodes.SaasNodeChildren.addNotify(SaasNodeChildren.java:79)
        at org.openide.nodes.Children.callAddNotify(Children.java:546)
Comment 16 Oleg Khokhlov 2009-06-01 12:45:15 UTC
Created attachment 83061 [details]
stacktrace
Comment 17 _ theanuradha 2009-06-01 12:54:40 UTC
This is something do with org.openide.util.NbBundle not perspective plug-in specific 
Comment 18 Antonin Nebuzelsky 2009-07-24 13:27:00 UTC
Many different missing bundle resources are reported here. A good example of bad behavior of the exception reporter
which is mixing unrelated exception reports into one IZ issue. Can QA fix this behavior of the exception reporter?

Reassigning to groovy as many reports here are about groovy... After you fix your cases, reassign to the other modules.
(not back to platform, this does nothing in common with platform)
Comment 19 Petr Hejl 2009-07-24 15:20:01 UTC
Fixed long time ago for groovy.
Comment 20 Milan Kuchtiak 2009-07-27 09:49:20 UTC
Reassigning to SAAS modules owner
Comment 21 Milan Kuchtiak 2010-04-27 12:14:32 UTC
Fixed:
http://hg.netbeans.org/main/rev/3767864b3a92
Comment 22 Quality Engineering 2010-04-28 05:03:35 UTC
Integrated into 'main-golden', will be available in build *201004280200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log: