GAE No route to host error - google-app-engine

When deploying my GAE app I get the following error:
ERROR appcfg.py:2161 An error occurred processing file '': <urlopen error [Errno 65] No route to host>. Aborting.
When I try to rollback the last update I get the same error. What steps can I take to debug this?

Related

Getting error when deploying an app into the GAE

I am trying to deploy an app into the GAE but I am getting this error:
appcfg.py -A email-1203 update test/11:25 AM Application: email-1203; version: 1
11:25 AM Host: appengine.google.com
11:25 AM
Starting update of app: email-1203, version: 1
11:25 AM Getting current resource limits.
2016-01-27 11:25:50,978 ERROR appcfg.py:2456 An error occurred processing file '': HTTP Error 403: Forbidden Unexpected HTTP status 403. Aborting.
Error 403: --- begin server output ---
You do not have permission to modify this app (app_id=u's~email-1203').
--- end server output ---

Google AppEngine - Uncaught exception 'Google_IO_Exception' Unable to connect

Every so often I receive the following errors in my logs. It appears to be happening during the following actions: commit, lookup, runQuery
This is the start of each error:
PHP Fatal error: Uncaught exception 'Google_IO_Exception' with message 'HTTP Error: Unable to connect: 'fopen(https://www.googleapis.com/datastore/v1beta2/datasets/{APPENGINE_ID}/commit): failed to open stream: Unsupported SSL context options are set. The following options are present, but have been ignored: cafile
PHP Fatal error: Uncaught exception 'Google_IO_Exception' with message 'HTTP Error: Unable to connect: 'fopen(https://www.googleapis.com/datastore/v1beta2/datasets/{APPENGINE_ID}/lookup): failed to open stream: Unsupported SSL context options are set. The following options are present, but have been ignored: cafile
PHP Fatal error: Uncaught exception 'Google_IO_Exception' with message 'HTTP Error: Unable to connect: 'fopen(https://www.googleapis.com/datastore/v1beta2/datasets/{APPENGINE_ID}/runQuery): failed to open stream: Unsupported SSL context options are set. The following options are present, but have been ignored: cafile
And this is the exact text below each of the above errors:
Fetch error'' in /base/data/home/apps/{APPENGINE_ID}/{NUMBERS}/vendor/google/apiclient/src/Google/IO/Stream.php:141
Stack trace:
#0 /base/data/home/apps/{APPENGINE_ID}/{NUMBERS}/vendor/google/apiclient/src/Google/IO/Abstract.php(136): Google_IO_Stream->executeRequest(Object(Google_Http_Request))
#1 /base/data/home/apps/{APPENGINE_ID}/{NUMBERS}/vendor/google/apiclient/src/Google/Http/REST.php(60): Google_IO_Abstract->makeRequest(Object(Google_Http_Request))
#2 [internal function]: Google_Http_REST::doExecute(Object(Google_Client), Object(Google_Http_Request))
#3 /base/data/home/apps/{APPENGINE_ID}/{NUMBERS}/vendor/google/apiclient/src/Google/Task/Runne in /base/data/home/apps/{APPENGINE_ID}/{NUMBERS}/vendor/google/apiclient/src/Google/IO/Stream.php on line 141
Does anyone know why this might be occurring? This doesn't happen all the time so I seriously doubt it has anything to do my code.
Bug Report Link

How to resolve this error? i am getting repeatedly this error in my project when i start apache tomcat server 6

How to resolve this error? I am getting repeatedly this error in my project when I start apache tomcat server 6
Please find below error and give some suggestions to rectify this
INFO: Initializing Spring root WebApplicationContext
2015-06-04 14:51:17,540 [main] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanInitializationException: Could not load properties; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/${GyreFxConfigFile}]
at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:87)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:681)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:656)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:446)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:384)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
How to resolve this error? i am getting repeatedly this error in my project when i start apache tomcat server 6

Error 401 - Invalid username or password

when I enter email and password to deploy in google app engine launcher the following error message: "Invalid username or password.
08/19/2014 19: 38: 16,573 appcfg.py:2411 ERROR An error occurred processing file ': HTTP Error 401: Unauthorized. Aborting.
Error 401: --- begin server output --- "and the new url xxxxxxxx.appspot.com not work.
I had this problem when I tried to deploy my go application, try to use -oauth flag :
goapp deploy -oauth myapp/
I found this solution here, and it worked for me.
I'm not sure for the other language, maybe -oauth or --oauth2 will work.

Google App Engine: An error occurred processing file '': Unauthorized. Aborting

When I try to deploy my application, I get this error: ERROR appcfg.py:2149 An error occurred processing file '': HTTP Error 401: Unauthorized. Aborting.
I provide my login and password correctly but I am not able to deploy my application.
Any solution?

Resources