Status: New
Owner: ----
Labels: Type-Defect
New issue 130 by Ivan.Klimek: nTorrent wont connect
http://code.google.com/p/ntorrent/issues/detail?id=130
What steps will reproduce the problem?
1. lighttpd 1.4.26
2. libtorrent 0.12.6
3. rtorrent 0.8.6
4. nTorrent 0.5.1
xmlrpc localhost system.listMethods works OK
nTorrent direct connection throws:
Apr 17, 2010 2:59:33 PM ntorrent.Session run
WARNING: null
java.lang.reflect.UndeclaredThrowableException
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(Thread.java:619)
Caused by: redstone.xmlrpc.XmlRpcFault: Unsupported XMLRPC dialect selected.
at
redstone.xmlrpc.XmlRpcClient.handleResponse(XmlRpcClient.java:105)
at
redstone.xmlrpc.XmlRpcSocketClient.endCall(XmlRpcSocketClient.java:88)
at redstone.xmlrpc.XmlRpcClient.invoke(XmlRpcClient.java:78)
at redstone.xmlrpc.XmlRpcProxy.invoke(XmlRpcProxy.java:168)
... 4 more
HTTP connection to localhost throws:
INFO: New http connection to url=
http://localhost:5000/RPC2 using
proxy=DIRECT
Apr 17, 2010 3:00:40 PM 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(Thread.java:619)
Caused by: java.net.SocketException: Unexpected end of file from server
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:632)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:766)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:632)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1064)
at
redstone.xmlrpc.XmlRpcHTTPClient.handleResponse(XmlRpcHTTPClient.java:431)
... 7 more
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups "
ntorrent.dev" group.
To post to this group, send email to
ntorr...@googlegroups.com.
To unsubscribe from this group, send email to
ntorrentdev...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/ntorrentdev?hl=en.