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 234109

Summary: java.util.MissingResourceException: No such bundle org.netbeans.modules.localhistory.Bundle
Product: platform Reporter: FiruzzZ
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202893
Attachments: stacktrace

Description FiruzzZ 2013-08-08 00:14:27 UTC
Build: NetBeans IDE Dev (Build 201308012300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
FiruzzZ: clicked on Netbeans executable while there was already one running.
PD: I uninstalled local history module previously




Stacktrace: 
java.util.MissingResourceException: No such bundle org.netbeans.modules.localhistory.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.core.startup.NbEvents.logged(NbEvents.java:262)
   at org.netbeans.Events.log(Events.java:166)
   at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:473)
Comment 1 FiruzzZ 2013-08-08 00:14:28 UTC
Created attachment 138427 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-11-21 13:38:24 UTC
Not reproducible, I guess?

*** This bug has been marked as a duplicate of bug 235758 ***