[
http://jira.jboss.com/jira/browse/JBSEAM-2194?page=comments#action_12385300 ]
Stuart Robertson commented on JBSEAM-2194:
------------------------------------------
Oh, it wasn't explicitly mentioned so far that this problem occurs when JBoss
can't reach the internet. Unplug your network cable, and let Seam try to resolve a
stale DTD/schema ref in a pages.xml file.
Those most likely to be bit are ones who've upgraded Seam, and have broken their
pages.xml into smaller bits which are harder to track down.
Terrible error message for DTD not found when reading *.xml config
file
-----------------------------------------------------------------------
Key: JBSEAM-2194
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2194
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 2.0.0.CR3
Environment: Eclipse 3.3
JBoss 4.2.2
Reporter: Scott Bader
Priority: Minor
Problem experienced when application was reading login.page.xml file, but it could
potentially happen
anywhere when reading an XML file where DTD is not found.
Seeing debug page with:
Exception during request processing:
Caused by java.lang.RuntimeException with message: "org.dom4j.DocumentException:
jboss.com Nested exception: jboss.com"
Stacktrace snippet:
org.dom4j.DocumentException:
jboss.com Nested exception:
jboss.com
at org.dom4j.io.SAXReader.read(SAXReader.java:484)
at org.dom4j.io.SAXReader.read(SAXReader.java:343)
at org.jboss.seam.util.XML.getRootElement(XML.java:21)
at org.jboss.seam.navigation.Pages.getDocumentRoot(Pages.java:950)
...
Nested exception:
java.net.UnknownHostException:
jboss.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
at java.net.Socket.connect(Socket.java:519)
Recommend added error handling in org.jboss.seam.util.XML.getRootElement
method or better yet org.jboss.seam.navigation.Pages.getDocumentRoot method
and log the problem there.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira