View Single Post
Old 05-24-2011, 12:11 PM   #8
jesscat
Groupie
jesscat has a complete set of Star Wars action figures.jesscat has a complete set of Star Wars action figures.jesscat has a complete set of Star Wars action figures.jesscat has a complete set of Star Wars action figures.
 
Posts: 164
Karma: 354
Join Date: Mar 2009
Location: US
Device: iPad mini
And in case it matters, or means anything to anyone, the error messages I'm getting in the log are:

[23/May/2011:20:00:15] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "site-packages\cherrypy\process\wspbus.py", line 184, in start
File "site-packages\cherrypy\process\wspbus.py", line 147, in publish
File "site-packages\cherrypy\_cpserver.py", line 90, in start
File "site-packages\cherrypy\process\servers.py", line 53, in start
File "site-packages\cherrypy\process\servers.py", line 251, in wait_for_free_port
IOError: Port 8080 not free on '0.0.0.0'

And sometimes something like (similar except I thought the "trying to bind" might be relevant):
[23/May/2011:20:55:50] ENGINE Bus STOPPING
[23/May/2011:20:55:50] ENGINE Bus STOPPING
[23/May/2011:20:55:50] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 18080)) already shut down
[23/May/2011:20:55:50] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 18080)) already shut down
[23/May/2011:20:55:50] ENGINE Stopped thread '_TimeoutMonitor'.
[23/May/2011:20:55:50] ENGINE Stopped thread '_TimeoutMonitor'.
[23/May/2011:20:55:50] ENGINE Bus STOPPED
[23/May/2011:20:55:50] ENGINE Bus STOPPED
[23/May/2011:20:55:50] ENGINE Bus EXITING
[23/May/2011:20:55:50] ENGINE Bus EXITING
[23/May/2011:20:55:50] ENGINE Bus EXITED
[23/May/2011:20:55:50] ENGINE Bus EXITED
[23/May/2011:20:55:50] Trying to bind to single interface: 10.0.0.4
[23/May/2011:20:55:50] Trying to bind to single interface: 10.0.0.4
[23/May/2011:20:55:50] ENGINE Bus STARTING
[23/May/2011:20:55:50] ENGINE Bus STARTING
[23/May/2011:20:55:50] ENGINE Started monitor thread '_TimeoutMonitor'.
[23/May/2011:20:55:50] ENGINE Started monitor thread '_TimeoutMonitor'.
[23/May/2011:20:55:55] ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x034BEB50>>
Traceback (most recent call last):
File "site-packages\cherrypy\process\wspbus.py", line 147, in publish
File "site-packages\cherrypy\_cpserver.py", line 90, in start
File "site-packages\cherrypy\process\servers.py", line 53, in start
File "site-packages\cherrypy\process\servers.py", line 251, in wait_for_free_port
IOError: Port 8080 not free on '0.0.0.0'
jesscat is offline   Reply With Quote