Hi,
I encountered a problem when I am moving my TurboGears site form my
windows computer to a linux server.
My TurboGears application run with mod_wsgi and apache.
I setup everything, but when I browse that wsgi page.
Here comes the error page:

Unrecoverable error in the server.
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/CherryPy-2.3.0-py2.4.egg/
cherrypy/_cpwsgi.py", line 113, in wsgiApp
    request = cherrypy.server.request(clientAddr, '',
environ['wsgi.url_scheme'])
  File "/usr/lib/python2.4/site-packages/CherryPy-2.3.0-py2.4.egg/
cherrypy/_cpengine.py", line 177, in request
    raise cherrypy.NotReady("The CherryPy server could not start.")
NotReady: The CherryPy server could not start.

It seems that the sever state is always "starting".

Why could this happened?
What could be possible cause this problem?
And how to fix?

Thanks.

Victor Lin.
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to