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 210013 - ClassNotFoundException: org.w3c.dom.Node
Summary: ClassNotFoundException: org.w3c.dom.Node
Status: RESOLVED DUPLICATE of bug 208664
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-23 15:26 UTC by FrantaM
Modified: 2012-03-26 15:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186199


Attachments
stacktrace (10.08 KB, text/plain)
2012-03-23 15:26 UTC, FrantaM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2012-03-23 15:26:32 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 Dev (Build 201203180400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

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 FrantaM 2012-03-23 15:26:37 UTC
Created attachment 117172 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-03-26 12:46:18 UTC
Call goes from org.apache.axis.utils.BeanUtils which, if I am not mistaken, is from JIRA. Tomáši, I think this is a duplicate that we already fixed once, right?
Comment 3 Tomas Stupka 2012-03-26 13:55:14 UTC
(In reply to comment #2)
> Call goes from org.apache.axis.utils.BeanUtils which, if I am not mistaken, is
> from JIRA. Tomáši, I think this is a duplicate that we already fixed once,
> right?
yes and i'm not able to reproduce anymore.
will resolve as duplicate for now.

what i do not understand that this happened with 20120318. 
Reporter, where did you get your build from?

*** This bug has been marked as a duplicate of bug 208664 ***
Comment 4 FrantaM 2012-03-26 15:13:43 UTC
> Reporter, where did you get your build from?
http://bits.netbeans.org/download/trunk/nightly/latest/ (obviously a few days ago), why?