The only recommendation I have is to try deleting all versions of Managed
VM modules from App Engine -> Versions, and also any remaining Managed VM
instances from Compute Engine -> Instances and trying a redeploy. I don't
have any reports of known issues with Managed VM deployments at this time
but I will be sure to keep this thread updated if I do. For troubleshooting
purposes you might want to try testing deployment to a new project to test
if the issue is project-local.
On Friday, January 15, 2016 at 8:15:05 PM UTC-5, Andrei Volgin wrote:
>
> 1. I tried to redeploy all modules. The default is App Engine instances,
> and it works fine. The backend module is managed VMs, and it refuses to
> deploy. It worked yesterday.
>
> 2. When I try to deploy (gcloud preview app deploy), I get an error
> message, including , but I do see the age-builder instance for a while
> ("gae-builder-vm-1d", where 1d is module version). Then I see a vm
> instance, like "gae-backend-1d-xxoc". It spins for a long time, and finally
> turns green. It still shows 503 "The service you requested is not available
> yet." when I try to access it from the client.
>
> Andrei
>
>
>
> On Fri, Jan 15, 2016 at 8:07 PM, Adam (Cloud Platform Support) <
> [email protected]> wrote:
> >
> > Does this happen for non-default modules or the default module? If
> non-default, have you tried re-deploying the default module to a new
> version as well? Under 'Compute Engine' -> VM instances, do you see many
> 'gae-*' instances in an unhealthy state (including any gae-builder
> instances)?
> >
> > On Friday, January 15, 2016 at 4:41:15 PM UTC-5, Andrei Volgin wrote:
> >>
> >> Starting from last night updates to modules using managed VMs started
> to fail for my project (id="filemambo"). appcfg update now results in
> >>
> >>
> >> java.lang.RuntimeException: Fatal problem encountered during
> deployment. Please refer to the logs for more information.
> >>
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.isServing(AppVersionUpload.java:1096)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.access$200(AppVersionUpload.java:46)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload$2.call(AppVersionUpload.java:929)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload$2.call(AppVersionUpload.java:926)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload$3.call(AppVersionUpload.java:1233)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload$3.call(AppVersionUpload.java:1230)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.retryWithBackoffOptional(AppVersionUpload.java:1270)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.retryWithBackoff(AppVersionUpload.java:1228)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.commit(AppVersionUpload.java:926)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.uploadFilesTransaction(AppVersionUpload.java:228)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:200)
> >>
> >> at
> com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:571)
> >>
> >> at
> com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:58)
> >>
> >> at
> com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:1537)
> >>
> >> at
> com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:360)
> >>
> >> at
> com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:222)
> >>
> >> at
> com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:127)
> >>
> >> at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:123)
> >>
> >>
> >> com.google.appengine.tools.admin.AdminException: Unable to update app:
> Fatal problem encountered during deployment. Please refer to the logs for
> more information.
> >>
> >> at
> com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:577)
> >>
> >> at
> com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:58)
> >>
> >> at
> com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:1537)
> >>
> >> at
> com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:360)
> >>
> >> at
> com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:222)
> >>
> >> at
> com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:127)
> >>
> >> at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:123)
> >>
> >>
> >> Caused by: java.lang.RuntimeException: Fatal problem encountered during
> deployment. Please refer to the logs for more information.
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.isServing(AppVersionUpload.java:1096)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.access$200(AppVersionUpload.java:46)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload$2.call(AppVersionUpload.java:929)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload$2.call(AppVersionUpload.java:926)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload$3.call(AppVersionUpload.java:1233)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload$3.call(AppVersionUpload.java:1230)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.retryWithBackoffOptional(AppVersionUpload.java:1270)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.retryWithBackoff(AppVersionUpload.java:1228)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.commit(AppVersionUpload.java:926)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.uploadFilesTransaction(AppVersionUpload.java:228)
> >>
> >> at
> com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:200)
> >>
> >> at
> com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:571)
> >>
> >> ... 6 more
> >>
> >>
> >>
> >>
> >> I see that a managed VM instance is killed, a new instance is created,
> but this new instance has 0 bytes in memory and is not working (503 error:
> "The service you requested is not available yet).
> >>
> >> There have been no changes in project structure, setup, etc. I noticed
> that this problem started exactly when the error message from deploys
> (about outdated SDK) disappeared. I upgraded to 1.9.31, but it did not help.
> >>
> >> gcloud preview app deploy does not work either - it results in "Timed
> out when starting VMs. Rolling back the update."
> >>
> >> I tried deploying module as a new version, deleting it completely and
> redeploying, etc.
> >>
> >> Any ideas how to resolve this?
> >
> > --
> > You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> > To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/qATq7olKdZ8/unsubscribe
> .
> > To unsubscribe from this group and all its topics, send an email to
> [email protected].
> > To post to this group, send email to [email protected].
> > Visit this group at https://groups.google.com/group/google-appengine.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/b725d5ea-5309-48c6-bb9d-df05d756471e%40googlegroups.com
> .
> >
> > For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/6dfe7497-13a9-4b8b-b28f-311b25757d8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.