One more Issues (I promise ;)

 

Since I have upgraded to using 1.4.0 JVM I am receiving the following error message:

 

Connection refused: connect Nested exception: Connection refused:

 

When I switch my project back to 1.3.1 JVM the parser works fine. Here is the code I'm trying to execute:

 

  public DOMXMLParser(File _xmlFile) throws Exception {

    this._xmlFileName = _xmlFile.toString();

    SAXReader reader  = new SAXReader();

    _xmlDocument = reader.read(_xmlFile);

    reader = null;

  }

 

Whether I pass a string or a file object I get the same exception. I am currently running DOM4j 1.3.

 

Thanks,

 

Frank Sharpless

Paperhost.com, Inc.

Manager, Application Development

770.998.9172.611

[EMAIL PROTECTED]

 

Reply via email to