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 62520

Summary: DOMException: NAMESPACE_ERR when using Mustang and try to open project
Product: ide Reporter: Petr Adamek <xadamek2>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Complete stack trace

Description Petr Adamek 2005-08-17 21:43:44 UTC
I try to use Mustang and development version of NetBeans 4.2, but I can't open
any project; when I try to select it or open it in 'Open Project' dialog, I
receive exception 

org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change
an object in a way which is incorrect with regard to namespaces.

Unfortunately I'm not sure if this is problem of NetBeans or Mustang.

SuSE Linux 9.3 (i586)
NetBeans version 200508161800
Java version 1.6.0-ea-b47

org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change
an object in a way which is incorrect with regard to namespaces.
	at com.sun.org.apache.xerces.internal.dom.AttrNSImpl.setName(AttrNSImpl.java:146)
	at com.sun.org.apache.xerces.internal.dom.AttrNSImpl.<init>(AttrNSImpl.java:115)
	at
com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.createAttributeNS(CoreDocumentImpl.java:2109)
	at
com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.java:1622)
	at
com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.java:1586)
	at
com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.java:1528)
	at
org.netbeans.spi.project.support.ant.AntProjectHelper.cloneSafely(AntProjectHelper.java:824)
Comment 1 Petr Adamek 2005-08-17 21:44:27 UTC
Created attachment 24009 [details]
Complete stack trace
Comment 2 Milan Kubec 2005-08-18 08:13:05 UTC

*** This issue has been marked as a duplicate of 61938 ***