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 233148 - NoClassDefFoundError: org/netbeans/tax/io/XNIBuilder$XMLBuilder
Summary: NoClassDefFoundError: org/netbeans/tax/io/XNIBuilder$XMLBuilder
Status: RESOLVED DUPLICATE of bug 232690
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-22 07:36 UTC by Petr Cyhelsky
Modified: 2013-07-22 08:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202360


Attachments
stacktrace (641 bytes, text/plain)
2013-07-22 07:36 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2013-07-22 07:36:57 UTC
Build: NetBeans IDE Dev (Build 20130719-8b96ff3f4ff0)
VM: OpenJDK Client VM, 24.0-b20, OpenJDK Runtime Environment, 1.8.0-internal-thurka_2012_10_11_09_11-b00
OS: Linux

User Comments:
cyhelsky: during running of xml tests - opening dtd




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/tax/io/XNIBuilder$XMLBuilder
   at org.netbeans.tax.io.XNIBuilder.buildDocument(XNIBuilder.java:142)
   at org.netbeans.modules.xml.tax.parser.DTDParsingSupport.parse(DTDParsingSupport.java:67)
   at org.netbeans.modules.xml.tax.cookies.TreeEditorCookieImpl.parseTree(TreeEditorCookieImpl.java:363)
   at org.netbeans.modules.xml.tax.cookies.TreeEditorCookieImpl.access$200(TreeEditorCookieImpl.java:74)
   at org.netbeans.modules.xml.tax.cookies.TreeEditorCookieImpl$1.run(TreeEditorCookieImpl.java:168)
   at org.openide.util.Task.run(Task.java:257)
Comment 1 Petr Cyhelsky 2013-07-22 07:36:58 UTC
Created attachment 137528 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-07-22 07:56:41 UTC
Is this again related to covered packages in xerces?
Comment 3 Svata Dedic 2013-07-22 08:02:58 UTC
Yes :-/ according to the build time + build changeset, the tested version did not yet contain the fix for issue #232690

*** This bug has been marked as a duplicate of bug 232690 ***