I just updated, and CP seems to be having problems.  It's tough to tell
what the problem is, though - no meaningful output in any log files,
only a traceback to the CTRL-C that I use to kill the server.

It's on dreamhost, behind FastCGI.  running the fastcgi script from the
TG on dreamhost guide does not work - it just never ends and does not
output the desired page to stdout.log.  I've waited 10 minutes for it
to die.

Here's a traceback just in case it has something I missed:

17/Feb/2006:09:03:14 CONFIG INFO Server parameters:
17/Feb/2006:09:03:14 CONFIG INFO   server.environment: development
17/Feb/2006:09:03:14 CONFIG INFO   server.log_to_screen: True
17/Feb/2006:09:03:14 CONFIG INFO   server.log_file:
/home/mikez0r/elementarycatastrophe.com/server.log
17/Feb/2006:09:03:14 CONFIG INFO   server.log_tracebacks: True
17/Feb/2006:09:03:14 CONFIG INFO   server.log_request_headers: True
17/Feb/2006:09:03:14 CONFIG INFO   server.protocol_version: HTTP/1.0
17/Feb/2006:09:03:14 CONFIG INFO   server.socket_host:
17/Feb/2006:09:03:14 CONFIG INFO   server.socket_port: 80
17/Feb/2006:09:03:14 CONFIG INFO   server.socket_file:
17/Feb/2006:09:03:14 CONFIG INFO   server.reverse_dns: False
17/Feb/2006:09:03:14 CONFIG INFO   server.socket_queue_size: 5
17/Feb/2006:09:03:14 CONFIG INFO   server.thread_pool: 5
2006-02-17 09:03:15,418 turbogears.visit INFO Visit Tracking starting
2006-02-17 09:03:16,294 turbogears.visit INFO Visit filter initialised
2006-02-17 09:03:16,385 turbogears.identity INFO Identity starting
2006-02-17 09:03:16,386 turbogears.identity DEBUG Loading provider from
plugin: sqlobject
2006-02-17 09:03:16,389 turbogears.identity INFO Succesfully loaded
"turbogears.identity.soprovider.TG_User"
2006-02-17 09:03:16,390 turbogears.identity INFO Succesfully loaded
"turbogears.identity.soprovider.TG_Group"
2006-02-17 09:03:16,390 turbogears.identity INFO Succesfully loaded
"turbogears.identity.soprovider.TG_Permission"
2006-02-17 09:03:16,395 turbogears.identity INFO Identity visit plugin
initialised
2006-02-17 09:03:16,395 turbogears.identity DEBUG Loading provider from
plugin: sqlobject
2006-02-17 09:03:16,397 turbogears.identity INFO Succesfully loaded
"turbogears.identity.soprovider.TG_User"
2006-02-17 09:03:16,397 turbogears.identity INFO Succesfully loaded
"turbogears.identity.soprovider.TG_Group"
2006-02-17 09:03:16,398 turbogears.identity INFO Succesfully loaded
"turbogears.identity.soprovider.TG_Permission"
17/Feb/2006:09:03:56 ENGINE INFO <Ctrl-C> hit: shutting down
autoreloader
2006-02-17 09:03:56,380 turbogears.visit INFO Visit Tracking shutting
down
2006-02-17 09:03:56,417 turbogears.identity INFO Identity shutting down
17/Feb/2006:09:03:56 ENGINE INFO <Ctrl-C> hit: shutting down
autoreloader
17/Feb/2006:09:03:56 ENGINE INFO CherryPy shut down
17/Feb/2006:09:03:56  INFO Traceback (most recent call last):
  File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/CherryPy-2.2.0beta-py2.4.egg/cherrypy/_cpwsgi.py",
line 68, in wsgiApp
    environ['wsgi.url_scheme'])
  File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/CherryPy-2.2.0beta-py2.4.egg/cherrypy/_cpengine.py",
line 168, in request
    raise cherrypy.NotR17/Feb/2006:09:03:56 ENGINE INFO CherryPy shut
down
17/Feb/2006:09:03:56  INFO Traceback (most recent call last):
  File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/CherryPy-2.2.0beta-py2.4.egg/cherrypy/_cpwsgi.py",
line 68, in wsgiApp
    environ['wsgi.url_scheme'])
  File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/CherryPy-2.2.0beta-py2.4.egg/cherrypy/_cpengine.py",
line 168, in request
    raise cherrypy.NotReady("The CherryPy server has stopped.")
NotReady: The CherryPy server haseady("The CherryPy server has
stopped.")
NotReady: The CherryPy server has stopped.

Status: 500 Internal Server Error
Content-Type: text/plain
Content-Length: 478

Unrecoverable error in the server.
Traceback (most recent call last):
  File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/CherryPy-2.2.0beta-py2.4.egg/cherrypy/_cpwsgi.py",
line 68, in wsgiApp
    environ['wsgi.url_scheme'])
  File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/CherryPy-2.2.0beta-py2.4.egg/cherrypy/_cpengine.py",
line 168, in request
    raise cherrypy.NotReady("The CherryPy server has stopped.")
NotReady: The CherryPy server has stopped.
 stopped.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to