Hello, Trying my hand at TurboGears (1.0.8). Created a new TurboGears app including identity. Started up CherryPy...sweet!
Added some tables (SQLalchemy and SQLite), dummy classes, mappers in the model.py module. Re-started CherryPy...sweet! Added the full complement of tables, 32 in all, dropped and recreated the database, no probs. Re-started CherryPy...Not good. It starts but hangs at the point shown below: --------------------------------------------------------------- 2009-06-15 21:39:34,390 cherrypy.msg INFO CONFIG: Server parameters: 2009-06-15 21:39:34,390 cherrypy.msg INFO CONFIG: server.environment: development 2009-06-15 21:39:34,390 cherrypy.msg INFO CONFIG: server.log_to_screen: True 2009-06-15 21:39:34,390 cherrypy.msg INFO CONFIG: server.log_file: 2009-06-15 21:39:34,405 cherrypy.msg INFO CONFIG: server.log_tracebacks: True 2009-06-15 21:39:34,405 cherrypy.msg INFO CONFIG: server.log_request_headers: True 2009-06-15 21:39:34,405 cherrypy.msg INFO CONFIG: server.protocol_version: HTTP/1.0 2009-06-15 21:39:34,405 cherrypy.msg INFO CONFIG: server.socket_host: 2009-06-15 21:39:34,405 cherrypy.msg INFO CONFIG: server.socket_port: 8081 2009-06-15 21:39:34,405 cherrypy.msg INFO CONFIG: server.socket_file: 2009-06-15 21:39:34,405 cherrypy.msg INFO CONFIG: server.reverse_dns: False 2009-06-15 21:39:34,405 cherrypy.msg INFO CONFIG: server.socket_queue_size: 5 2009-06-15 21:39:34,405 cherrypy.msg INFO CONFIG: server.thread_pool: 10 2009-06-15 21:39:34,546 turbogears.visit INFO Visit Tracking starting --------------------------------------------------------------- Trying http://localhost:8081 (on Chrome) simply returns a 'Broken Link'. Has anybody seen this before or have some idea of what may be causing CherryPy to hang like this? Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

