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 249889 - ClassNotFoundException: org.eclipse.mylyn.tasks.core.AbstractRepositoryConnector
Summary: ClassNotFoundException: org.eclipse.mylyn.tasks.core.AbstractRepositoryConnector
Status: RESOLVED INCOMPLETE
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 249890 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-01-18 22:42 UTC by muellermi
Modified: 2015-04-30 15:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214858


Attachments
stacktrace (4.38 KB, text/plain)
2015-01-18 22:42 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2015-01-18 22:42:58 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
muellermi: clean and build mojarra




Stacktrace: 
java.lang.ClassNotFoundException: org.eclipse.mylyn.tasks.core.AbstractRepositoryConnector
   at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 muellermi 2015-01-18 22:42:59 UTC
Created attachment 151567 [details]
stacktrace
Comment 2 Tomas Stupka 2015-01-19 09:09:45 UTC
*** Bug 249890 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Stupka 2015-01-19 09:15:08 UTC
something goes completely wrong when netbinox tries to load the eclipse osgi bundles

SEVERE [org.netbeans.modules.netbinox]: framework event org.eclipse.core.net type 2
java.lang.ClassNotFoundException: org.eclipse.core.internal.net.Activator
	at java.lang.ClassLoader.findClass(ClassLoader.java:530)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:165)
Caused: org.osgi.framework.BundleException: The activator org.eclipse.core.internal.net.Activator for bundle org.eclipse.core.net is invalid

did this happen only the one time, or does it repeat after each restart?
did you change anything in your setup prior to the NB session when this problem occurred? e.g. instaled some plugins, changed userdir, etc.

thanks
Comment 4 Tomas Stupka 2015-04-30 15:01:57 UTC
any update on this?