Error while deploying to managed VMs

109 views
Skip to first unread message

Stefano Ciccarelli

unread,
Jan 18, 2016, 3:17:41 AM1/18/16
to GAE Group
Hello!

Since friday I cannot deploy a module to managed VMs anymore.

I get this error:
ERROR: (gcloud.preview.app.deploy) Error Response: [500] Internal error encountered.

I tried to launch the gcloud preview app deploy command using the --verbosity debug flag and I get a bunch of

Updating module [vm].../DEBUG: Response returned status 500, retrying
DEBUG: Retrying request to url https://appengine.googleapis.com/v1beta4/apps/cloudmotive/modules/vm/versions?alt=json after exception HttpError accessing <https://appengine.googleapis.com/v1beta4/apps/cloudmotive/modules/vm/versions?alt=json>: response: <{'status': '500', 'alternate-protocol': '443:quic,p=1', 'content-length': '109', 'x-xss-protection': '1; mode=block', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'vary': 'Origin, X-Origin, Referer', 'server': 'ESF', '-content-encoding': 'gzip', 'cache-control': 'private', 'date': 'Mon, 18 Jan 2016 08:14:58 GMT', 'x-frame-options': 'SAMEORIGIN', 'alt-svc': 'quic=":443"; ma=604800; v="30,29,28,27,26,25"', 'content-type': 'application/json; charset=UTF-8'}>, content <{
  "error": {
    "code": 500,
    "message": "Internal error encountered.",
    "status": "INTERNAL"
  }
}
>

before gcloud gives up.

Now I'm stuck, because I have a version running, but I need to deploy a new version. What can I do?

Thanks

--
Stefano Ciccarelli 
GAE Application Division 
/ Director 
stefano.c...@mmbsoftware.it 

M.M.B. s.r.l. 
via Granarolo, 177/7 - 48018 Faenza (RA) - Italy 
tel. +39.0546.637711 - fax +39.0546.46077 
www.mmbsoftware.it - in...@mmbsoftware.it

Le informazioni contenute in questa comunicazione sono riservate e destinate esclusivamente alla/e persona/e o all'ente sopra indicati. E' vietato ai soggetti diversi dai destinatari qualsiasi uso, copia, diffusione di quanto in esso contenuto sia ai sensi dell'art. 616 c.p., sia ai sensi del DL n. 196/03. Se questa comunicazione Vi e' pervenuta per errore, Vi preghiamo di rispondere a questa e-mail e successivamente cancellarla dal Vostro sistema.

Stefano Ciccarelli

unread,
Jan 18, 2016, 7:08:42 AM1/18/16
to GAE Group
I've tried to downgrade gcloud to 91.0.1 and I can deploy again.

I'm stuck on that version, because using gcloud 92.0.0 I cannot deploy.

Nicholas (Google Cloud Support)

unread,
Jan 18, 2016, 4:02:08 PM1/18/16
to Google App Engine
According the the Google Cloud SDK - Release Notes, the 91.0.1 release actually rolled back changes all the way to version 90.0.0. It is possible this included some breaking changes, as shown on the release notes. Though it does not explicitly state that one of these changes may have caused this error, it is indeed possible. I have not yet been able to reproduce this issue. Would you be able to provide the exact steps for reproducing this issue so that it can be easily reproduced?

Please note that for issues requiring some debugging, the App Engine public issue tracker may be a more suitable forum. It also allows moderators to lock visibility in the event that project-sensitive information is required to troubleshoot further.


On Monday, January 18, 2016 at 7:08:42 AM UTC-5, Stefano Ciccarelli wrote:
I've tried to downgrade gcloud to 91.0.1 and I can deploy again.

I'm stuck on that version, because using gcloud 92.0.0 I cannot deploy.


Il giorno lun 18 gen 2016 alle ore 09:17 Stefano Ciccarelli <stefano.ciccarelli@mmbsoftware.it> ha scritto:
Hello!

Since friday I cannot deploy a module to managed VMs anymore.

I get this error:
ERROR: (gcloud.preview.app.deploy) Error Response: [500] Internal error encountered.

I tried to launch the gcloud preview app deploy command using the --verbosity debug flag and I get a bunch of

