Hi Ikai,

This problem started occur today again.
I have in my web.xml

<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/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";

  id="WebApp_ID"

  version="2.5">


So your fix is not solving this problem today.


Here is the error log..

   Skipping GWT compilation since no relevant changes have occurred since
the last deploy.

********************************************************

There is a new version of the SDK available.

-----------

Latest SDK:

Release: 1.4.0

Timestamp: Wed Dec 01 15:14:18 PST 2010

API versions: [1.0]


-----------

Your SDK:

Release: 1.3.7

Timestamp: Wed Aug 25 09:40:01 PDT 2010

API versions: [1.0]


-----------

Please visit http://code.google.com/appengine for the latest SDK.

********************************************************

Creating staging directory

Scanning for jsp files.

Compiling jsp files.

Scanning files on local disk.

Scanned 250 files.

Initiating update.

Cloning 48 static files.

Cloning 359 application files.

Cloned 100 files.

Cloned 200 files.

Cloned 300 files.

Uploading 0 files.

Deploying new version.

Will check again in 1 seconds.

Will check again in 2 seconds.

Will check again in 4 seconds.

Will check again in 8 seconds.

Closing update: new version is ready to start serving.

Uploading index definitions.

Uploading cron jobs.

Uploading task queues.

Deployment completed successfully




On Mon, Nov 15, 2010 at 4:46 PM, Ikai Lan (Google)
<ikai.l+gro...@google.com<ikai.l%2bgro...@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/javaee
> http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";
>  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>
>> .
>> 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.

Reply via email to