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 215598 - ClassNotFoundException: org.w3c.dom.Node
Summary: ClassNotFoundException: org.w3c.dom.Node
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-16 17:56 UTC by Jesse Glick
Modified: 2012-09-12 02:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190790


Attachments
stacktrace (9.06 KB, text/plain)
2012-07-16 17:56 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-07-16 17:56:37 UTC
This bug was originally marked as duplicate of bug 208664, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 RC1 (Build 201206272359)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Linux

User Comments:
jglick: Trying to search for issues using JIRA.




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 Jesse Glick 2012-07-16 17:56:39 UTC
Created attachment 122070 [details]
stacktrace
Comment 2 Jesse Glick 2012-07-16 17:58:21 UTC
org.apache.axis import problem?
Comment 3 Jesse Glick 2012-07-16 17:59:31 UTC
JIRA plugin is completely broken for me by this exception. Freshly installed in a 7.2 RC1 build.
Comment 4 Tomas Stupka 2012-09-10 12:58:45 UTC
(In reply to comment #2)
> org.apache.axis import problem?
will add org.w3c.dom import, the same like in issue #208664
Comment 5 Tomas Stupka 2012-09-10 13:12:32 UTC
fixed in core-main #d814ffe84899
Comment 6 Quality Engineering 2012-09-12 02:08:44 UTC
Integrated into 'main-golden', will be available in build *201209120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d814ffe84899
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #215598 - ClassNotFoundException: org.w3c.dom.Node