Login to your appengine admin page and look for "Logs" link in the
left side.
Clicking it will show you the different types of logs and default logs
are "Error" related.

Click on the plus-es to see the description of the server logs. They
would let us understand where exactly our code
gone crazy or did not check for import dependencies. Remove unwanted
lines which are shown in the logs like
..blah blah on line number : #
In our code files.

Redeploy and run, make sure that the application is working, and then
rethink why did you put those lines and try to keep different versions
for development and production use.


On Nov 17, 7:40 am, Martin Casey <[email protected]> wrote:
> i've got a server error 500 when logging into my dashboard:
>
> ---------
>
> Server Error
>
> A server error has occurred.
>
> Return to Applications screen »
>
> ---------
>
> (this is the applications screen)
>
> this affects all apps... xr-api is one.  can't get anything from the
> dashboard for diagnosis.
>
> google: help.  what's going on, what to do in cases like these?
>
> Best -
>
> Martin Casey
> 512.484.9690 /c
> [email protected] /e

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=.


Reply via email to