Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-12-08 Thread Sumi
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.comikai.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.comgoogle-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.comgoogle-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.



Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-19 Thread Ikai Lan (Google)
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.comwrote:

 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.comikai.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.comikai.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.comgoogle-appengine-java%2bunsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.comgoogle-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.comgoogle-appengine-java%2bunsubscr...@googlegroups.comgoogle-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.comgoogle-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 

Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-19 Thread Sumi
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=XXXversion=2;

500 Internal Server Error


htmlhead

meta http-equiv=content-type content=text/html;charset=utf-8

title500 Server Error/title

/head

body text=#00 bgcolor=#ff

h1Error: Server Error/h1

h2The server encountered an error and could not complete your
request.pIf 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=XXXversion=2;

500 Internal Server Error


htmlhead

meta http-equiv=content-type content=text/html;charset=utf-8

title500 Server Error/title

/head

body text=#00 bgcolor=#ff

h1Error: Server Error/h1

h2The server encountered an error and could not complete your
request.pIf 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.comwrote:

 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.comikai.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.comwrote:
 
 
 
 
 
 
 
   works for me as well.
 
   thx
 
   On 16 Nov., 01:46, Ikai Lan (Google) 
   ikai.l+gro...@google.comikai.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.comgoogle-appengine-java%2bunsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.comgoogle-appengine-java%2B
   unsubscr...@googlegroups.com
 .
 For more 

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-17 Thread Dave Watson
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
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.comwrote:







  works for me as well.

  thx

  On 16 Nov., 01:46, Ikai Lan (Google) 
  ikai.l+gro...@google.comikai.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/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.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.comgoogle-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.comgoogle-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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-16 Thread dflorey
Ikai, you are the man!
This seemed to be the problem with my apps as well.

THANK YOU!!!

On Nov 16, 8:25 am, Joakim Söderström joakim.soderst...@gmail.com
wrote:
 This solves my issues, thanks Ikai!

 Suggestion: make sure that the Eclipse plugin doesn't generate a
 web.xml with DOCTYPE set.

 On Nov 16, 7:19 am, Didier Durand durand.did...@gmail.com wrote:







  Ikai,

  suggestion for your deploy process: would it be possible to generate a
  warning in the console output of the deploy if we used the wrong
  DOCTYPE line int he source code that App Engine parses: that would
  allow people to fix their source code quickly even if they didn't read
  this thread

  regards

  didier

  On Nov 16, 1:46 am, Ikai Lan (Google) ikai.l+gro...@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.comgoogle-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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-16 Thread Nicanor Babula
Thanks Ikai. Now I am able to deploy again. Have a nice day.

On Tue, Nov 16, 2010 at 10:37 AM, dflorey daniel.flo...@gmail.com wrote:

 Ikai, you are the man!
 This seemed to be the problem with my apps as well.

 THANK YOU!!!

 On Nov 16, 8:25 am, Joakim Söderström joakim.soderst...@gmail.com
 wrote:
  This solves my issues, thanks Ikai!
 
  Suggestion: make sure that the Eclipse plugin doesn't generate a
  web.xml with DOCTYPE set.
 
  On Nov 16, 7:19 am, Didier Durand durand.did...@gmail.com wrote:
 
 
 
 
 
 
 
   Ikai,
 
   suggestion for your deploy process: would it be possible to generate a
   warning in the console output of the deploy if we used the wrong
   DOCTYPE line int he source code that App Engine parses: that would
   allow people to fix their source code quickly even if they didn't read
   this thread
 
   regards
 
   didier
 
   On Nov 16, 1:46 am, Ikai Lan (Google) 
   ikai.l+gro...@google.comikai.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/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.comgoogle-appengine-java%2bunsubscr...@googlegroups.comgoogle-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.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
Nicanor Cristian Babula

-- 
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: Can't deploy again despite fix announcement

2010-11-16 Thread came
works for me as well.

thx

On 16 Nov., 01:46, Ikai Lan (Google) ikai.l+gro...@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/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.comgoogle-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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-16 Thread Ikai Lan (Google)
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.comwrote:

 works for me as well.

 thx

 On 16 Nov., 01:46, Ikai Lan (Google) 
 ikai.l+gro...@google.comikai.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/javaeehttp://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.comgoogle-appengine-java%2bunsubscr...@googlegroups.comgoogle-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.comgoogle-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.



