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 212823

Summary: NullPointerException at org.eclipse.core.internal.runtime.ResourceTranslator.getResourceBundle
Product: platform Reporter: Vladimir Voskresensky <vv159170>
Component: NetigsoAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 188204
Attachments: stacktrace

Description Vladimir Voskresensky 2012-05-22 10:30:42 UTC
Build: NetBeans IDE Dev (Build 20120522-d3295709a409)
VM: Java HotSpot(TM) Client VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b04
OS: SunOS

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 Vladimir Voskresensky 2012-05-22 10:30:47 UTC
Created attachment 119720 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-05-23 09:21:57 UTC
Caused: org.osgi.framework.BundleException: The activator org.eclipse.mylyn.internal.commons.net.CommonsNetPlugin for bundle org.eclipse.mylyn.commons.net is invalid

*** This bug has been marked as a duplicate of bug 209643 ***
Comment 3 Jaroslav Tulach 2012-05-23 22:22:09 UTC

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