[google-appengine] Re: Getting 500 error message

2009-02-17 Thread Marzia Niccolai
Hi Greg, The best thing to do is to check the logs for your application: http://appengine.google.com/logs?&app_id=YOURAPPID This should give some indication of why you are getting a 500 error message. -Marzia On Mon, Feb 16, 2009 at 10:57 PM, Greg wrote: > > I created a simple contact managem

[google-appengine] Re: Getting 500 error message

2009-03-04 Thread lubomir . kamensky
Does your app use authentication with a Google Apps domain account and have you login required pages? I have same problem: http://groups.google.com/group/google-appengine/browse_frm/thread/bd31dd983fe1af84/a6ade149da482b8f#a6ade149da482b8f On 17 Ún, 07:57, Greg wrote: > I created a simple cont

[google-appengine] Re: Getting 500 error message

2009-03-16 Thread Greg
Yes, my application uses authentication with a google apps domain account. I think we have the same problem... Just as with your case, without any changes my application suddenly just got 500 error messages and nothing shows up on the logs. On Mar 4, 4:21 pm, lubomir.kamen...@gmail.com wrote: > D

[google-appengine] Re: Getting 500 error message

2009-03-16 Thread Greg
Yup, when I deactivate the login requirement the app magically re- appears. However, I need to protect the data so this isn't a viable option. On Mar 16, 7:00 pm, Greg wrote: > Yes, my application uses authentication with a google appsdomain > account. I think we have the same problem... Just as

[google-appengine] Re: Getting 500 error message

2009-03-16 Thread Marzia Niccolai
Hi, You are now able to serve Google Apps login pages off an appspot domain if you add the app id through your cPanel. However, this change happened this past week, if you added the app to your domain prior to that time, it will need to be re-added. -Marzia On Mon, Mar 16, 2009 at 4:12 AM, Greg