venf2k / google-cloud-sdk

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

Deploying application to test project after update to 106.0.0 #768

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
gcloud preview app deploy build/staged-app/app.yaml --promote

What is the expected output? What do you see instead?
Expected to see deployment successful. I see the error listed below.

What is the output of 'gcloud info'?

Google Cloud SDK [106.0.0]

Platform: [Mac OS X, x86_64]
Python Version: [2.7.10 (default, Oct 23 2015, 19:19:21)  [GCC 4.2.1 Compatible 
Apple LLVM 7.0.0 (clang-700.0.59.5)]]
Python Location: 
[/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/C
ontents/MacOS/Python]
Site Packages: [Disabled]

Installation Root: [/usr/local/var/google-cloud-sdk]
Installed Components:
  core: [2016.04.14]
  core-nix: [2016.03.28]
  gcloud: []
  gsutil-nix: [4.18]
  gsutil: [4.19]
  bq: [2.0.24]
  bq-nix: [2.0.24]
System PATH: 
[/usr/local/var/google-cloud-sdk/bin:/usr/local/var/appengine-java-sdk-1.9.36:/u
sr/local/var/go_appengine:/usr/local/var/go_appengine/goroot/bin:/Users/kamronba
tman/GoRepos/bin:/usr/local/var/gradle-2.12/bin:/usr/local/bin:/usr/bin:/bin:/us
r/sbin:/sbin]
Cloud SDK on PATH: [True]

WARNING: There are old versions of the Google Cloud Platform tools on your 
system PATH.
  /usr/local/var/go_appengine/dev_appserver.py

Installation Properties: [/usr/local/var/google-cloud-sdk/properties]
User Config Directory: [/Users/USER/.config/gcloud]
Active Configuration Name: [blue-shift-1]
Active Configuration Path: 
[/Users/USER/.config/gcloud/configurations/config_blue-shift-1]

Account: [MYEMAIL]
Project: [blue-shift-1]

Current Properties:
  [core]
    project: [blue-shift-1]
    account: [MYEMAIL]
    disable_usage_reporting: [False]
  [app]
    suppress_change_warning: [true]

Logs Directory: [/Users/USER/.config/gcloud/logs]
Last Log File: [/Users/USER/.config/gcloud/logs/2016.04.20/13.31.39.354893.log]

Please provide any additional information below.

ERROR: (gcloud.preview.app.deploy) Error Response: [13] Errors were encountered 
while copying files to App Engine.

Details: [
  [
    {
      "@type": "type.googleapis.com/google.rpc.ResourceInfo",
      "description": "Error reading from Google Cloud Storage.",
      "resourceName": "https://storage.googleapis.com/staging.blue-shift-1.appspot.com/source-context.json",
      "resourceType": "file"
    }
  ]
]

Original issue reported on code.google.com by kam...@gunghoonline.com on 20 Apr 2016 at 8:37

GoogleCodeExporter commented 8 years ago
Error must have been transient. After 5-10 minutes, it is now working.

Original comment by kam...@gunghoonline.com on 20 Apr 2016 at 8:42

GoogleCodeExporter commented 8 years ago
Thanks for updating. We're already tracking a similar issue, so we'll close 
this one out.

Original comment by z...@google.com on 20 Apr 2016 at 8:46