Re: [dom4j-user] Connection Timmed Out

2007-10-02 Thread Evan Kirkconnell
OK, maybe I know the problem.  It's looking for the DTD and can't find it cus it can't connect to the internet is my best guess. Evan Kirkconnell wrote: This stack trace probably illustrates the cause better, though I don't know why it's not in that original stack trace. Not sure what the

Re: [dom4j-user] Connection Timmed Out

2007-10-02 Thread Evan Kirkconnell
This stack trace probably illustrates the cause better, though I don't know why it's not in that original stack trace. Not sure what the deal with the stack traces are... java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) at

[dom4j-user] Connection Timmed Out

2007-10-02 Thread Evan Kirkconnell
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