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

Summary: NoSuchMethodError in XMLUtil.java line #134
Product: ide Reporter: Juan M. Gomez <juang>
Component: CodeAssignee: issues@www <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:

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.