Check the logs, find the last line in the log - that's probably what caused the freeze. Check your logging.conf to find out where the logs are kept.
On Tuesday, November 5, 2013 1:59:43 PM UTC-7, Andrew Buchan wrote: > > Update: > > I made a copy of the web2py installation on a new server (still pointing > to old database) and eventually got it set it up as a service but it > still freezes with no errors in web2py or in the event manager... > > I'm pretty sure it's a programming error on my part somewhere or a > migration issue, but I need to be able to find out what it is!!! (people > are getting tetchy...) > > I went back to the original server and tried debugging using winpdb, and > it seems web2py gets stuck in a perpetual loop. When I pause, it tends to > stop in the "run" or "listen" methods in rocket.py, or "accept" in > socket.py (python installation dir), so the thread is running, just in a > loop and not responding to new requests... > > I'm thinking of putting the server onto apache to see if it behaves any > differently, but if anyone has any bright suggestions on what I can do to > find out what's going, I'm all ears :-) > > > > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

