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 15300 - NoSuchMethodError in XMLUtil.java line #134
Summary: NoSuchMethodError in XMLUtil.java line #134
Status: CLOSED DUPLICATE of bug 11020
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-09 17:40 UTC by Juan M. Gomez
Modified: 2005-03-09 04:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juan M. Gomez 2001-09-09 17:40:58 UTC
Sun Sep 09 12:44:22 CDT 2001: java.lang.NoSuchMethodError: null
java.lang.NoSuchMethodError
        at org.openide.xml.XMLUtil.getDOMImplementation(XMLUtil.java:134)
        at org.openide.xml.XMLUtil.createDocument(XMLUtil.java:106)
        at org.netbeans.modules.form.GandalfPersistenceManager.<init>(GandalfPersistenceManager.java:84)
        at org.netbeans.modules.form.FormEditorModule.restored(FormEditorModule.java:91)
        at org.netbeans.core.ModuleItem.restoreCode(ModuleItem.java:763)
        at org.netbeans.core.ModuleInstaller.initialize(ModuleInstaller.java:267)
        at org.netbeans.core.NonGui.run(NonGui.java:484)
        at org.netbeans.core.Main.run(Main.java:187)
        at org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:274)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
[catch] at java.lang.Thread.run(Thread.java:484)
Comment 1 Jan Zajicek 2001-09-10 08:42:43 UTC
Please remove your incompatible xml parser from your classpath.

*** This issue has been marked as a duplicate of 11020 ***
Comment 2 Jan Chalupa 2003-07-07 13:57:37 UTC
Obsolete issue resolved for 3.4 or earlier. Marking as VERIFIED, will CLOSE shortly.
Comment 3 Jan Chalupa 2003-07-07 13:59:36 UTC
Closing.