I am getting the following error when running my application: com.google.gwt.user.client.rpc.StatusCodeException: <html><head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>500 Server Error</title> </head> <body text=#000000 bgcolor=#ffffff> <h1>Error: Server Error</h1> <h2>The server encountered an error and could not complete your request.<p>If the problem persists, please <A HREF="http:// code.google.com/appengine/community.html">report</A> your problem and mention this error message and the query that caused it.</h2> <h2></h2> </body></html>
----------------------------------------------------------------------------------------- On Dec 1, 10:44 am, mckoss <[email protected]> wrote: > 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.
