On Wed, Oct 21, 2009 at 11:54 PM, demitri <[email protected]> wrote: > > Hello, > > I'm running a TurboGears2 (2.0.1) app in the following way: > > % nohup paster serve development.ini
As an additional tip, you could run the paste server in daemon mode using % paster serve --daemon development.ini Sanjiv > > Everything works fine on the order of hours, maybe a little bit > longer, but then it mysteriously hangs. The server just stops > responding. The output I get is along the lines: > > <plates.controllers.root.RootController object at 0xb00cb50> > <plates.controllers.root.RootController object at 0xb00cb50> > <plates.controllers.root.RootController object at 0xb00cb50> > <plates.controllers.root.RootController object at 0xafa0590> > <plates.controllers.planObserving.PlanObservingController object at > 0xaa565d0> > <plates.controllers.root.RootController object at 0xafa0590> > <plates.controllers.planObserving.PlanObservingController object at > 0xaa565d0> > <plates.controllers.root.RootController > > No errors, it just *stops*. Doing a kill on the process and starting > it again works, until it dies again later. > > I'm using SQLAlchemy 0.5.6 and PostgreSQL 8.4.0. I disconnected the > model from the quick start and am using my own. I would greatly > appreciate advice on where to start looking to solve this problem - > I'm at a loss here. > > (Also, why do I get all these controller messages? I don't think I'm > printing them...) > > Cheers, > Demitri > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

