[appengine-java] Re: Deploy Hangs - Please help

2012-02-28 Thread treguess
Thank you!. I am stuck here.

On Feb 28, 10:36 pm, Prashant  wrote:
> looks like server side issue. retry after some time ...
>
>
>
>
>
>
>
> On Wed, Feb 29, 2012 at 11:37 AM, treguess  wrote:
> > I am getting stuck when deploy. I get the following message
>
> > 52% 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.
> > 99% Will check again in 60 seconds.
> > 99% Will check again in 60 seconds.
> > 99% Will check again in 60 seconds.
> > 99% Will check again in 60 seconds.
> > 99% Will check again in 60 seconds.
> > 99% Will check again in 60 seconds.
> > 99% Will check again in 60 seconds.
> > 99% Will check again in 60 seconds.
> > 99% Will check again in 60 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-java@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-java@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 - Please help

2012-02-29 Thread treguess
Here is the error description
com.google.appengine.tools.admin.AdminException: Unable to update app:
Version not ready.
at
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:
333)
at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
52)
at
com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:
400)
at
com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:
148)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:
38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.lang.RuntimeException: Version not ready.
at
com.google.appengine.tools.admin.AppVersionUpload.commit(AppVersionUpload.java:
535)
at
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:
141)
at
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:
328)
... 5 more

On Feb 28, 11:02 pm, treguess  wrote:
> Thank you!. I am stuck here.
>
> On Feb 28, 10:36 pm, Prashant  wrote:
>
>
>
>
>
>
>
> > looks like server side issue. retry after some time ...
>
> > On Wed, Feb 29, 2012 at 11:37 AM,treguess wrote:
> > > I am getting stuck when deploy. I get the following message
>
> > > 52% 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.
> > > 99% Will check again in 60 seconds.
> > > 99% Will check again in 60 seconds.
> > > 99% Will check again in 60 seconds.
> > > 99% Will check again in 60 seconds.
> > > 99% Will check again in 60 seconds.
> > > 99% Will check again in 60 seconds.
> > > 99% Will check again in 60 seconds.
> > > 99% Will check again in 60 seconds.
> > > 99% Will check again in 60 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-java@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-java@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 - Please help

2012-02-29 Thread Jonathan Chen
Same here. I've been trying for more than 12 hours now, and still have 
failures during deployment.


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/SKILrw7luDYJ.
To post to this group, send email to google-appengine-java@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 - Please help

2012-02-29 Thread Asaf
Im having this issue for the last 10 hours

tried to deploy to new increased version of the app ... no luck

this bug is really mean



On Feb 29, 8:07 am, treguess  wrote:
> I am getting stuck when deploy. I get the following message
>
> 52% 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.
> 99% Will check again in 60 seconds.
> 99% Will check again in 60 seconds.
> 99% Will check again in 60 seconds.
> 99% Will check again in 60 seconds.
> 99% Will check again in 60 seconds.
> 99% Will check again in 60 seconds.
> 99% Will check again in 60 seconds.
> 99% Will check again in 60 seconds.
> 99% Will check again in 60 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-java@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 - Please help

2012-02-29 Thread Jonathan Chen
Hmm, looks like there's a maintenance outage at the moment?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/Ws3EsMTzOOkJ.
To post to this group, send email to google-appengine-java@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: Deploy Hangs - Please help

2012-02-29 Thread Matthew Johnson
I had the same issue last night, incrementing the version number this morning 
made seemed to allow it to deploy successfully.

On Feb 29, 2012, at 11:44 AM, Asaf wrote:

> Im having this issue for the last 10 hours
> 
> tried to deploy to new increased version of the app ... no luck
> 
> this bug is really mean
> 
> 
> 
> On Feb 29, 8:07 am, treguess  wrote:
>> I am getting stuck when deploy. I get the following message
>> 
>> 52% 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.
>> 99% Will check again in 60 seconds.
>> 99% Will check again in 60 seconds.
>> 99% Will check again in 60 seconds.
>> 99% Will check again in 60 seconds.
>> 99% Will check again in 60 seconds.
>> 99% Will check again in 60 seconds.
>> 99% Will check again in 60 seconds.
>> 99% Will check again in 60 seconds.
>> 99% Will check again in 60 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-java@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-java@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: Deploy Hangs - Please help

2012-02-29 Thread Jonathan Chen
On Thursday, 1 March 2012 13:35:29 UTC+13, Matthew Johnson wrote:

> I had the same issue last night, incrementing the version number this 
> morning made seemed to allow it to deploy successfully.


Bumping the version number did not do it for my app. This really makes me 
lose faith in Java GAE. 

>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/oe8YcF19G34J.
To post to this group, send email to google-appengine-java@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: Deploy Hangs - Please help

2012-03-01 Thread Amir
Having the same issue, i've been trying for a full 24 hours now... tried 
incrementing version, no luck. 

Google has a huge opportunity in taking the lead on cloud computing, but 
this is failure. We haven't released our app yet, i can only imagine 
how disastrous this kind of an outage could be for us after release. 



On Wednesday, February 29, 2012 5:23:57 PM UTC-8, Jonathan Chen wrote:
>
> On Thursday, 1 March 2012 13:35:29 UTC+13, Matthew Johnson wrote:
>
>> I had the same issue last night, incrementing the version number this 
>> morning made seemed to allow it to deploy successfully.
>
>
> Bumping the version number did not do it for my app. This really makes me 
> lose faith in Java GAE. 
>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/tmPIMgIsHl8J.
To post to this group, send email to google-appengine-java@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: Deploy Hangs - Please help

2012-03-01 Thread Jonathan Chen
On Thursday, 1 March 2012 19:57:55 UTC+13, Amir wrote:
>
> Having the same issue, i've been trying for a full 24 hours now... tried 
> incrementing version, no luck. 


They've finally fixed it. It now works for me. 

>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/dKkaIbal6BIJ.
To post to this group, send email to google-appengine-java@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: Deploy Hangs - Please help

2012-03-01 Thread Amir
Yeah we noticed it was fixed at 12:12AM last night. I wish they'd give an 
explanation for what happened, and why it won't happen again. 

We've got a lot riding on GAE. 



On Thursday, March 1, 2012 9:53:06 AM UTC-8, Jonathan Chen wrote:
>
> On Thursday, 1 March 2012 19:57:55 UTC+13, Amir wrote:
>>
>> Having the same issue, i've been trying for a full 24 hours now... tried 
>> incrementing version, no luck. 
>
>
> They've finally fixed it. It now works for me. 
>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/dh_5LVxJI8QJ.
To post to this group, send email to google-appengine-java@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: Deploy Hangs - Please help

2012-03-01 Thread Jonathan Chen

On Friday, 2 March 2012 06:55:46 UTC+13, Amir wrote:
>
> Yeah we noticed it was fixed at 12:12AM last night. I wish they'd give an 
> explanation for what happened, and why it won't happen again. 
>
> We've got a lot riding on GAE. 
>  
>

Yeah, same here. The status pages didn't even register any issue regarding 
deployment. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/rBDUxvKZJAkJ.
To post to this group, send email to google-appengine-java@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.