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 13918

Summary: Error on start up
Product: platform Reporter: Mark Ridley <markridley>
Component: Window SystemAssignee: issues@platform <issues>
Status: CLOSED DUPLICATE    
Severity: blocker CC: tpavek
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log file

Description Mark Ridley 2001-07-25 14:40:23 UTC
Following error always comes up on start up.  The only impact it seems to have 
is with the form editor.  If i try to use it it comes up with "The fomm file 
format is not recognized"

Wed Jul 25 14:18:57 GMT+01:00 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 Mark Ridley 2001-07-25 14:42:20 UTC
Created attachment 1967 [details]
IDE log file
Comment 2 Svata Dedic 2001-07-25 17:50:01 UTC
Reassigning to Form. Form persistence code is causing the error.
Comment 3 Tomas Pavek 2001-07-25 18:07:34 UTC
Looks like some problem with XML lib, not with form editor...
Comment 4 Jan Zajicek 2001-07-27 13:23:33 UTC
Please remove unsupported xml parser from your classpath. See original
bug for more details.

*** This issue has been marked as a duplicate of 11020 ***
Comment 5 Jan Zajicek 2001-07-27 13:26:43 UTC
Note that ide didn't have to run correctly when in the classpath is
some other xml parser before xerces.jar from {ide_home}/lib/ext/.
Comment 6 Quality Engineering 2003-07-01 16:00:57 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 7 Quality Engineering 2003-07-01 16:34:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.