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 243116 - NoClassDefFoundError: org.osgi.framework.BundleActivator
Summary: NoClassDefFoundError: org.osgi.framework.BundleActivator
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-20 23:21 UTC by skygo
Modified: 2014-04-25 22:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208571


Attachments
stacktrace (5.91 KB, text/plain)
2014-03-20 23:21 UTC, skygo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description skygo 2014-03-20 23:21:44 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
skygo: after installing jira support




Stacktrace: 
java.lang.NoClassDefFoundError: org/eclipse/core/net/proxy/IProxyService
   at org.eclipse.mylyn.internal.commons.core.CommonsCorePlugin.start(CommonsCorePlugin.java:84)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
Comment 1 skygo 2014-03-20 23:21:46 UTC
Created attachment 146199 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-04-25 10:09:53 UTC
The first error is:

SEVERE [org.netbeans.modules.netbinox]: framework event org.eclipse.core.net type 2
java.lang.ClassNotFoundException: org.osgi.framework.BundleActivator
	at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.security.AccessController.doPrivileged(Native Method)
	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)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)

is this reproducible?
Comment 3 skygo 2014-04-25 22:40:34 UTC
Thanks for watching,

No sorry, it never happens again :(
I try  to reproduce on patch 1 but no exeception.