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 250966 - org.xml.sax.SAXParseException; systemId: file:/Users/alice/apache-tomcat-7.0.47/conf/tomcat-users.xml; lineNumber: 38; columnNumber: 18; Open quote is expected for attribute "{1}" associated with an
Summary: org.xml.sax.SAXParseException; systemId: file:/Users/alice/apache-tomcat-7.0....
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-06 12:29 UTC by Exceptions Reporter
Modified: 2015-03-18 12:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215900


Attachments
stacktrace (1.56 KB, text/plain)
2015-03-06 12:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-03-06 12:29:14 UTC
This bug was originally marked as duplicate of bug 213494, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Mac OS X

User Comments:
GUEST: Background scanning of the project never ends, attempt to stop scan doesn't work




Stacktrace: 
org.xml.sax.SAXParseException; systemId: file:/Users/alice/apache-tomcat-7.0.47/conf/tomcat-users.xml; lineNumber: 38; columnNumber: 18; Open quote is expected for attribute "{1}" associated with an  element type  "username".
   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.openide.loaders.XMLDataObject.parsePrimaryFile(XMLDataObject.java:555)
   at org.openide.loaders.XMLDataObject$DelDoc.getDocumentImpl(XMLDataObject.java:1473)
   at org.openide.loaders.XMLDataObject$DelDoc.invoke(XMLDataObject.java:1516)
Comment 1 Exceptions Reporter 2015-03-06 12:29:17 UTC
Created attachment 152430 [details]
stacktrace
Comment 2 Petr Hejl 2015-03-18 12:48:34 UTC
The tomcat-users.xml file seems to be corrupted. Is that the case?