[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-2194) Terrible error message for DTD not found when reading *.xml config file

Norman Richards (JIRA) jira-events at lists.jboss.org
Tue Jan 29 01:25:59 EST 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-2194?page=all ]

Norman Richards closed JBSEAM-2194.
-----------------------------------

    Fix Version/s: 2.1.0.GA
                       (was: 2.0.2.GA)
       Resolution: Done
         Assignee: Norman Richards

I updated the XML processing to give some more helpful messages in these cases.

> 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
>         Assigned To: Norman Richards
>            Priority: Minor
>             Fix For: 2.1.0.GA
>
>
> 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

        



More information about the seam-issues mailing list