Just upgraded, SAB fails to start when given 0.0.0.0 as a host. When i change it to localhost in the dir all works fine.
Here is the log:
Code: Select all
2012-06-21 19:28:12,937::INFO::[_cplogging:55] [21/Jun/2012:19:28:12] ENGINE Bus STARTING
2012-06-21 19:28:12,993::INFO::[_cplogging:55] [21/Jun/2012:19:28:12] ENGINE Started monitor thread '_TimeoutMonitor'.
2012-06-21 19:28:12,995::ERROR::[_cplogging:55] [21/Jun/2012:19:28:12] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "cherrypy/process/servers.pyc", line 75, in _start_http_thread
File "cherrypy/wsgiserver/__init__.pyc", line 1644, in start
error: [Errno 49] Can't assign requested address
2012-06-21 19:28:12,995::INFO::[_cplogging:55] [21/Jun/2012:19:28:12] ENGINE Bus STOPPING
2012-06-21 19:28:12,995::INFO::[_cplogging:55] [21/Jun/2012:19:28:12] ENGINE HTTP Server None already shut down
2012-06-21 19:28:12,996::INFO::[_cplogging:55] [21/Jun/2012:19:28:12] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('fe80::1%lo0', 8080)) already shut down
2012-06-21 19:28:13,003::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Stopped thread '_TimeoutMonitor'.
2012-06-21 19:28:13,003::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Bus STOPPED
2012-06-21 19:28:13,004::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Bus EXITING
2012-06-21 19:28:13,004::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Bus EXITED
2012-06-21 19:28:13,094::ERROR::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Error in 'start' listener <bound method ServerAdapter.start of <cherrypy.process.servers.ServerAdapter object at 0x14baac30>>
Traceback (most recent call last):
File "cherrypy/process/wspbus.pyc", line 147, in publish
File "cherrypy/process/servers.pyc", line 62, in start
File "cherrypy/process/servers.pyc", line 97, in wait
error: [Errno 49] Can't assign requested address
2012-06-21 19:28:13,197::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Serving on 0.0.0.0:8080
2012-06-21 19:28:13,198::ERROR::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "cherrypy/process/wspbus.pyc", line 184, in start
File "cherrypy/process/wspbus.pyc", line 147, in publish
File "cherrypy/process/servers.pyc", line 62, in start
File "cherrypy/process/servers.pyc", line 97, in wait
error: [Errno 49] Can't assign requested address
2012-06-21 19:28:13,198::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Bus STOPPING
2012-06-21 19:28:13,211::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) shut down
2012-06-21 19:28:13,211::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('fe80::1%lo0', 8080)) already shut down
2012-06-21 19:28:13,212::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE No thread running for _TimeoutMonitor.
2012-06-21 19:28:13,212::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Bus STOPPED
2012-06-21 19:28:13,212::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Bus EXITING
2012-06-21 19:28:13,212::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Bus EXITED
2012-06-21 19:28:13,213::ERROR::[SABnzbd:1474] Failed to start web-interface:
Traceback (most recent call last):
File "/Users/plex/Downloads/SABnzbd-0.7.0/OS X 10.5 and Below/SABnzbd.app/Contents/Resources/SABnzbd.py", line 1466, in main
File "cherrypy/process/wspbus.pyc", line 184, in start
File "cherrypy/process/wspbus.pyc", line 147, in publish
File "cherrypy/process/servers.pyc", line 62, in start
File "cherrypy/process/servers.pyc", line 97, in wait
error: [Errno 49] Can't assign requested address
2012-06-21 19:28:13,213::ERROR::[SABnzbd:301] Failed to start web-interface : [Errno 49] Can't assign requested address
2012-06-21 19:28:13,977::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Bus STOPPING
2012-06-21 19:28:13,978::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) already shut down
2012-06-21 19:28:13,978::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('fe80::1%lo0', 8080)) already shut down
2012-06-21 19:28:13,978::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE No thread running for _TimeoutMonitor.
2012-06-21 19:28:13,978::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Bus STOPPED
2012-06-21 19:28:13,979::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Bus EXITING
2012-06-21 19:28:13,979::INFO::[_cplogging:55] [21/Jun/2012:19:28:13] ENGINE Bus EXITED