I'm guessing you already have an instance of cherrypy running on the same port. Use "top" and see if you can find & kill the process. If for some reason you can't, a reboot's a good bet.
Doug Woos On 8/30/06, jose <[EMAIL PROTECTED]> wrote: > > My CherryPy suddently stopped working... > > Exception in thread CPHTTPServer Thread-2: > Traceback (most recent call last): > File "threading.py", line 442, in __bootstrap > self.run() > File "threading.py", line 422, in run > self.__target(*self.__args, **self.__kwargs) > File > "/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cpserver.py", > line 114, in _start_http > self.httpserver.start() > File > "/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cpwsgiserver.py", > line 285, in start > self.socket.bind(self.bind_addr) > File "<string>", line 1, in bind > error: (98, 'Address already in use') > > any ideas? > > j > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

