Hunsu / ntorrent

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

Init problem? SCGI? XMLRPC? #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed xmlrpc (with --disable-cplus-plus)
2. configured apache2 with SGCI (mod loaded)
3. run rtorrent (XMLRPC initialized with 409 functions.)

What is the expected output? What do you see instead?

Only splash screen on 0.5:
=====0.5=====
at java.lang.reflect.Constructor.newInstance(libgcj.so.81)
3-kwi-08 2:14:08  org.java.plugin.boot.DefaultApplicationInitializer 
configure
INFO: logging system initialized
3-kwi-08 2:14:08  org.java.plugin.boot.DefaultApplicationInitializer 
configure
INFO: application root is /home/larret/Download/nTorrent
3-kwi-08 2:14:08  org.java.plugin.registry.xml.ManifestParser <init>
INFO: got SAX parser factory - gnu.xml.stream.SAXParserFactory@cf8db0
3-kwi-08 2:14:08  org.java.plugin.registry.xml.PluginRegistryImpl configure
INFO: configured, stopOnError=false, isValidating=true
3-kwi-08 2:14:33  org.java.plugin.registry.xml.PluginRegistryImpl register
INFO: plug-in and fragment descriptors registered - 20
3-kwi-08 2:14:33  org.java.plugin.boot.DefaultApplicationInitializer 
initApplication
INFO: integrity check done: errors - 0, warnings - 0
3-kwi-08 2:14:33  org.java.plugin.boot.DefaultApplicationInitializer 
initApplication
INFO: application plug-in is ntorrent.data
3-kwi-08 2:14:33  org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - ntorrent.data@0.1.0 (active/total: 1 of 20)
3-kwi-08 2:14:33  org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - ntorrent.locale@0.1.0 (active/total: 2 of 20)
3-kwi-08 2:14:33  org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - ntorrent.mvc@0.1.0 (active/total: 3 of 20)
3-kwi-08 2:14:33  org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - ntorrent.tools@0.1.0 (active/total: 4 of 20)
3-kwi-08 2:14:33  org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - ntorrent.profile@0.1.0 (active/total: 5 of 20)
3-kwi-08 2:14:33  org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - redstone.xmlrpc@0.1.0 (active/total: 6 of 20)
3-kwi-08 2:14:33  org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - ntorrent.io.rtorrent@0.1.0 (active/total: 7 of 20)
3-kwi-08 2:14:33  org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - ntorrent.io.xmlrpc@0.1.0 (active/total: 8 of 20)
3-kwi-08 2:14:33  org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - ntorrent.torrenttable@0.1.0 (active/total: 9 of 20)
3-kwi-08 2:14:33  org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - ntorrent.session@0.1.0 (active/total: 10 of 20)
3-kwi-08 2:14:33  org.java.plugin.standard.StandardPluginManager 
activatePlugin
INFO: plug-in started - ntorrent.jpf@0.1.0 (active/total: 11 of 20)
3-kwi-08 2:14:33  ntorrent.locale.ResourcePool getString
INFO: Added new resource bundle to resource pool. (9894528)

==============

On nTorrent 0.4:
=====0.4.=====
Setting up socket server.
nTorrent-0.4.alpha (build 40)

Copyright (C) 2007  Kim Eik
This program comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to 
redistribute it under certain conditions.

Drawing gui
Null peer?!

=================

What version of the product are you using? On what operating system?
rTorrent 0.8.0/0.12.0

Please provide any additional information below.
Quite interesting as i can normaly call XMLRPC .. e.g.:

larret@debian:~$ xmlrpc localhost download_list
Result:

Array of 23 items:
  Index  0 String: '4188121C604200E7B590512F8442DF2B7C5597D9'
  Index  1 String: '058BDD85692D8001BB59C67383294B26BCF65186'
  Index  2 String: '67ADD8B319C754B53E81E3D3E483B654427AD417'
  Index  3 String: 'ED061DBDBBB02808920217AB2F94BC9D115CA6EB'
  Index  4 String: 'BB13334911B2C457527410F57D8BAB4CD8787D0C'
  .....
  .....

Original issue reported on code.google.com by lar...@gmail.com on 3 Apr 2008 at 12:14

GoogleCodeExporter commented 9 years ago
When i run ./nTorrent.sh ~/torrents/blah.torrent (while rtorrent NOT running) 
communicate appears after splash screen "You need to be connected before adding 
torrents". However when I do the same with rtorrent running it's again splash 
screen 
only - nothing more.
I configured everything tha same way that was described on http://
libtorrent.rakshasa.no, I still can't get any other client like n2hell working 
either. Seems i missconfigured something, but :~$ xmlrpc works fine. Got any 
suggestions? 
thx in advance...

Original comment by lar...@gmail.com on 3 Apr 2008 at 1:34

GoogleCodeExporter commented 9 years ago
nothing wrong with your rtorrent configuration. But i didn't quite understand 
what
your problem was, and why this is posted as a bug? If you need help with 
nTorrent
then please guide your questions to the discussion group. At first glance it 
looks
like you have an issue with java as you cant even get proper gui. If you are 
using
linux and compiz be aware that there is a compiz bug preventing java 
applications to
show properly (there is however a workaround). Anyway don't report bug's in 
nTorrent
if you are not certain its a nTorrent bug, i don't give support to nTorrent's
dependencies, only nTorrent.. 

Original comment by kei...@gmail.com on 3 Apr 2008 at 2:39

GoogleCodeExporter commented 9 years ago
Sry then. Could you answer me one thing what "Null peer?!" means?

Original comment by lar...@gmail.com on 3 Apr 2008 at 2:58