[appengine-java] Re: An internal error occurred during deployment

2009-10-29 Thread Raphael André Bauer
On Wed, Oct 28, 2009 at 6:14 PM, Pion onlee2...@gmail.com wrote: I have been developing my app in the hosted mode for the past few months. It works fine on the hosted mode. Today, I got an internal error below when I tried to deploy it for the first time using Eclipse. My environments:

[appengine-java] Re: An internal error occurred during deployment

2009-10-29 Thread Pion
Thanks. You are correct. This line causes the problem - Notice that there is a space before / property name=com.foo value=bar / This line is correct - Remove the space before / property name=com.foo value=bar/ Again, thanks. On Oct 29, 2:44 am, Raphael André Bauer

[appengine-java] Re: An internal error occurred during deployment

2009-10-28 Thread Pion
Per http://code.google.com/appengine/docs/java/gettingstarted/uploading.html, I did use the command prompt by typing ..\appengine-java-sdk\bin \appcfg.cmd update war. It produces the same error - expected I guess. On Oct 28, 10:14 am, Pion onlee2...@gmail.com wrote: I have been developing my