Sometimes I get this connection timed out exception and it doesn't make 
any sense to me because it's connecting to a local file URI.  Maybe I'll 
take a look at the SAXReader code, but I was wondering if anyone knew 
anything about it.  It is actually a full path, I just put "..." to not 
show the document structure on the server.  It is possible that there's 
some DNS or DHCP problem at the moment, but still, this shouldn't be 
affected.

<!--Document uri: file:///export/home1/.../index.html-->'
        at 
edu.uark.ekirkco.dom.DOMBase.handleDocumentException(DOMBase.java:285)
        at edu.uark.ekirkco.dom.DOMBase.setDoc(DOMBase.java:261)
        at edu.uark.ekirkco.dom.DOMBase.setDoc(DOMBase.java:221)
        at edu.uark.ekirkco.dom.DOMBase.setDoc(DOMBase.java:208)
        at MainBase.go(MainBase.java:26)
        at edu.uark.ekirkco.dom.DOMServlet.go(DOMServlet.java:206)
        at edu.uark.ekirkco.dom.DOMServlet.doRequest(DOMServlet.java:269)
        at edu.uark.ekirkco.dom.DOMServlet.doGet(DOMServlet.java:457)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:787)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
        at 
org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
        at 
com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
        at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
Caused by: org.dom4j.DocumentException: Connection timed out Nested exception: 
Connection timed out
        at org.dom4j.io.SAXReader.read(SAXReader.java:484)
        at org.dom4j.io.SAXReader.read(SAXReader.java:365)
        at 
edu.uark.ekirkco.dom.DOMUtils.getDocumentFromString(DOMUtils.java:185)
        at 
edu.uark.ekirkco.dom.DOMUtils.getDocumentFromString(DOMUtils.java:219)
        at edu.uark.ekirkco.dom.DOMBase.setDoc(DOMBase.java:252)
        ... 17 more




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to