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

Summary: ClassNotFoundException: org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepositoryConnector
Product: platform Reporter: Jesse Glick <jglick>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 188044
Attachments: stacktrace

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 ***