[google-appengine] Re: Deployment getting stuck

2010-06-07 Thread Robert Munteanu
Seeing this as well.

Robert

On Jun 7, 4:11 am, Kelly A kelly.j.ander...@gmail.com wrote:
 Every time I try to deploy it just gets stuck.  I have let it run for
 over an hour but the update never completes.  Updates were happening
 fine earlier this morning.  Any one have any suggestions on how I
 might fix this?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Deployment getting stuck

2010-06-07 Thread Edgar Gonçalves
Just adding a similar issue, yesterday around 10PM (GMT) i was cut out
of the ability to deploy my application. appconfig.sh prints out
everything up to 90% Deploying new version, and then 95% Rolling
back the update, followed by these:


java.io.IOException: Error posting to URL:
https://appengine.google.com/api/appversion/deploy?app_id=ginasiosundergroundversion=1;
400 Bad Request

Client Error (400)
The request is invalid for an unspecified reason.

Unable to update app: Error posting to URL:
https://appengine.google.com/api/appversion/deploy?app_id=ginasiosundergroundversion=1;
400 Bad Request

Client Error (400)
The request is invalid for an unspecified reason.

Please see the logs [/var/folders/Rc/Rcz8oxCmGqaOhRlmNBCnXU+++TI/-Tmp-/
appcfg387735674495154235.log] for further information.



The mentioned log file itself is pretty useless, just tells me where
in the stack trace was the attempt to send something that is yielding
the 400 error, at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
56).

What's happening? I've checked the group for past issues like this,
and got different reasons for each one. I've rechecked my web.xml, and
looks ok (e.g., no multiline splitting, no non-ascii chars), and I'm
sure none of my changes to the previous version is *that* drastic
(i.e., no different jars nor classes, just static files updates)

I'm sorry in advance if this isn't the right place to post such an
issue, but it looked both content and timeframe related :)

Thanks,
Edgar Gonçalves


On Jun 7, 2:31 am, Robert Munteanu robert.munte...@gmail.com wrote:
 Seeing this as well.

 Robert

 On Jun 7, 4:11 am, Kelly A kelly.j.ander...@gmail.com wrote:



  Every time I try to deploy it just gets stuck.  I have let it run for
  over an hour but the update never completes.  Updates were happening
  fine earlier this morning.  Any one have any suggestions on how I
  might fix this?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Deployment getting stuck

2010-06-06 Thread Stephen
On Jun 6, 9:11 pm, Kelly A kelly.j.ander...@gmail.com wrote:
 Every time I try to deploy it just gets stuck.  I have let it run for
 over an hour but the update never completes.

I'm having the same problem.
Will check again in 60 seconds. runs at least 10 times, then:

Checking if new version is ready to serve.
2010-06-06 21:25:41,912 WARNING appcfg.py:1428 Version still not ready
to serve, aborting.
2010-06-06 21:25:41,933 ERROR appcfg.py:1568 An unexpected error
occurred. Aborting.
Traceback (most recent call last):
  File /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py, line 1557, in DoUpload
self.Commit()
  File /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py, line 1429, in Commit
raise Exception('Version not ready.')
Exception: Version not ready.
Rolling back the update.
Traceback (most recent call last):
  File /usr/local/bin/appcfg.py, line 68, in module
run_file(__file__, globals())
  File /usr/local/bin/appcfg.py, line 64, in run_file
execfile(script_path, globals_)
  File /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py, line 2757, in module
main(sys.argv)
  File /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py, line 2748, in main
result = AppCfgApp(argv).Run()
  File /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py, line 1763, in Run
self.action(self)
  File /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py, line 2619, in __call__
return method()
  File /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py, line 2070, in Update
lambda path: open(os.path.join(basepath, path), 'rb'))
  File /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py, line 1557, in DoUpload
self.Commit()
  File /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py, line 1429, in Commit
raise Exception('Version not ready.')
Exception: Version not ready.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.