Deployment is failing again with the following error. When will this be resolved?
Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=XXXXXXXXXXX&version=2& 500 Internal Server Error <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> See the deployment console for more details Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=XXXXXXXXXXX&version=2& 500 Internal Server Error <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 Fri, Nov 19, 2010 at 10:48 AM, Ikai Lan (Google) < ikai.l+gro...@google.com <ikai.l%2bgro...@google.com>> wrote: > I'll make it a point to add it to the FAQ, but it'd probably be most > effective if we printed out a console warning or something when this > happens. > > Ah, third-party dependencies ... > > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > Blogger: http://googleappengine.blogspot.com > Reddit: http://www.reddit.com/r/appengine > Twitter: http://twitter.com/app_engine > > > > On Tue, Nov 16, 2010 at 6:34 PM, Dave Watson > <davidgrillwat...@gmail.com>wrote: > >> Can you make this sticky or a FAQ or something? I've been having >> terribly deployment problems (had to adjust my deployment script to >> retry 10+ times), and seems like this solution should be shouted from >> the rooftops. :) >> >> On Nov 16, 7:20 pm, "Ikai Lan (Google)" >> <ikai.l+gro...@google.com<ikai.l%2bgro...@google.com> >> > >> wrote: >> > Strange, I could have sworn my web.xml was generated by the Google >> Plugin >> > for Eclipse. >> > >> > Either way, we are looking into ways to either warn users or just bypass >> the >> > check if it times out. >> > >> > -- >> > Ikai Lan >> > Developer Programs Engineer, Google App Engine >> > Blogger:http://googleappengine.blogspot.com >> > Reddit:http://www.reddit.com/r/appengine >> > Twitter:http://twitter.com/app_engine >> > >> > On Tue, Nov 16, 2010 at 10:31 AM, came < >> carsten.immome...@googlemail.com>wrote: >> > >> > >> > >> > >> > >> > >> > >> > > works for me as well. >> > >> > > thx >> > >> > > On 16 Nov., 01:46, "Ikai Lan (Google)" >> > > <ikai.l+gro...@google.com<ikai.l%2bgro...@google.com> >> <ikai.l%2bgro...@google.com <ikai.l%252bgro...@google.com>> >> > >> > > wrote: >> > > > Okay, just got confirmation that the reason this isn't working >> > > > intermittently is related to having DOCTYPE in web.xml. Do you guys >> have >> > > a >> > > > line in your web.xml that looks like this? >> > >> > > > <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web >> Application >> > > > 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> >> > >> > > > If so, can you replace it with this? >> > >> > > > <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >> > > > xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web=" >> > >http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" >> > > > xsi:schemaLocation=" >> > >http://java.sun.com/xml/ns/javaeehttp://java.sun.com/xml/ns/javaee/we. >> .. >> > > " >> > > > version="2.5"> >> > >> > > > The reason this issue occurs is that a deploy will attempt to >> retrieve >> > > the >> > > > DTD, but if the server is overloaded or not responsive, the deploy >> > > operation >> > > > will just time out. >> > >> > > > -- >> > > > Ikai Lan >> > > > Developer Programs Engineer, Google App Engine >> > > > Blogger:http://googleappengine.blogspot.com >> > > > Reddit:http://www.reddit.com/r/appengine >> > > > Twitter:http://twitter.com/app_engine >> > >> > > > On Mon, Nov 15, 2010 at 3:09 PM, Artem <artem...@gmail.com> wrote: >> > > > > Here it is:http://paste.pocoo.org/show/291784/ >> > >> > > > > On 11/16/2010 01:29 AM, Ikai Lan (Google) wrote: >> > >> > > > > Does anyone have a stack trace if an exception is thrown? Will >> deploy >> > > work >> > > > > after a rollback? >> > >> > > > > -- >> > > > > Ikai Lan >> > > > > Developer Programs Engineer, Google App Engine >> > > > > Blogger:http://googleappengine.blogspot.com >> > > > > Reddit:http://www.reddit.com/r/appengine >> > > > > Twitter:http://twitter.com/app_engine >> > >> > > > > -- >> > > > > 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<google-appengine-java%2bunsubscr...@googlegroups.com><google-appengine-java%2B >> unsubscr...@googlegroups.com><google-appengine-java%2B >> > > unsubscr...@googlegroups.com> >> > > > > . >> > > > > For more options, visit this group at >> > > > >http://groups.google.com/group/google-appengine-java?hl=en. >> > >> > > -- >> > > 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<google-appengine-java%2bunsubscr...@googlegroups.com><google-appengine-java%2B >> unsubscr...@googlegroups.com> >> > > . >> > > For more options, visit this group at >> > >http://groups.google.com/group/google-appengine-java?hl=en. >> >> -- >> 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<google-appengine-java%2bunsubscr...@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine-java?hl=en. >> >> > -- > 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<google-appengine-java%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- 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.