java - Not able to deploy Cloud end point backend module -


i working on android project uses data google data store. have jsp & servlet based admin module used upload data. read data android client application have cloud entry points.

thus, have created module comprising of jsp, servlets, , cloud entry points. working fine local dev server. able access data through android app.

now, trying deploy module google app engine. getting following error:

severe: endpoints configuration not updated. app returned error when google cloud endpoints server attempted communicate it.

what missing here?

let me know if anymore information needed regarding issue.

please me in regard.

full trace:

/usr/lib/jvm/java-8-oracle/bin/java -dfile.encoding=utf-8 -classpath /root/.gradle/appengine-sdk/appengine-java-sdk-1.9.18/lib/appengine-tools-api.jar com.google.appengine.tools.admin.appcfg --application=rotary-bidar-01 --version=1 --oauth2 --oauth2_client_secret=***** --oauth2_client_id=***** --oauth2_refresh_token=***** update /mnt/4cf2aadef2aacc10/projects/rotary_bidar/androidapplication/rotarybidar/server/build/exploded-app reading application configuration data... jan 16, 2016 11:28:59 pm com.google.apphosting.utils.config.appenginewebxmlreader readappenginewebxml info: processed /mnt/4cf2aadef2aacc10/projects/rotary_bidar/androidapplication/rotarybidar/server/build/exploded-app/web-inf/appengine-web.xml jan 16, 2016 11:28:59 pm com.google.apphosting.utils.config.abstractconfigxmlreader readconfigxml info: processed /mnt/4cf2aadef2aacc10/projects/rotary_bidar/androidapplication/rotarybidar/server/build/exploded-app/web-inf/web.xml   beginning interaction module default... 0% created staging directory at: '/tmp/appcfg5838290850638628913.tmp' 5% scanning jsp files. 8% compiling jsp files. note: input files use or override deprecated api. note: recompile -xlint:deprecation details. note: /tmp/1452967141068-0/org/apache/jsp/admin_jsp.java uses unchecked or unsafe operations. note: recompile -xlint:unchecked details. jan 16, 2016 11:29:10 pm com.google.apphosting.utils.config.abstractconfigxmlreader readconfigxml info: processed /tmp/appcfg5838290850638628913.tmp/web-inf/web.xml 20% scanning files on local disk. 25% initiating update. 28% cloning 13 static files. 31% cloning 50 application files. 40% uploading 2 files. 52% uploaded 1 files. 61% uploaded 2 files. 68% initializing precompilation... 73% sending batch containing 2 file(s) totaling 1kb. 90% deploying new version. 95% check again in 1 seconds. 98% check again in 2 seconds. 99% check again in 4 seconds. 99% check again in 8 seconds. 99% check again in 16 seconds. 99% check again in 32 seconds. 99% endpoints configuration not updated.  app returned error when google cloud endpoints server attempted communicate it. jan 16, 2016 11:30:32 pm com.google.appengine.tools.admin.appversionupload checkendpointsservingstatusresult 99% see deployment troubleshooting documentation more information: https://developers.google.com/appengine/docs/java/endpoints/test_deploy#troubleshooting_a_deployment_failure severe: endpoints configuration not updated.  app returned error when google cloud endpoints server attempted communicate it. 99% ignoring endpoints failure , proceeding update. 99% closing update: new version ready start serving. 99% uploading index definitions.  update module default completed successfully. success. cleaning temporary files module default... 


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -