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 235758

Summary: java.util.MissingResourceException: No such bundle org.netbeans.libs.xerces.Bundle
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WORKSFORME    
Severity: normal CC: FiruzzZ, jrechtacek, tbrunhoff
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203741
Attachments: stacktrace
stacktrace
updater log

Description Exceptions Reporter 2013-09-10 15:23:40 UTC
This bug was originally marked as duplicate of bug 232863, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201308012300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 8

User Comments:
GUEST: update




Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.libs.xerces.Bundle
   at org.openide.util.NbBundle.getBundle(NbBundle.java:451)
   at org.netbeans.StandardModule.getLocalizedAttribute(StandardModule.java:169)
   at org.openide.modules.ModuleInfo.getDisplayName(ModuleInfo.java:85)
   at org.netbeans.modules.autoupdate.services.ModuleUpdateElementImpl.getDisplayName(ModuleUpdateElementImpl.java:115)
   at org.netbeans.api.autoupdate.UpdateElement.getDisplayName(UpdateElement.java:91)
   at org.netbeans.modules.autoupdate.ui.Unit$CompoundUpdate$1.compare(Unit.java:446)
Comment 1 Exceptions Reporter 2013-09-10 15:23:43 UTC
Created attachment 139892 [details]
stacktrace
Comment 2 tbrunhoff 2013-10-08 18:55:08 UTC
Created attachment 140904 [details]
stacktrace

svn checkin from the command line while the project was open in the ide
Comment 3 Jaroslav Tulach 2013-11-20 09:46:21 UTC
Can one of the reporters add $userdir/var/log/updater*log file, please?
Comment 4 Jaroslav Tulach 2013-11-20 09:46:40 UTC
Then reopen. Meanwhile, works for me.
Comment 5 tbrunhoff 2013-11-20 15:47:38 UTC
Created attachment 142415 [details]
updater log

Hope this helps...
Comment 6 Jaroslav Tulach 2013-11-20 16:39:33 UTC
There seems to be no error in the installation process! If the *xerces*.jar really contains the requested resource, then the bug must be in the classloading.
Comment 7 tbrunhoff 2013-11-20 16:48:31 UTC
I am currently running  NetBeans IDE Dev (Build 201310150001) on Fedora 16, and 7.4 on Mac OS and Fedora 18, and have not seen this since this occurred. So perhaps this was a dev build problem.

For my part, works for me.
Comment 8 Jaroslav Tulach 2013-11-21 13:38:24 UTC
*** Bug 234109 has been marked as a duplicate of this bug. ***
Comment 9 Jaroslav Tulach 2013-12-18 13:30:01 UTC
Last report four months ago on a dev version. Probably something messed up due to upgrade/usage of dev version.