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 215389

Summary: NullPointerException at org.eclipse.core.internal.runtime.ResourceTranslator.getResourceBundle
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: NetigsoAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jglick, jskrivanek, rozwell, tmysik, vv159170
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 190631
Attachments: stacktrace

Description Exceptions Reporter 2012-07-11 08:02:39 UTC
This bug was originally marked as duplicate of bug 211733, 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 201207020907)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

User Comments:
vv159170: restart IDE

tmysik: ide just started

rozwell: started netbeans

rozwell: started netbeans without open projects or files

vv159170: start IDE

jglick: Just started IDE (fresh dev build).

vv159170: start IDE...

GUEST: Starting netbeans

vv159170: start IDE

jskrivanek: I need to change project group first.

jglick: Disabled some plugins and restarted.

vv159170: reopen IDE

jglick: Restarted IDE after update. Note that the log file contains newly added logging at FINE in o.n.m.netbinox.

GUEST: Restarting Netbeans after an update of the plugins.

GUEST: Starting NetBeans

jglick: Just restarted IDE after updating modulemanager module.

tmysik: just started IDE




Stacktrace: 
java.lang.NullPointerException
   at org.eclipse.core.internal.runtime.ResourceTranslator.getResourceBundle(ResourceTranslator.java:69)
   at org.eclipse.core.internal.runtime.ResourceTranslator.getResourceBundle(ResourceTranslator.java:61)
   at org.eclipse.core.internal.registry.osgi.EclipseBundleListener.addBundle(EclipseBundleListener.java:177)
   at org.eclipse.core.internal.registry.osgi.EclipseBundleListener.processBundles(EclipseBundleListener.java:90)
   at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.onStart(RegistryStrategyOSGI.java:224)
   at org.eclipse.core.internal.registry.ExtensionRegistry.<init>(ExtensionRegistry.java:725)
Comment 1 Exceptions Reporter 2012-07-11 08:02:42 UTC
Created attachment 121919 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-08-22 11:49:35 UTC

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