Different behaviour in Eclipse with Google Eclipse Plugin than Google App Engine - google-app-engine

I have a Google App Engine project created in Eclipse with the Google Eclipse Plugin.
When I run some of its services locally with the GAE SDK they work fine, but when I deploy the app on "the real" Google App Engine and try to access any of these services, chrome throws 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.
On the other hand, I also get THIS error locally when trying to call an upload method.
All of this is someone else's project and it's meant to work, besides I don't think the error is related to the code, hence, I don't think it's worth it posting it here.

Related

Problem: Run project locally using Pycharm with App Engine

Hey guys, I'm facing a problem when i want to run a web project locally using in PyCharm using App Engine. After running the project on local.dev:8080 the web project does not appear see the image below.
The problem
So please if anyone could help ?
However I'm satisfying all the requirements"
- Python 2.7
- Google App Engine SDK
Thanks
It is something related with the SSL that is using a self signed certificate. I found that this is a Firefox issue please try with another browser
As is mentioned please use HTTP or another browser, even you can try to run your flask application manually in order to check his functionality.

Fresh ASP.NET Core 2.1 App Engine Project returns 503 Error

I just installed Cloud Tools for Visual Studio, and created a new default ASP.NET Core 2.1 product targeting Google App Engine, using the cloud tools.
When running the fresh default application locally, the default controller returns the sample values. But when deploying to App Engine, the web service returns a 503 error.
https://my-project-nam.appspot.com/api/values
503. That’s an error.
The service you requested is not available at this time.
Service error -27. That’s all we know.
Did I miss a step? How can the API values be access on the App Engine production site?
According to wikipedia, 503 Service Unavailable error means that:
The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state.
The error message is quite explicit too: The service you requested is not available at this time.
If you get that error again, I suggest you to wait for 5-10min and retry. If the error persists, please contact support.

Cannot deploy new version to App Engine Flexible

I tried to deploy new version to app engine. But it keeps saying
vm_check_disk_space.sh and health check logs.
and on web browser it gives me 502 error saying
Error: Server Error
The server encountered a temporary error and could not complete your
request.
Please try again in 30 seconds.
I have tried 4 times trying to deploy but never worked.
I think you can reproduce this by deploying any project to app engine.
I am using Google Cloud SDK 157.0.0
and
tried to deploy service with java and nodejs environment
I received many weird errors like this while deploying months ago with both maven and gradle. Various strange things with app.yaml can cause this as well. Even the example projects provided from google contained strange bugs like this when deployed.
Try one of the test projects that google provides: Google NodeJS bookshelf app
(Hopefully this project has been fixed by now and will deploy correctly!!)
Also, it's possible that an old version can prevent your new code from deploying. Go to your console, and delete/stop all running versions of the service. (I have had issues with old versions becoming stuck, which causes issues with the new deployment becoming the default service).

Endpoints configuration not updated

Hello i am trying to deploy backends to google apps engine got error java.lang.RuntimeException: Endpoints configuration not updated,Front end deployed successfully but backends showing consistently loading,i didn't changed anything in code even also my eclipse,jdk & google sdk are same.Eclipse=indigo,jdk=1.7 & google sdk=1.8.5.
please let me know where i did mistakes.

Running Joomla on Google App Engine

I have joomla running locally on the development environment of Google App Engine, but once I deploy it to GAE I just get this error:
Error displaying the error page: Application Instantiation Error
Since google claims that the development server is the identical copy of the production environment, how come joomla is not working on GAE?
I've used a couple of days trying to figure out how to debug this, in order to make joomla work, but I could really use some tips for debugging.
How do you guys debug in the production environment?
Any of you got joomla 3.2 running on GAE yet?
cheers!
I figured it out. Read the instructions here: http://forum.joomla.org/viewtopic.php?f=706&t=828565&p=3114492

Resources