[appengine-java] Re: Exception When Uploading Application To AppEngine

2010-01-07 Thread Kiryl Bahdanau
The issue is disappeared with no changes from my side. I am able to
upload the version that was failed previously.
Maybe something was wrong with server that is hosting my site because
I don't see any downtime notification in the official group.
Everything is working and this is good news for me.
-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Exception When Uploading Application To AppEngine

2010-01-06 Thread Kiryl Bahdanau
I'm seeing the same problem. I am not able to upload any generated
GWT .cache.html files to the server.
The upload is working fine when I remove all .cache.html but failed on
any .cache.html file. The generated GWT file size is about 450 Kb. The
previous GWT version file was possible to upload the file size was
about the same. I updated GWT 1.7 to 2.0 and implemented some logic
changes but without big API changes so HashMap with Serializable
solution will not work for me.

It looks like there is some datastorage issue on App Engine servers.
Small files update is working fine but any big file update is failed
with exception

com.google.appengine.tools.admin.AdminException: Unable to update app:
Error writing to server
at com.google.appengine.tools.admin.AppAdminImpl.update
(AppAdminImpl.java:62)
at com.google.appengine.tools.admin.AppCfg$UpdateAction.execute
(AppCfg.java:521)
at com.google.appengine.tools.admin.AppCfg.init(AppCfg.java:130)
at com.google.appengine.tools.admin.AppCfg.init(AppCfg.java:58)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:54)
Caused by: java.io.IOException: Error writing to server
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance
(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance
(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at sun.net.www.protocol.http.HttpURLConnection$6.run
(HttpURLConnection.java:1345)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException
(HttpURLConnection.java:1339)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream
(HttpURLConnection.java:993)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:
373)
at com.google.appengine.tools.admin.ServerConnection.send
(ServerConnection.java:129)
at com.google.appengine.tools.admin.ServerConnection.post
(ServerConnection.java:95)
at com.google.appengine.tools.admin.AppVersionUpload.send
(AppVersionUpload.java:527)
at com.google.appengine.tools.admin.AppVersionUpload.uploadFile
(AppVersionUpload.java:433)
at com.google.appengine.tools.admin.AppVersionUpload.doUpload
(AppVersionUpload.java:118)
at com.google.appengine.tools.admin.AppAdminImpl.update
(AppAdminImpl.java:56)
... 4 more
Caused by: java.io.IOException: Error writing to server
at sun.net.www.protocol.http.HttpURLConnection.writeRequests
(HttpURLConnection.java:453)
at sun.net.www.protocol.http.HttpURLConnection.writeRequests
(HttpURLConnection.java:465)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream
(HttpURLConnection.java:1047)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderFieldKey
(HttpURLConnection.java:2160)
at com.google.appengine.tools.util.ClientCookieManager.readCookies
(ClientCookieManager.java:123)
at com.google.appengine.tools.admin.ServerConnection.connect
(ServerConnection.java:340)
at com.google.appengine.tools.admin.ServerConnection.send
(ServerConnection.java:127)
... 9 more

I am using the latest SDK 1.3.0 for upload. Any help would be
appreciated.
-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Exception When Uploading Application To AppEngine

2009-11-18 Thread gholler

I'm seeing the same thing here. All of a sudden I can't deploy to the
cloud. I'm using gae 1.2.2, and I'm getting the exact same error.  The
only thing that may have an effect is that I had someone else on my
team deploy to the same account (different app id), since then I
haven't been able to deploy. I can't believe that you can't have more
than one person ever deploy to an account. Any guidance would be
appreciated. Thanks.

G

--

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