Re: [web2py] Re: How to debug HTTP 500 error on GAE?

2011-07-28 Thread Wikus van de Merwe
I've deleted the logging.conf file.

Re: [web2py] Re: How to debug HTTP 500 error on GAE?

2011-07-28 Thread Jonathan Lundell
On Jul 28, 2011, at 7:03 AM, Wikus van de Merwe wrote: > I think you mean the default logging level set to DEBUG as we once discussed > here: > https://groups.google.com/forum/#!msg/web2py/N2O7WrPJdAE/trGuTFU9cssJ > > But here we have quite opposite problem, it's not that too much goes to the >

Re: [web2py] Re: How to debug HTTP 500 error on GAE?

2011-07-28 Thread Wikus van de Merwe
I think you mean the default logging level set to DEBUG as we once discussed here: https://groups.google.com/forum/#!msg/web2py/N2O7WrPJdAE/trGuTFU9cssJ But here we have quite opposite problem, it's not that too much goes to the log but rather that errors were not logged.

Re: [web2py] Re: How to debug HTTP 500 error on GAE?

2011-07-27 Thread Jonathan Lundell
On Jul 27, 2011, at 10:36 AM, Wikus van de Merwe wrote: > Yes. There is no call to session.connect(). As I'm running the app on GAE I > wanted to avoid the > default file system based session. If this is not default any more and there > is no session at all > until explicitly created I can safel

Re: [web2py] Re: How to debug HTTP 500 error on GAE?

2011-07-27 Thread Wikus van de Merwe
Yes. There is no call to session.connect(). As I'm running the app on GAE I wanted to avoid the default file system based session. If this is not default any more and there is no session at all until explicitly created I can safely remove it. The bigger problem here are the logs though. Why woul

[web2py] Re: How to debug HTTP 500 error on GAE?

2011-07-26 Thread Massimo Di Pierro
Done On Jul 26, 2:36 pm, Jonathan Lundell wrote: > On Jul 26, 2011, at 12:26 PM, Jonathan Lundell wrote: > > > On Jul 26, 2011, at 11:57 AM, Wikus van de Merwe wrote: > > >> Thanks for the hint! It was the logging indeed. Apparently the > >> logging.conf that comes with web2py was > >> hiding th

Re: [web2py] Re: How to debug HTTP 500 error on GAE?

2011-07-26 Thread Jonathan Lundell
On Jul 26, 2011, at 12:26 PM, Jonathan Lundell wrote: > On Jul 26, 2011, at 11:57 AM, Wikus van de Merwe wrote: > >> Thanks for the hint! It was the logging indeed. Apparently the logging.conf >> that comes with web2py was >> hiding the error: >> ERROR2011-07-26 18:44:54,452 restricted.py:15

Re: [web2py] Re: How to debug HTTP 500 error on GAE?

2011-07-26 Thread Jonathan Lundell
On Jul 26, 2011, at 11:57 AM, Wikus van de Merwe wrote: > Thanks for the hint! It was the logging indeed. Apparently the logging.conf > that comes with web2py was > hiding the error: > ERROR2011-07-26 18:44:54,452 restricted.py:156] Traceback (most recent > call last): > File "/home/momat/

[web2py] Re: How to debug HTTP 500 error on GAE?

2011-07-26 Thread Wikus van de Merwe
Thanks for the hint! It was the logging indeed. Apparently the logging.conf that comes with web2py was hiding the error: ERROR2011-07-26 18:44:54,452 restricted.py:156] Traceback (most recent call last): File "/home/momat/workspace/pm-cmp-python/web2py/gluon/main.py", line 531, in wsgibase

[web2py] Re: How to debug HTTP 500 error on GAE?

2011-07-25 Thread howesc
yikes!! i can't say that i ever had an error without log messages. somethings to look for: - do you have a logging configuration file that is hiding log messages? - is your web2py routes (routes.py or the other routing mechanism) causing a problem? - is your app.yaml not mapping the URLs to