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 212786 - 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-21 14:00 UTC by Jesse Glick
Modified: 2012-05-22 06:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188163


Attachments
stacktrace (5.92 KB, text/plain)
2012-05-21 14:00 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-21 14:00:54 UTC
Build: NetBeans IDE Dev (Build 20120521-bbaa87fb37d7)
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-21 14:00:58 UTC
Created attachment 119693 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-05-22 06:13:43 UTC

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