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 251029 - ClassNotFoundException: org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepositoryConnector
Summary: ClassNotFoundException: org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepo...
Status: RESOLVED INCOMPLETE
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-09 11:23 UTC by Chiana
Modified: 2015-04-02 12:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215977


Attachments
stacktrace (5.84 KB, text/plain)
2015-03-09 11:23 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2015-03-09 11:23:17 UTC
Build: NetBeans IDE Dev (Build 1)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
Chiana: Tried to invoce code completion.




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:425)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 Chiana 2015-03-09 11:23:19 UTC
Created attachment 152496 [details]
stacktrace
Comment 2 Tomas Stupka 2015-04-02 10:44:20 UTC
could not reproduce ...

the whole equinox/mylyn framework has problems - e.g. Caused: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle org.eclipse.equinox.preferences (118)

looking into messages.log, it looks like problems are also at other areas. A messed up netbenas install maybe?
was this a one time thing, or does this happen all the time?
Comment 3 Chiana 2015-04-02 12:04:21 UTC
Seen this one only once as far as I remember.