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 208664 - ClassNotFoundException: org.w3c.dom.Node
Summary: ClassNotFoundException: org.w3c.dom.Node
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 210013 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-20 17:37 UTC by Antonin Nebuzelsky
Modified: 2012-03-26 13:55 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185230


Attachments
stacktrace (9.06 KB, text/plain)
2012-02-20 17:37 UTC, Antonin Nebuzelsky
Details
stacktrace (13.59 KB, text/plain)
2012-02-24 18:32 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2012-02-20 17:37:30 UTC
Build: NetBeans IDE Dev (Build 201202200400)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows Vista

User Comments:
anebuzelsky: Expanding Issues node in Team window when connected to my java.net account.




Stacktrace: 
java.lang.ClassNotFoundException: org.w3c.dom.Node
   at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
   at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
   at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
   at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
Comment 1 Antonin Nebuzelsky 2012-02-20 17:37:33 UTC
Created attachment 115962 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-02-24 13:44:46 UTC
Result of upgrade to Equinox 3.7.1 fix should be the same as in case of bug 208616, just the Import-Package needs to be added to different manifest.

Presumably all these OSGi bundles were added by Mylyn guys, so moving to connected developer.
Comment 3 javydreamercsw 2012-02-24 18:32:45 UTC
Created attachment 116094 [details]
stacktrace

Right click on a java project during project opening.
Comment 4 Tomas Stupka 2012-02-27 10:10:53 UTC
fixed in core-main #a4cdffff13b6
Comment 5 Quality Engineering 2012-02-28 10:51:12 UTC
Integrated into 'main-golden', will be available in build *201202280400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a4cdffff13b6
User: Tomas Stupka <tstupka@netbeans.org>
Log: issue #208664 - ClassNotFoundException: org.w3c.dom.Node
Comment 6 Tomas Stupka 2012-03-26 13:55:14 UTC
*** Bug 210013 has been marked as a duplicate of this bug. ***