Updating module [vm].../DEBUG: Response returned status 500, retrying
DEBUG: Retrying request to url https://appengine.googleapis.com/v1beta4/apps/cloudmotive/modules/vm/versions?alt=json after exception HttpError accessing <https://appengine.googleapis.com/v1beta4/apps/cloudmotive/modules/vm/versions?alt=json>: response: <{'status': '500', 'alternate-protocol': '443:quic,p=1', 'content-length': '109', 'x-xss-protection': '1; mode=block', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'vary': 'Origin, X-Origin, Referer', 'server': 'ESF', '-content-encoding': 'gzip', 'cache-control': 'private', 'date': 'Mon, 18 Jan 2016 08:14:58 GMT', 'x-frame-options': 'SAMEORIGIN', 'alt-svc': 'quic=":443"; ma=604800; v="30,29,28,27,26,25"', 'content-type': 'application/json; charset=UTF-8'}>, content <{
  "error": {
    "code": 500,
    "message": "Internal error encountered.",
    "status": "INTERNAL"
  }
}
>

before gcloud gives up.

Now I'm stuck, because I have a version running, but I need to deploy a new version. What can I do?

Thanks

--
Stefano Ciccarelli 
GAE Application Division 
/ Director 


M.M.B. s.r.l. 
via Granarolo, 177/7 - 48018 Faenza (RA) - Italy 
tel. +39.0546.637711 - fax +39.0546.46077 

Le informazioni contenute in questa comunicazione sono riservate e destinate esclusivamente alla/e persona/e o all'ente sopra indicati. E' vietato ai soggetti diversi dai destinatari qualsiasi uso, copia, diffusione di quanto in esso contenuto sia ai sensi dell'art. 616 c.p., sia ai sensi del DL n. 196/03. Se questa comunicazione Vi e' pervenuta per errore, Vi preghiamo di rispondere a questa e-mail e successivamente cancellarla dal Vostro sistema.
--
Stefano Ciccarelli 
GAE Application Division 
/ Director 


M.M.B. s.r.l. 
via Granarolo, 177/7 - 48018 Faenza (RA) - Italy 
tel. +39.0546.637711 - fax +39.0546.46077 

Stefano Ciccarelli

unread,
Jan 27, 2016, 3:47:20 PM1/27/16
to Google App Engine
Just a note to say that upgrading gcloud to 94.0.0 the deploy is working again. But if I downgrade to 92.0.0 or 93.0.0 the deploy fails.

The problem is solved for me.



M.M.B. s.r.l. 
via Granarolo, 177/7 - 48018 Faenza (RA) - Italy 
tel. +39.0546.637711 - fax +39.0546.46077 

Le informazioni contenute in questa comunicazione sono riservate e destinate esclusivamente alla/e persona/e o all'ente sopra indicati. E' vietato ai soggetti diversi dai destinatari qualsiasi uso, copia, diffusione di quanto in esso contenuto sia ai sensi dell'art. 616 c.p., sia ai sensi del DL n. 196/03. Se questa comunicazione Vi e' pervenuta per errore, Vi preghiamo di rispondere a questa e-mail e successivamente cancellarla dal Vostro sistema.
--
Stefano Ciccarelli 
GAE Application Division 
/ Director 


M.M.B. s.r.l. 
via Granarolo, 177/7 - 48018 Faenza (RA) - Italy 
tel. +39.0546.637711 - fax +39.0546.46077 

Le informazioni contenute in questa comunicazione sono riservate e destinate esclusivamente alla/e persona/e o all'ente sopra indicati. E' vietato ai soggetti diversi dai destinatari qualsiasi uso, copia, diffusione di quanto in esso contenuto sia ai sensi dell'art. 616 c.p., sia ai sensi del DL n. 196/03. Se questa comunicazione Vi e' pervenuta per errore, Vi preghiamo di rispondere a questa e-mail e successivamente cancellarla dal Vostro sistema.

--
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 google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
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/9f1bd8a7-2ef7-4722-9744-a1dc8075ebdf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Stefano Ciccarelli 
GAE Application Division 
/ Director 


M.M.B. s.r.l. 
via Granarolo, 177/7 - 48018 Faenza (RA) - Italy 
tel. +39.0546.637711 - fax +39.0546.46077 
Reply all
Reply to author
Forward
0 new messages