[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug xml/30983] New: DocumentBuilder.parse throws exception
From: |
overholt at redhat dot com |
Subject: |
[Bug xml/30983] New: DocumentBuilder.parse throws exception |
Date: |
27 Feb 2007 16:24:19 -0000 |
With the test casethat I will attach, I get the following stacktrace with gcj
(basically the generics branch). With the BEA JVM, I get no output.
Exception in thread "main" gnu.xml.dom.ls.DomLSException: no root element:
U+ffffffff
at gnu.xml.dom.ls.DomLSParser.doParse(libgcj.so.7rh)
at gnu.xml.dom.ls.DomLSParser.parse(libgcj.so.7rh)
at gnu.xml.dom.ls.DomLSParser.parseURI(libgcj.so.7rh)
at gnu.xml.dom.DomDocumentBuilder.parse(libgcj.so.7rh)
at TestXMLParse.main(TestXMLParse.java:26)
Caused by: org.xml.sax.SAXParseException: no root element: U+ffffffff
at gnu.xml.stream.SAXParser.parse(libgcj.so.7rh)
at gnu.xml.dom.ls.DomLSParser.doParse(libgcj.so.7rh)
...4 more
Caused by: javax.xml.stream.XMLStreamException: no root element: U+ffffffff
at gnu.xml.stream.XMLParser.error(libgcj.so.7rh)
at gnu.xml.stream.XMLParser.error(libgcj.so.7rh)
at gnu.xml.stream.XMLParser.next(libgcj.so.7rh)
at gnu.xml.stream.XMLParser.hasNext(libgcj.so.7rh)
at gnu.xml.stream.SAXParser.parse(libgcj.so.7rh)
...5 more
--
Summary: DocumentBuilder.parse throws exception
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: xml
AssignedTo: dog at gnu dot org
ReportedBy: overholt at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30983
- [Bug xml/30983] New: DocumentBuilder.parse throws exception,
overholt at redhat dot com <=