Hunsu / ntorrent

Automatically exported from code.google.com/p/ntorrent
GNU General Public License v3.0
0 stars 1 forks source link

Empty dialog box on trying to connect in Mac OS X #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start rTorrent
2. Open nTorrent
3. Using the default setup (LOCAL connection, socket port 5000), click Connect

What is the expected output? What do you see instead?
An empty dialog box appears. Clicking OK closes the box but nothing else 
happens.

What version of the product are you using? On what operating system?
nTorrent 0.5.1; Mac OS X 10.6.2

Please provide any additional information below and if necessary, attach the 
nTorrent log file 
found under $HOME/.ntorrent/.

I know rTorrent is set up and running properly as I've managed to get wTorrent 
working.

Rather than attach the whole log file (which is quite long and repetitive now), 
here's the snippet 
that should be relevant:

18-Feb-2010 20:32:49 ntorrent.locale.ResourcePool getString
INFO: Added new resource bundle to resource pool. (208192108)
18-Feb-2010 20:32:49  
STDERR: java.io.FileNotFoundException: 
/Users/Ali/.ntorrent/data/ntorrent.jpf.pluginset.dat (No 
such file or directory)
18-Feb-2010 20:32:49  
STDERR:     at java.io.FileInputStream.open(Native Method)
18-Feb-2010 20:32:49  
STDERR:     at java.io.FileInputStream.<init>(FileInputStream.java:106)
18-Feb-2010 20:32:49  
STDERR:     at ntorrent.tools.Serializer.deserialize(Serializer.java:48)
18-Feb-2010 20:32:49  
STDERR:     at 
ntorrent.jpf.PluginHandlerMenuBar.restore(PluginHandlerMenuBar.java:127)
18-Feb-2010 20:32:49  
STDERR:     at ntorrent.Main$1.run(Main.java:92)
18-Feb-2010 20:32:49 ntorrent.locale.ResourcePool getString
INFO: Added new resource bundle to resource pool. (848649429)
18-Feb-2010 20:32:50 org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - ntorrent@0.1.0 (active/total: 12 of 21)
18-Feb-2010 20:33:05 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:637)
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

Original issue reported on code.google.com by ali.ami...@gmail.com on 18 Feb 2010 at 8:36

GoogleCodeExporter commented 9 years ago
this issue is well documented in faq and ntorrent group. 

# I get a blank error message dialogue window when trying to connect.

    * Check the log files and see what error message was thrown further down in the
exception stack. Usually this is because you have an old version of xmlrpc-c. 
read
the installation guide on this. 

xmlrpc-c

Please note that you need a xmlrpc-c version greater than 1.07 

Original comment by kei...@gmail.com on 19 Feb 2010 at 4:10