Here's the part of log pertinent to the problem:
Code: Select all
Starting web-interface on localhost:8125
::INFO::[_cplogging:55] [17/Jun/2012:09:11:37] ENGINE Bus STARTING
::INFO::[_cplogging:55] [17/Jun/2012:09:11:37] ENGINE Started monitor thread '_TimeoutMonitor'.
::INFO::[_cplogging:55] [17/Jun/2012:09:11:37] ENGINE Serving on ::1:8125
::ERROR::[_cplogging:55] [17/Jun/2012:09:11:47] ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x026CBA50>>
Traceback (most recent call last):
File "cherrypy\process\wspbus.pyo", line 147, in publish
File "cherrypy\_cpserver.pyo", line 90, in start
File "cherrypy\process\servers.pyo", line 55, in start
File "cherrypy\process\servers.pyo", line 260, in wait_for_free_port
IOError: Port 8125 not free on 'localhost'Thanks in advance.

