I'm not seeing any reports on the AppEngine system status (http:// code.google.com/status/appengine), but I'm having problems deploying my application today. Three times, this morning, the deployment failed with a 500 error from the server (after copying all modified files).
============================================= Application: pageslike; version: 2. Server: appengine.google.com. Scanning files on local disk. Initiating update. Cloning 18 static files. Cloning 58 application files. Uploading 2 files and blobs. Uploaded 2 files and blobs Deploying new version. Rolling back the update. Error 503: --- begin server output --- Try Again (503) An unexpected failure has occurred. Please try again. --- end server output --- C:\src\pageslike\trunk>appcfg.py update app/ Application: pageslike; version: 2. Server: appengine.google.com. Scanning files on local disk. Initiating update. Cloning 18 static files. Cloning 58 application files. Deploying new version. Rolling back the update. Error 500: --- begin server output --- Server Error (500) A server error has occurred. --- end server output --- ============================================= Now, I am able to deploy, but what usually takes about 2 seconds, now is taking a minute to complete: ============================================= Application: pageslike; version: 2. Server: appengine.google.com. Scanning files on local disk. Initiating update. Cloning 18 static files. Cloning 58 application files. Uploading 1 files and blobs. Uploaded 1 files and blobs Deploying new version. Checking if new version is ready to serve. Will check again in 1 seconds. Checking if new version is ready to serve. Will check again in 2 seconds. Checking if new version is ready to serve. Will check again in 4 seconds. Checking if new version is ready to serve. Will check again in 8 seconds. Checking if new version is ready to serve. Will check again in 16 seconds. Checking if new version is ready to serve. Will check again in 32 seconds. Checking if new version is ready to serve. Closing update: new version is ready to start serving. Uploading index definitions. ============================================ Anybody seeing something similar? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
