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 211773 - NullPointerException at org.eclipse.core.internal.runtime.ResourceTranslator.getResourceBundle
Summary: NullPointerException at org.eclipse.core.internal.runtime.ResourceTranslator....
Status: RESOLVED DUPLICATE of bug 211733
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 211744
Blocks:
  Show dependency tree
 
Reported: 2012-04-26 10:06 UTC by Vladimir Voskresensky
Modified: 2012-05-09 21:50 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187396


Attachments
stacktrace (8.39 KB, text/plain)
2012-04-26 10:06 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2012-04-26 10:06:04 UTC
Build: NetBeans IDE Dev (Build 20120426-fd6fed7fc9c4)
VM: Java HotSpot(TM) Client VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b04
OS: SunOS

User Comments:
vv159170: start




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-04-26 10:06:10 UTC
Created attachment 118796 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-04-26 11:40:14 UTC
*** Bug 211733 has been marked as a duplicate of this bug. ***
Comment 3 Marian Mirilovic 2012-04-27 10:53:47 UTC
Caused: org.osgi.framework.BundleException: The activator org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin for bundle org.eclipse.mylyn.bugzilla.core is invalid
Comment 4 Jaroslav Tulach 2012-05-02 12:15:28 UTC
Probably duplicate of bug  211744
Comment 5 Jesse Glick 2012-05-09 21:50:33 UTC
More apparently duplicate of bug #211733. Just happened to me again today. Mylyn integration broken.

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