Hi All,
I'm new to r & ntorrent this is my first post, apologies if this is a
beginners error;
I've installed rtorrent and it appears to be working, but when I try
to connect to it I get "The response could not be parsed".
With the help of the forum I've located the log file, here's the
contents, please can anybody help?
03-Mar-2009 20:27:12 ntorrent.io.xmlrpc.XmlRpcConnection <init>
INFO: New http connection to url=
http://192.168.0.8:8081/RPC2 using
proxy=DIRECT
03-Mar-2009 20:28:13
STDERR: [Fatal Error] :1:1: Premature end of file.
03-Mar-2009 20:28:13 ntorrent.Session run
WARNING: The response could not be parsed.
redstone.xmlrpc.XmlRpcException: The response could not be parsed.
at redstone.xmlrpc.XmlRpcHTTPClient.handleResponse
(XmlRpcHTTPClient.java:445)
at redstone.xmlrpc.XmlRpcHTTPClient.endCall(XmlRpcHTTPClient.java:
389)
at redstone.xmlrpc.XmlRpcHTTPClient.invoke(XmlRpcHTTPClient.java:221)
at redstone.xmlrpc.XmlRpcProxy.invoke(XmlRpcProxy.java:168)
at $Proxy0.xmlrpc_dialect(Unknown Source)
at ntorrent.io.xmlrpc.XmlRpcConnection.<init>(XmlRpcConnection.java:
156)
at ntorrent.Session.run(Session.java:75)
at java.lang.Thread.run(Unknown Source)
Caused by: redstone.xmlrpc.XmlRpcException: A problem occured during
parsing
at redstone.xmlrpc.XmlRpcParser.parse(XmlRpcParser.java:147)
at redstone.xmlrpc.XmlRpcHTTPClient.handleResponse
(XmlRpcHTTPClient.java:431)
... 7 more
Caused by: org.xml.sax.SAXParseException: Premature end of file.
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse
(Unknown Source)
at redstone.xmlrpc.XmlRpcParser.parse(XmlRpcParser.java:143)
... 8 more