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 212606 - ClassNotFoundException: org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepositoryConnector
Summary: ClassNotFoundException: org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepo...
Status: RESOLVED DUPLICATE of bug 212061
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-16 20:39 UTC by Jesse Glick
Modified: 2012-05-22 06:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188044


Attachments
stacktrace (5.93 KB, text/plain)
2012-05-16 20:39 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-05-16 20:39:40 UTC
Build: NetBeans IDE Dev (Build 20120516-de166a537384)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

Stacktrace: 
java.lang.ClassNotFoundException: org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepositoryConnector
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 Jesse Glick 2012-05-16 20:39:45 UTC
Created attachment 119548 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-05-18 13:08:18 UTC
The NPE happens on obtaining activator:

return Activator.getDefault().getLocalization(bundle, language);
Comment 3 Jaroslav Tulach 2012-05-22 06:13:27 UTC

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