[appengine-java] Deploy Hangs

2010-09-16 Thread gaeuser
It just doesn't finish and keeps checking at 60-second intervals.

On the console at http://appengine.google.com I see my application
with Current Version set to: "None Deployed" But when I click through
the application to the Versions tab, I see: Version 1 (deployed
0:04:30 ago) except it is NOT selected as default. The live URL does
not work - shows up as this link is broken in Chrome.

The email is same as that for this group user. and the app id is the
username + "1". I can post/email my exact user id if needed.

$ java -cp c:/u/p/appengine-java-sdk-1.3.7/lib/appengine-tools-api.jar
com.google.appengine.tools.admin.AppCfg --email=***...@gmail.com
update war
Reading application configuration data...
Sep 16, 2010 10:08:17 AM
com.google.apphosting.utils.config.AppEngineWebXmlReader
readAppEngineWebXml
INFO: Successfully processed war\WEB-INF/appengine-web.xml
2010-09-16 10:08:17.326:INFO::Logging to STDERR via
org.mortbay.log.StdErrLog
Sep 16, 2010 10:08:17 AM
com.google.apphosting.utils.config.AbstractConfigXmlReader
readConfigXml
INFO: Successfully processed war\WEB-INF/web.xml
Beginning server interaction for **1...
0% Creating staging directory
5% Scanning for jsp files.
20% Scanning files on local disk.
25% Initiating update.
Password for ***...@gmail.com:
28% Cloning 12 application files.
40% Uploading 1 files.
52% Uploaded 1 files.
61% Initializing precompilation...
90% Deploying new version.
95% Will check again in 1 seconds.
98% Will check again in 2 seconds.
99% Will check again in 4 seconds.
99% Will check again in 8 seconds.
99% Will check again in 16 seconds.
99% Will check again in 32 seconds.
99% Will check again in 60 seconds.
99% Will check again in 60 seconds.

-- 
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: Deploy Hangs

2010-09-19 Thread gaeuser
Thank you for responding. My application did indeed get updated
successfully after I waited longer.

When I posted my original message it would take over 5-7 minutes. A
few hours later it magically speeded up to about 1 minute or less. (no
material changes on my side). Sending you application id as a direct
message (if that works).

On Sep 17, 8:46 am, "Ikai Lan (Google)" 
wrote:
> What's your application ID?
>
>
>
> On Thu, Sep 16, 2010 at 5:16 PM, gaeuser  wrote:
> > It just doesn't finish and keeps checking at 60-second intervals.
>
> > On the console athttp://appengine.google.comI see my application
> > with Current Version set to: "None Deployed" But when I click through
> > the application to the Versions tab, I see: Version 1 (deployed
> > 0:04:30 ago) except it is NOT selected as default. The live URL does
> > not work - shows up as this link is broken in Chrome.
>
> > The email is same as that for this group user. and the app id is the
> > username + "1". I can post/email my exact user id if needed.
>
> > $ java -cp c:/u/p/appengine-java-sdk-1.3.7/lib/appengine-tools-api.jar
> > com.google.appengine.tools.admin.AppCfg --email=***...@gmail.com
> > update war
> > Reading application configuration data...
> > Sep 16, 2010 10:08:17 AM
> > com.google.apphosting.utils.config.AppEngineWebXmlReader
> > readAppEngineWebXml
> > INFO: Successfully processed war\WEB-INF/appengine-web.xml
> > 2010-09-16 10:08:17.326:INFO::Logging to STDERR via
> > org.mortbay.log.StdErrLog
> > Sep 16, 2010 10:08:17 AM
> > com.google.apphosting.utils.config.AbstractConfigXmlReader
> > readConfigXml
> > INFO: Successfully processed war\WEB-INF/web.xml
> > Beginning server interaction for **1...
> > 0% Creating staging directory
> > 5% Scanning for jsp files.
> > 20% Scanning files on local disk.
> > 25% Initiating update.
> > Password for ***...@gmail.com:
> > 28% Cloning 12 application files.
> > 40% Uploading 1 files.
> > 52% Uploaded 1 files.
> > 61% Initializing precompilation...
> > 90% Deploying new version.
> > 95% Will check again in 1 seconds.
> > 98% Will check again in 2 seconds.
> > 99% Will check again in 4 seconds.
> > 99% Will check again in 8 seconds.
> > 99% Will check again in 16 seconds.
> > 99% Will check again in 32 seconds.
> > 99% Will check again in 60 seconds.
> > 99% Will check again in 60 seconds.
>
> > --
> > 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 > 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: Deploy Hangs

2010-09-19 Thread gaeuser
(I thought I replied to this but it doesn't show up)

After I posted the original report the app did update. Over the next
couple of hours it would consistently take about 4-8 minutes to
update. However, later in the day, without anything significant on my
side, the updates became much faster -- about 1 minute -- and they
have been that way since then.

I will ping you with app id if the problem recurs. (btw, I don't see
any way to non-publicly send you my app id.)

On Sep 17, 8:46 am, "Ikai Lan (Google)" 
wrote:
> What's your application ID?
>
>
>
> On Thu, Sep 16, 2010 at 5:16 PM, gaeuser  wrote:
> > It just doesn't finish and keeps checking at 60-second intervals.
>
> > On the console athttp://appengine.google.comI see my application
> > with Current Version set to: "None Deployed" But when I click through
> > the application to the Versions tab, I see: Version 1 (deployed
> > 0:04:30 ago) except it is NOT selected as default. The live URL does
> > not work - shows up as this link is broken in Chrome.
>
> > The email is same as that for this group user. and the app id is the
> > username + "1". I can post/email my exact user id if needed.
>
> > $ java -cp c:/u/p/appengine-java-sdk-1.3.7/lib/appengine-tools-api.jar
> > com.google.appengine.tools.admin.AppCfg --email=***...@gmail.com
> > update war
> > Reading application configuration data...
> > Sep 16, 2010 10:08:17 AM
> > com.google.apphosting.utils.config.AppEngineWebXmlReader
> > readAppEngineWebXml
> > INFO: Successfully processed war\WEB-INF/appengine-web.xml
> > 2010-09-16 10:08:17.326:INFO::Logging to STDERR via
> > org.mortbay.log.StdErrLog
> > Sep 16, 2010 10:08:17 AM
> > com.google.apphosting.utils.config.AbstractConfigXmlReader
> > readConfigXml
> > INFO: Successfully processed war\WEB-INF/web.xml
> > Beginning server interaction for **1...
> > 0% Creating staging directory
> > 5% Scanning for jsp files.
> > 20% Scanning files on local disk.
> > 25% Initiating update.
> > Password for ***...@gmail.com:
> > 28% Cloning 12 application files.
> > 40% Uploading 1 files.
> > 52% Uploaded 1 files.
> > 61% Initializing precompilation...
> > 90% Deploying new version.
> > 95% Will check again in 1 seconds.
> > 98% Will check again in 2 seconds.
> > 99% Will check again in 4 seconds.
> > 99% Will check again in 8 seconds.
> > 99% Will check again in 16 seconds.
> > 99% Will check again in 32 seconds.
> > 99% Will check again in 60 seconds.
> > 99% Will check again in 60 seconds.
>
> > --
> > 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 > 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.