Page 1 of 1

Sab crashes on startup

Posted: January 15th, 2010, 2:04 pm
by gers1978
Sab 0.5 beta was working great on my Windows 7 x64 install, but now it crashes every time I startup.

Here's the log:

Exception in thread HTTPServer Thread-10:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1623, in start
error: (10049, "Can't assign requested address")

Exception in thread HTTPServer Thread-11:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1623, in start
error: (10049, "Can't assign requested address")

Exception in thread Thread-8 (most likely raised during interpreter shutdown):Exception in thread HTTPServer Thread-10:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1629, in start
error: (10049, "Can't assign requested address")

Exception in thread HTTPServer Thread-11:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1629, in start
error: (10049, "Can't assign requested address")

Exception in thread Thread-8 (most likely raised during interpreter shutdown):Exception in thread HTTPServer Thread-10:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1629, in start
error: (10049, "Can't assign requested address")

Exception in thread Thread-8 (most likely raised during interpreter shutdown):

Re: Sab crashes on startup

Posted: January 15th, 2010, 2:06 pm
by shypike
Something is blocking your selected port.
Firewall ?
Other application already using the same port?

Are you running the Win32 binary?

Re: Sab crashes on startup

Posted: January 15th, 2010, 3:10 pm
by gers1978
Windows Firewall was the culprit, I always have it Off, but it somehow got turned back on.

Cheers