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 77682 - Missing resource bundle disables update center
Summary: Missing resource bundle disables update center
Status: VERIFIED DUPLICATE of bug 72102
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 5.x
Hardware: All Linux
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-10 18:37 UTC by manawiz
Modified: 2007-11-06 14:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log showing update center missing resource bundle exceptions (135.82 KB, text/plain)
2006-06-10 18:38 UTC, manawiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description manawiz 2006-06-10 18:37:14 UTC
I can no longer access the Update Center from the the Tools menu at all. 
Complete log file attached with several occurrence of the problem.  The
exception says there is a missing resource bundle, but nothing has changed in my
installation directory.  Is there a way to recover from this?

java.util.MissingResourceException: No such bundle
org.netbeans.modules.nbextras.updatecenter.resources.Bundle
	at org.openide.util.NbBundle.getBundle(NbBundle.java:417)
	at org.openide.util.NbBundle.getBundle(NbBundle.java:350)
[catch] at
org.netbeans.modules.autoupdate.XMLAutoupdateType.getBundleFromName(XMLAutoupdateType.java:300)
	at
org.netbeans.modules.autoupdate.XMLAutoupdateType.getDefaultURL(XMLAutoupdateType.java:323)
	at
org.netbeans.modules.autoupdate.XMLAutoupdateType.readObject(XMLAutoupdateType.java:374)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:919)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1813)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
	at
org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.readSerial(XMLSettingsSupport.java:514)
	at
org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.instanceCreate(XMLSettingsSupport.java:542)
	at
org.netbeans.modules.settings.convertors.SerialDataConvertor$SettingsInstance.instanceCreate(SerialDataConvertor.java:365)
	at org.openide.loaders.FolderLookup$ICItem.getInstance(FolderLookup.java:519)
	at org.openide.util.lookup.AbstractLookup$R.allInstances(AbstractLookup.java:895)
	at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:433)
	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:380)
	at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:433)
	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:380)
	at
org.netbeans.modules.autoupdate.AutoupdateType.autoupdateTypes(AutoupdateType.java:68)
	at org.netbeans.modules.autoupdate.AutoChecker.runInner(AutoChecker.java:137)
	at org.netbeans.modules.autoupdate.AutoChecker$1.run(AutoChecker.java:125)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 manawiz 2006-06-10 18:38:17 UTC
Created attachment 30942 [details]
Log showing update center missing resource bundle exceptions
Comment 2 Jiri Rechtacek 2006-06-12 12:18:38 UTC
Thanks for reporting, it's a duplicate of issue 72102. As workaround you can
remove the broken setting via Options|Advanced options|Autoupdate Types or
delete your userdir and start IDE w/ fresh dir.

*** This issue has been marked as a duplicate of 72102 ***
Comment 3 Jaromir Uhrik 2007-11-06 14:30:48 UTC
Verified that it is duplicate.