[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-16 Thread Didier Durand
Hi Ikai,

The plugin still generates the follwoing for a new project in version
1.3.8 :

?xml version=1.0 encoding=UTF-8?
!DOCTYPE web-app
PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN
http://java.sun.com/dtd/web-app_2_3.dtd;

So, I guess it should be changed.

regards
didier

On Nov 17, 1:20 am, Ikai Lan (Google) ikai.l+gro...@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.comwrote:

  works for me as well.

  thx

  On 16 Nov., 01:46, Ikai Lan (Google) 
  ikai.l+gro...@google.comikai.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/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.comgoogle-appengine-java%2bunsubscr...@googlegroups.comgoogle-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.comgoogle-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.



[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread nicanor.babula
Hi,

Same situation here.
AppID: domodentweb

Regards,
Cristian Babula.

On 15 Nov, 10:30, Didier Durand durand.did...@gmail.com wrote:
 Hi,

 A fix was announced for the issue around appl deployment via 
 console:http://groups.google.com/group/google-appengine-downtime-notify/brows...

 I still get errors and can't deploy. I get message Received
 IOException parsing the input stream for /war/WEB-INF/web.xml

 Can somebody from Google update us on the issue ?

 regards
 didier

-- 
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: Can't deploy again despite fix announcement

2010-11-15 Thread Joakim Söderström
I also still have the same issue. One week and counting..

AppIDs: kanal5play, kanalnio

//Joakim

On Nov 15, 10:49 am, nicanor.babula nicanor.bab...@gmail.com
wrote:
 Hi,

 Same situation here.
 AppID: domodentweb

 Regards,
 Cristian Babula.

 On 15 Nov, 10:30, Didier Durand durand.did...@gmail.com wrote:







  Hi,

  A fix was announced for the issue around appl deployment via 
  console:http://groups.google.com/group/google-appengine-downtime-notify/brows...

  I still get errors and can't deploy. I get message Received
  IOException parsing the input stream for /war/WEB-INF/web.xml

  Can somebody from Google update us on the issue ?

  regards
  didier

-- 
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: Can't deploy again despite fix announcement

2010-11-15 Thread ArtemGr
The same, although from time to time deployment works.
AppID: javagrond.

On Nov 15, 12:30 pm, Didier Durand durand.did...@gmail.com wrote:
 Hi,

 A fix was announced for the issue around appl deployment via 
 console:http://groups.google.com/group/google-appengine-downtime-notify/brows...

 I still get errors and can't deploy. I get message Received
 IOException parsing the input stream for /war/WEB-INF/web.xml

 Can somebody from Google update us on the issue ?

 regards
 didier

-- 
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: Can't deploy again despite fix announcement

2010-11-15 Thread dflorey
No single deployment succeeded today. Tried since ~5 hours on several
apps, all are getting timeouts...

On Nov 15, 2:55 pm, ArtemGr artem...@gmail.com wrote:
 The same, although from time to time deployment works.
 AppID: javagrond.

 On Nov 15, 12:30 pm, Didier Durand durand.did...@gmail.com wrote:







  Hi,

  A fix was announced for the issue around appl deployment via 
  console:http://groups.google.com/group/google-appengine-downtime-notify/brows...

  I still get errors and can't deploy. I get message Received
  IOException parsing the input stream for /war/WEB-INF/web.xml

  Can somebody from Google update us on the issue ?

  regards
  didier

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



Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Artem
What I do is close all files, close Eclipse, start Eclipse, select the 
project and do a deploy. It skips the GWT compilation (says GWT already 
compiled) and half of the time it works.


On 11/15/2010 06:10 PM, dflorey wrote:

No single deployment succeeded today. Tried since ~5 hours on several
apps, all are getting timeouts...

On Nov 15, 2:55 pm, ArtemGrartem...@gmail.com  wrote:
   

The same, although from time to time deployment works.
AppID: javagrond.
 


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



Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Cristian Nicanor Babula
Initially, your strategy worked fine for me, but it's no longer the case...

Sent using a Sony Ericsson mobile phone


 Original message 
From: Artem artem...@gmail.com
Sent: 
To: google-appengine-java@googlegroups.com
Subject: Re: [appengine-java] Re: Can't deploy again despite fix announcement

What I do is close all files, close Eclipse, start Eclipse, select the 
project and do a deploy. It skips the GWT compilation (says GWT already 
compiled) and half of the time it works.

On 11/15/2010 06:10 PM, dflorey wrote:
 No single deployment succeeded today. Tried since ~5 hours on several
 apps, all are getting timeouts...

 On Nov 15, 2:55 pm, ArtemGrartem...@gmail.com  wrote:

 The same, although from time to time deployment works.
 AppID: javagrond.
  

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

-- 
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: Can't deploy again despite fix announcement

2010-11-15 Thread dflorey
Any news on this?

On Nov 15, 4:19 pm, Cristian Nicanor Babula
nicanor.bab...@gmail.com wrote:
 Initially, your strategy worked fine for me, but it's no longer the case...

 Sent using a Sony Ericsson mobile phone







  Original message 
 From: Artem artem...@gmail.com
 Sent:
 To: google-appengine-java@googlegroups.com
 Subject: Re: [appengine-java] Re: Can't deploy again despite fix announcement

 What I do is close all files, close Eclipse, start Eclipse, select the
 project and do a deploy. It skips the GWT compilation (says GWT already
 compiled) and half of the time it works.

 On 11/15/2010 06:10 PM, dflorey wrote:
  No single deployment succeeded today. Tried since ~5 hours on several
  apps, all are getting timeouts...

  On Nov 15, 2:55 pm, ArtemGrartem...@gmail.com  wrote:

  The same, although from time to time deployment works.
  AppID: javagrond.

 --
 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 
 athttp://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.



Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Ikai Lan (Google)
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



On Mon, Nov 15, 2010 at 9:45 AM, dflorey daniel.flo...@gmail.com wrote:

 Any news on this?

 On Nov 15, 4:19 pm, Cristian Nicanor Babula
 nicanor.bab...@gmail.com wrote:
  Initially, your strategy worked fine for me, but it's no longer the
 case...
 
  Sent using a Sony Ericsson mobile phone
 
 
 
 
 
 
 
   Original message 
  From: Artem artem...@gmail.com
  Sent:
  To: google-appengine-java@googlegroups.com
  Subject: Re: [appengine-java] Re: Can't deploy again despite fix
 announcement
 
  What I do is close all files, close Eclipse, start Eclipse, select the
  project and do a deploy. It skips the GWT compilation (says GWT already
  compiled) and half of the time it works.
 
  On 11/15/2010 06:10 PM, dflorey wrote:
   No single deployment succeeded today. Tried since ~5 hours on several
   apps, all are getting timeouts...
 
   On Nov 15, 2:55 pm, ArtemGrartem...@gmail.com  wrote:
 
   The same, although from time to time deployment works.
   AppID: javagrond.
 
  --
  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.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group athttp://
 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.comgoogle-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.



Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Artem

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 
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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Ikai Lan (Google)
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.comgoogle-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.



[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Didier Durand
Ikai,

suggestion for your deploy process: would it be possible to generate a
warning in the console output of the deploy if we used the wrong
DOCTYPE line int he source code that App Engine parses: that would
allow people to fix their source code quickly even if they didn't read
this thread

regards

didier

On Nov 16, 1:46 am, Ikai Lan (Google) ikai.l+gro...@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/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.comgoogle-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.



[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Joakim Söderström
This solves my issues, thanks Ikai!

Suggestion: make sure that the Eclipse plugin doesn't generate a
web.xml with DOCTYPE set.


On Nov 16, 7:19 am, Didier Durand durand.did...@gmail.com wrote:
 Ikai,

 suggestion for your deploy process: would it be possible to generate a
 warning in the console output of the deploy if we used the wrong
 DOCTYPE line int he source code that App Engine parses: that would
 allow people to fix their source code quickly even if they didn't read
 this thread

 regards

 didier

 On Nov 16, 1:46 am, Ikai Lan (Google) ikai.l+gro...@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.comgoogle-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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.