org.xml.sax.SAXException: An invalid XML character (Unicode: 0x{2}) was found in the value of attribu te "{1}".
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Coderanch by Thomas Goorden, 1 year ago
via Coderanch by Thomas Goorden, 1 year ago
via coderanch.com by Unknown author, 2 years ago
via Stack Overflow by Marshal
, 2 years agoorg.xml.sax.SAXException: An invalid XML character (Unicode: 0x{2}) was found in the value of attribu te "{1}".
at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:218)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:224)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)