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 - DOMException: NAMESPACE_ERR when using Mustang and try to open project
Summary: DOMException: NAMESPACE_ERR when using Mustang and try to open project
Status: RESOLVED DUPLICATE of bug 61938
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 21:43 UTC by Petr Adamek
Modified: 2005-09-05 09:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Complete stack trace (7.67 KB, text/plain)
2005-08-17 21:44 UTC, Petr Adamek
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***