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 243340 - org.xml.sax.SAXParseException; systemId: file:/home/ondra/storage/netbeans/core-main/cnd.analysis.api/nbproject/project.xml; lineNumber: 41; columnNumber: 2; The content of elements must consist of we
Summary: org.xml.sax.SAXParseException; systemId: file:/home/ondra/storage/netbeans/co...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-28 09:25 UTC by Ondrej Vrabec
Modified: 2014-03-30 02:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208757


Attachments
stacktrace (4.03 KB, text/plain)
2014-03-28 09:25 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2014-03-28 09:25:11 UTC
This bug was originally marked as duplicate of bug 213110, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20140310-6b59ffdba5d7)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b66, Java(TM) SE Runtime Environment, 1.8.0-ea-b124
OS: Linux

User Comments:
ovrabec: Trying to open a broken cnd module after a conflicted merge. I am aware of the corrupted project.xml




Stacktrace: 
org.xml.sax.SAXParseException; systemId: file:/home/ondra/storage/netbeans/core-main/cnd.analysis.api/nbproject/project.xml; lineNumber: 41; columnNumber: 2; The content of elements must consist of well-formed character data or markup.
   at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
   at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:348)
   at org.openide.xml.XMLUtil.parse(XMLUtil.java:365)
   at org.netbeans.modules.apisupport.project.universe.ModuleList.parseData(ModuleList.java:1047)
   at org.netbeans.modules.apisupport.project.universe.ModuleList$2.run(ModuleList.java:211)
   at org.netbeans.modules.apisupport.project.universe.ModuleList$2.run(ModuleList.java:205)
Comment 1 Ondrej Vrabec 2014-03-28 09:25:13 UTC
Created attachment 146368 [details]
stacktrace
Comment 2 Martin Kozeny 2014-03-28 15:37:49 UTC
https://hg.netbeans.org/core-main/rev/a0c031a8c20d
Comment 3 Quality Engineering 2014-03-30 02:19:32 UTC
Integrated into 'main-silver', will be available in build *201403300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a0c031a8c20d
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #243340: org.xml.sax.SAXParseException; systemId: file:/home/ondra/storage/netbeans/core-main/cnd.analysis.api/nbproject/project.xml; lineNumber: 41; columnNumber: 2; The content of elements must consist of we.