Error when deploying application on Google App Engine - google-app-engine

I have created an application using google app engine platform. Initially I tested the application locally using the GAE SDK with Eclipse and everything works fine. When I m trying to deploy it on Google`s server I get the following error:
" Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this error message and the query that caused it. "
This is a very generic error. Is there a way to see the server`s log to get an idea of what might have went wrong?
Thnx

Well after looking around on GAE site , I found that you can view the server log in the following location:
Admin console -> "MyAppplication" -> Logs

Related

Github connector Google Data Studio throwing error when trying to load repo info

Error ID: 6b189640
getting this error ID when I am trying to load information into my report on Google Data Studio. Anyone run into this before? When I check the developer logs it just says failed at getData() and nothing else.
I setup the oAuth app on the organization instead of creating the oAuth app on the account of an admin for the organization that I needed access to its repos.

Google app engine Server Error. Where is the log?

After deploying my application on google app engine I get this error:
Error: Server Error
The server encountered an error and could not complete your request.
Please try again in 30 seconds.
Brower tab says "500 Server Error".
The problem is there any way to actually know where the error occurred? Or why am I seeing this error?
You can see the app's logs in the Developer Console.
If your app has multiple modules you should check the logs for each module, see log messages from non-default module not showing up in google app engine console.

GAE Server Error when Opening App in Console

When I open up the Google App Engine console and click on one particular app I get:-
Server Error (500)
A server error has occurred.
Additional info:-
This only happens for one app (I have 8 in total).
The app is deployed and I can view it no dramas via the appspot URL.
It happens as soon as I click the app name in the "Applications Overview" page - I am unable to view the console for that app at all.
There are no errors when deploying from the GAE Launcher and I've tried re-deploying several times.
I was able to login yesterday morning but have been receiving this error since yesterday afternoon.
The app is Python (as are all my apps).
I tried logging in "incognito" and on a different PC without success.
I also tried deleting all the *.pyc files and re-compiling them but it made no difference.
Has anyone else come across this issue? Any suggestions on how to resolve it?
Thanks.
The issue was my YAML file contained:-
- url: /.*
script: about.application
Once I changed this so that the "about" page wasn't so greedy, it has worked.

Google App Engine: Backends not responding

I have been using google app engine for months now and have 2 hourly cron jobs in the backends.
For the past 24 hours we are seeing very strange behavior in the backends:
Both cron jobs are marked failed with no error. There is no trace in the logs that they started and failed.
When trying to upload a new version to the backend, the following error appeared: java.lang.RuntimeException: Version not ready.
I also tried to stop the backend from the admin console but when I try to start it again I get a Server Error: "A server error has occurred."
Help! Anyone?
There's some Server side issues occuring with GAE at the moment. They have also indicated a server-outage at Feb-29. Not sure if these are related.

Eclipse error on deploying AppEngine project

I am using the Eclipse with the Google AppEngine plugins (Java) and following the http://code.google.com/appengine/docs/java/gettingstarted/uploading.html tutorial.
Everything works fine locally, but when I try to deploy to AppEngine I get an error
"Error While signing in"
An error occurred while trying to sign in 400 bad request. See the error logs for more details.
This error is before I enter any login info or anything.
I am copy/pasting the App ID from the AppEngine website so Im pretty sure I got it right.
I have no idea where the logs are on this thing, so any help there would also be appreciated.
Try logging out and back in again. That worked for me.
Change your proxy settings!
Please go to Window -> Preferences
Then from General find Network Connections and update your proxy settings.
This must solve your issue.

Resources