What is this? : WARNING: Error posting to URL: [...] 404 Not Found

132 views
Skip to first unread message

Renato Forti

unread,
Jan 13, 2016, 5:36:54 AM1/13/16
to Google App Engine
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
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
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
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
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

marain

unread,
Jan 14, 2016, 8:23:07 AM1/14/16
to Google App Engine
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

Zeehad (Cloud Platform Support)

unread,
Jan 18, 2016, 1:19:44 PM1/18/16
to Google App Engine
This issue is now fixed. Here is a summary of the cause:

The PageSpeed service was switched off on 3rd August. However, the App Engine deployment API continued to have a call for it. A couple of days ago, a new App Engine minor version was released to production, in which this call returns a HTTP 404 and the warning message above. Unfortunately, this App Engine change was released to production before the corresponding change in the App Engine SDK, which is still calling the decommissioned API endpoint. The error message you have received was harmless, the SDK still completed the app deployment. 

The SDK team is working on preventative action items that will avoid asynchronous releases.
Reply all
Reply to author
Forward
0 new messages