[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. -

[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

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

2009-11-18 Thread luijar
I was able to find the problem. I am not sure why this would happen. In my GWT code, I had a HashMap mapping a String to a Serializable. Removing this mapping (changed Serializable to String) fixes the problem. Not quite sure why this would happen. If anyone can shed some light, please free feel t

[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 dep