Hi, This error message is a false alarm and can safely be ignored. The App Engine SDK will ignore the error message and continue to deploy your application normally. If you are using the latest version of the App Engine SDK, which is 1.9.30 at the time of writing (12:00 UTC on Thursday 14 January 2015), then you can safely continue to do so.
The message originates from an obsolete API call which has been removed from the app deployment sequence in the most recent release of the Google App Engine administration API. (Note that this is separate from the 1.9.30 release of App Engine itself, or the App Engine SDK.) Although the removal of the API call is naturally accompanied by a corresponding change in the App Engine SDK, the API update was mistakenly released to production ahead of the SDK. Our engineers are working to resolve this inconsistency and we will send a further update when the issue is fixed. In the mean time, please continue to use the SDK normally. Regards, Dave Hughes, Google Cloud Platform Support On Wednesday, 13 January 2016 11:36:54 UTC+1, Renato Forti wrote: > > Hi All, > > Anyone know what cause this WARNING: > > Beginning interaction for module default... > 0% Created staging directory at: > 'C:\Users\rtfor\AppData\Local\Temp\appcfg6613406991832010416.tmp' > 5% Scanning for jsp files. > 20% Scanning files on local disk. > 25% Initiating update. > 28% Cloning 2 static files. > 31% Cloning 77 application files. > 40% Uploading 1 files. > 52% Uploaded 1 files. > 61% Initializing precompilation... > 68% Sending batch containing 1 file(s) totaling 0KB. > 90% Deploying new version. > 95% Will check again in 1 seconds. > 98% Will check again in 2 seconds. > 99% Will check again in 4 seconds. > 99% Will check again in 8 seconds. > 99% Will check again in 16 seconds. > 99% Closing update: new version is ready to start serving. > 99% Uploading index definitions. > 99% Uploading cron jobs. > Jan 13, 2016 8:33:28 AM > com.google.appengine.tools.admin.AbstractServerConnection send1 > WARNING: Error posting to URL: > https://appengine.google.com/api/appversion/updatepagespeed?module=default&app_id=rave79-1979&version=1& > 404 Not Found > You are using a decommissioned API. Please upgrade to a more recent > version of the App Engine SDK which can be found at: > https://developers.google.com/appengine/downloads > This is try #0 > Jan 13, 2016 8:33:28 AM > com.google.appengine.tools.admin.AbstractServerConnection send1 > WARNING: Error posting to URL: > https://appengine.google.com/api/appversion/updatepagespeed?module=default&app_id=rave79-1979&version=1& > 404 Not Found > You are using a decommissioned API. Please upgrade to a more recent > version of the App Engine SDK which can be found at: > https://developers.google.com/appengine/downloads > This is try #1 > Jan 13, 2016 8:33:28 AM > com.google.appengine.tools.admin.AbstractServerConnection send1 > WARNING: Error posting to URL: > https://appengine.google.com/api/appversion/updatepagespeed?module=default&app_id=rave79-1979&version=1& > 404 Not Found > You are using a decommissioned API. Please upgrade to a more recent > version of the App Engine SDK which can be found at: > https://developers.google.com/appengine/downloads > This is try #2 > Jan 13, 2016 8:33:29 AM > com.google.appengine.tools.admin.AbstractServerConnection send1 > WARNING: Error posting to URL: > https://appengine.google.com/api/appversion/updatepagespeed?module=default&app_id=rave79-1979&version=1& > 404 Not Found > You are using a decommissioned API. Please upgrade to a more recent > version of the App Engine SDK which can be found at: > https://developers.google.com/appengine/downloads > This is try #3 > 99% Skipping dispatch.xml - consider running "appcfg.sh update_dispatch > <war-dir>" > > Update for module default completed successfully. > Success. > Cleaning up temporary files for module default... > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 01:03 min > [INFO] Finished at: 2016-01-13T08:33:29-02:00 > [INFO] Final Memory: 29M/263M > [INFO] > ------------------------------------------------------------------------ > > > my SDK is the last: appengine-java-sdk-1.9.30 > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/8da6f481-b821-43df-a0bc-c14ffc75edb9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
