oracle.xml.parser.v2.XMLParseException: Start of root element expected
Applies to:
JDeveloper
Description:
Error while trying to parse orion-ejb-jar.xml to get the database field’s length.
Cause:
Problem in http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd.
JAVA-EJB "oracle/xml/parser/v2/xmlparseexception" weblogic, >parsing error: oracle.xml.parser.v2.xmlparseexception: start of root element expected, arsing error: oracle.xml.parser.v2.xmlparseexception: start of root element expected, base exception: oracle.xml.parser.v2.xmlparseexception expected name instead of -.. expected name instead of -., caused by: oracle.xdo.parser.v2.xmlparseexception: start of root element expected., caused by: oracle.xml.parser.v2.xmlparseexception: expected name instead of ., caused by: oracle.xml.parser.v2.xmlparseexception: start of root element expected, caused by: oracle.xml.parser.v2.xmlparseexception: start of root element expected. jdeveloper, caused by: oracle.xml.parser.v2.xmlparseexception: whitespace required., connector exception parsing error, response was: start of root element expected. [oracle.xml.parser.v2.xmlparseexception], dcmctl oracle.xml.parser.v2.xmlparseexception: start of root element expected, error, error - oracle.xml.parser.v2.xmlparseexception, error: oracle.xml.parser.v2.xmlparseexception: element 'locking' not expected., exception oracle.xml.parser.v2.xmlparseexception jdeveloper, expected name instead of 1, expected name instead of oracle.xml.parser.v2.xmlparseexception, expected name instead of xmlparseexception, getvariabledata parsexml start or root element expected, guthrie test, how to solve error: oracle.xml.parser.v2.xmlparseexception in jsp/x in jdev, j, jboss oracle xmlparser, jdev oracle.xml.parser.v2.xmlparseexception: start of root element expected., jdeveloper create web service oracle.xml.parser.v2.xmlparseexception: start of root element expected, jdeveloper start of root element expected, jdeveloper start of root element expected server.xml, jdeveloper start of root element expected xml, liver, lrm-00118: syntax error at '=' at the end of input, oracle, oracle b2b oracle.xml.parser.v2.xmlparseexception: start of root element expected., oracle xml parser start of root element expected, oracle xmlparser jboss not started, oracle.xdo.parser.v2.xmlparseexception: expected name instead of :., oracle.xdo.parser.v2.xmlparseexception: start of root element expected., oracle.xml.parser.v2, oracle.xml.parser.v2 expected name instead of ;., oracle.xml.parser.v2.xmlparseexception, oracle.xml.parser.v2.xmlparseexception : expected name instead, oracle.xml.parser.v2.xmlparseexception: '=' missing in attribute, oracle.xml.parser.v2.xmlparseexception: expected ';'., oracle.xml.parser.v2.xmlparseexception: expected name instead of, oracle.xml.parser.v2.xmlparseexception: expected name instead of 2, oracle.xml.parser.v2.xmlparseexception: expected name instead of 9., oracle.xml.parser.v2.xmlparseexception: expected name instead of ï¿¿ autoconfig, oracle.xml.parser.v2.xmlparseexception: expected name instead of ┬┐., oracle.xml.parser.v2.xmlparseexception: start of root, oracle.xml.parser.v2.xmlparseexception: start of root element expected., oracle.xml.parser.v2.xmlparseexception: start of root element expected. aia, oracle.xml.parser.v2.xmlparseexception: start of root element expected. documentbuilder, oracle.xml.parser.v2.xmlparseexception: start of root element expected.#q=oracle.xml.parser.v2.xmlparseexception: start of root element expected, oracle.xml.parser.v2.xmlparseexception: whitespace required., oracle.xml.parser.v2.xmlparseexception: whitespace required.#sclient=psy, oracle.xml.sql.oraclexmlsqlexception: start of root element expected., oracle: caused by: oracle.xdo.parser.v2.xmlparseexception: start of root element expected., parse oracle xml in java tns, parser exception: start of root element expected., parsexml start of root element expected, parsing error: oracle.xml.parser.v2.xmlparseexception: expected name instead of :., peoplesoft oracle.xml.parser.v2.xmlparseexception: start of root element expected, root element expected, saxexception:start of root element expected., segregation, start of root element expected jdeveloper, start of root element expected jsp, start of root element expected oracle, start of root element expected oracle.xml.parser, start of root element expected xmlparseexception, start of root element expected., start of root element expected. problem parsing the colormap., start of the root element expected, start root of element expected ejb, struts start of root element expected, v2.xmlparseexception jar, worklist oracle.xml.parser.v2.xmlparseexception: expected name instead of ., xml parsing start of root element expected, xml start of root element expected, xmlparseexception "expected name instead of .", xmlparseexception start of root element expected, xmlparseexception: start of root element expected jdeveloper, xmlparser "expected name instead of .", xmlparserv2 jboss 5, xmlparsingexception expected element
Modify http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd to replace the following line:
isolation (committed | serializable | uncommitted | repeatable_reads)
CDATA #IMPLIED
locking-mode (pessimistic | optimistic | read-only | old_pessimistic)
Replace the above lines by this:
isolation (committed | serializable | uncommitted | repeatable_reads) #IMPLIED
locking-mode (pessimistic | optimistic | read-only | old_pessimistic) #IMPLIED
Modify http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd and use this line with correct syntax:
< !ELEMENT ior-security-config (transport-config?, as-context?,
sas-context?) >