venf2k / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

app modules delete fails with an internal error #749

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
After deploying a new version, run:
gcloud preview app modules delete default --version 1002 --quiet

What is the expected output? What do you see instead?
I expect the version to be deleted.  Instead, I get:
ERROR: (gcloud.preview.app.modules.delete) Error Response: [13] An internal 
error occurred.

What is the output of 'gcloud info'?
Google Cloud SDK [105.0.0]

Platform: [Linux, x86_64]
Python Version: [2.7.6 (default, Jun 22 2015, 17:58:13)  [GCC 4.8.2]]
Python Location: [/root/venv/2.7/bin/python2]
Site Packages: [Enabled]

Installation Root: [/usr/lib/google-cloud-sdk]
Installed Components:
  core: [2016.04.11]
  core-nix: [2016.04.11]
  gcloud: []
  gsutil-nix: [4.18]
  beta: [2016.04.11]
  gsutil: [4.18]
  bq: [2.0.24]
  alpha: [2016.04.11]
  bq-nix: [2.0.24]
System PATH: 
[/root/venv/2.7/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:
/sbin:/bin:/root/usr/local/bin]
Cloud SDK on PATH: [False]

Installation Properties: [/usr/lib/google-cloud-sdk/properties]
User Config Directory: [/root/.config/gcloud]
Active Configuration Name: [default]
Active Configuration Path: [/root/.config/gcloud/configurations/config_default]

Account: [piotr@reviewable.io]
Project: [reviewable-prod]

Current Properties:
  [core]
    project: [reviewable-prod]
    account: [piotr@reviewable.io]

Logs Directory: [/root/.config/gcloud/logs]
Last Log File: [/root/.config/gcloud/logs/2016.04.17/08.23.52.450111.log]

Please provide any additional information below.
When I try to delete the old versions from the App Engine cloud console, I get 
this error even 5+ minutes after the deployment completed successfully:
"There is an operation pending for this application.  Please wait and try 
again."

This may be related to issue 332, but the error messages don't say anything 
about traffic so I think it's likely different.

Original issue reported on code.google.com by pi...@ideanest.com on 17 Apr 2016 at 8:42

GoogleCodeExporter commented 8 years ago
Thanks for reporting this. I'll pass it along to our backend team, and see what 
they have to say.

Original comment by z...@google.com on 19 Apr 2016 at 3:38