org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed.
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 Oracle Community by 666705, 1 year ago
via hivmr.com by Unknown author, 2 years ago
via Oracle Community by 3004, 1 year ago
via hivmr.com by Unknown author, 1 year ago
via Coderanch by Ashu Munjal, 1 year ago
via Oracle Community by 666705, 1 year ago
org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed.
at weblogic.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1189)
at weblogic.xml.jaxp.WebLogicXMLReader.parse(WebLogicXMLReader.java:135)
at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:152)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:143)
at gov.nysed.vrc.xml.FAHandler.parse(FAHandler.java:44)
at gov.nysed.vrc.web.actions.FAEditorDispatchAction.validateFA(FAEditorDispatchAction.java:857)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)