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

Summary: ClassNotFoundException: org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepositoryConnector
Product: connecteddeveloper Reporter: Chiana
Component: BugzillaAssignee: Tomas Stupka <tstupka>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215977
Attachments: stacktrace

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.