Koozali.org: home of the SME Server

Install SABnzbd on SME 7.4

Offline si_blakely

  • *
  • 57
  • +0/-0
Re: Install SABnzbd on SME 7.4
« Reply #15 on: November 09, 2010, 08:57:57 PM »
You have multiple copies of ninan trying to run. Kill them all off and start again.

Si

Offline SuperGrover

  • ***
  • 56
  • +0/-0
Re: Install SABnzbd on SME 7.4
« Reply #16 on: November 10, 2010, 09:55:37 PM »
hmm, still have the same problem:

Code: [Select]
GET %2Fninan HTTP%2F1.1
Host%3A 192.168.0.100%3A9090
User-Agent%3A Mozilla%2F5.0 (Windows%3B U%3B Windows NT 6.1%3B nl%3B rv%3A1.9.2.12) Gecko%2F20101026 Firefox%2F3.6.12
Accept%3A text%2Fhtml%2Capplication%2Fxhtml%2Bxml%2Capplication%2Fxml%3Bq%3D0.9%2C*%2F*%3Bq%3D0.8
Accept-Language%3A nl%2Cen-us%3Bq%3D0.7%2Cen%3Bq%3D0.3
Accept-Encoding%3A gzip%2Cdeflate
Accept-Charset%3A ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C*%3Bq%3D0.7
Keep-Alive%3A 115
Connection%3A keep-alive
Cookie%3A PHPSESSID%*******

Firefox is continue loading the page for over 1 minute now, but nothing show up. Also the server is not busy doing something else, I've checked.

Offline si_blakely

  • *
  • 57
  • +0/-0
Re: Install SABnzbd on SME 7.4
« Reply #17 on: November 10, 2010, 11:02:17 PM »
Look at the nohup.out to see what ninan is doing

Si

Offline SuperGrover

  • ***
  • 56
  • +0/-0
Re: Install SABnzbd on SME 7.4
« Reply #18 on: November 12, 2010, 07:35:08 PM »
Code: [Select]
2010-11-12 19:31:40.797::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
2010-11-12 19:31:41.595::INFO:  jetty-6.1.21
2010-11-12 19:31:43.734:/ninan:INFO:  Initializing Spring root WebApplicationContext
2010-11-12 19:31:44,870 INFO  backend.configuration.Config.initProperties - Initializing configuration properties
2010-11-12 19:31:45,338 INFO  backend.configuration.Config.load - Ninan properties has been loaded.
2010-11-12 19:31:45,423 DEBUG backend.db.AbstractDAO.<init> - Database type is HSQLDB - org.hsqldb.jdbcDriver
2010-11-12 19:31:45,458 INFO  backend.newsfile.ArticleCache.<clinit> - Max memory used by Ninan: 63 Mb.
2010-11-12 19:31:45,458 DEBUG backend.newsfile.ArticleCache.<clinit> - BUFSIZE: 32768 bytes.
2010-11-12 19:31:45,459 DEBUG backend.newsfile.ArticleCache.<init> - Article cache enabled
2010-11-12 19:31:46,303 DEBUG backend.newsserver.SpeedManager.<init> - MS_BETWEEN_FULLSPEED_SAMPLES: 1000 SAMPLE_DURATION_FULLSPEED: 30000
2010-11-12 19:31:46,303 DEBUG backend.newsserver.SpeedManager.<init> - MS_BETWEEN_THROTTLE_SAMPLES: 100 SAMPLE_DURATION_THROTTLE: 15000
2010-11-12 19:31:46,385 DEBUG backend.rmi.server.threading.RMIThreads.addListener - Addlistener: Thread[NinanRMIServer_1,5,main]
2010-11-12 19:31:47,845 DEBUG frontend.ApplicationEventReceiver.onApplicationEvent - Got ContextRefreshedEvent at 1289586707781
2010-11-12 19:31:48,037 ERROR backend.rmi.NinanRMIServer.run - Unable to open RMI connection to NinanRMIServer - is the RMI registry running?
dk.team.ninan.rmi.exceptions.NinanRMIException: RMI Binding problem; nested exception is:
java.rmi.server.ExportException: Port already in use: 9099; nested exception is:
java.net.BindException: Address already in use
at dk.team.ninan.backend.rmi.NinanRMIServer.getInstance(NinanRMIServer.java:129)
at dk.team.ninan.backend.rmi.NinanRMIServer.run(NinanRMIServer.java:159)
Caused by: java.rmi.server.ExportException: Port already in use: 9099; nested exception is:
java.net.BindException: Address already in use
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:310)
at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218)
at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:393)
at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:129)
at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92)
at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:68)
at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:222)
at dk.team.ninan.backend.rmi.NinanRMIServer.getInstance(NinanRMIServer.java:120)
... 1 more
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at dk.team.ninan.backend.rmi.NinanSslRMIServerSocketFactory$1.<init>(NinanSslRMIServerSocketFactory.java:55)
at dk.team.ninan.backend.rmi.NinanSslRMIServerSocketFactory.createServerSocket(NinanSslRMIServerSocketFactory.java:55)
at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:649)
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:299)
... 9 more
2010-11-12 19:31:50.601::WARN:  failed SelectChannelConnector@0.0.0.0:9090: java.net.BindException: Address already in use
2010-11-12 19:31:50.602::WARN:  failed Server@1f07597: java.net.BindException: Address already in use
2010-11-12 19:31:50.602::WARN:  EXCEPTION
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.Server.doStart(Server.java:235)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:985)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.mortbay.start.Main.invokeMain(Main.java:183)
at org.mortbay.start.Main.start(Main.java:497)
at org.mortbay.start.Main.main(Main.java:115)

It says: java.net.BindException: Address already in use

But if I open my regular server page with :9090 it's not showing another page.

Offline si_blakely

  • *
  • 57
  • +0/-0
Re: Install SABnzbd on SME 7.4
« Reply #19 on: November 12, 2010, 11:47:30 PM »
It is port 9099 that is in use - this appears to be Java RMI (Java remote method invocation). Do you have another tomcat-based app running?

Try asking on the Ninan forums (www.ninan.org)

Si

Offline SuperGrover

  • ***
  • 56
  • +0/-0
Re: Install SABnzbd on SME 7.4
« Reply #20 on: November 14, 2010, 12:34:59 PM »
I installed Torrentflux b4rt, I think this also uses tomcat.

I tried to kill all processes from Torrentflux and the try to start ninan, so far no luck  :?

I will start searching the ninan forums to check if it is possible to change the 9099 port......