venf2k / google-cloud-sdk

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

Unable to deploy #756

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Issue running command [gcloud preview app deploy].

What steps will reproduce the problem?
run gcloud preview app deploy --version 20160419 app.yaml

What is the expected output? What do you see instead?

Please provide any additional information below.

Trace:
googlecloudsdk\gcloud_main.py:169
 gcloud_cli.Execute()
googlecloudsdk\calliope\cli.py:654
 result = args.cmd_func(cli=self, args=ar...
googlecloudsdk\calliope\backend.py:1401
 resources = command_instance.Run(args)
surface\preview\app\deploy.py:522
 storage_client)
googlecloudsdk\api_app\deploy_app_command_util.py:170
 _UploadFiles(files_to_upload, bucket_ref...
googlecloudsdk\api_app\deploy_app_command_util.py:113
 args=(bucket_ref, path, sha1_hash, stora...
googlecloudsdk\core\util\retry.py:176
 TryFunc, should_retry_if=should_retry, s...
googlecloudsdk\core\util\retry.py:234
 self._RaiseIfStop(result, state)
googlecloudsdk\core\util\retry.py:109
 raise MaxRetrialsException('Reached', re...
MaxRetrialsException: last_result=(None, (<class 
'googlecloudsdk.calliope.exceptions.BadFileException'>, 
BadFileException('[c:\\git\\registration-app\\build\\deployable-app\\source-cont
exts.json] not found or not accessible',), <traceback object at 
0x0000000004D57808>)), last_retrial=3, 
time_passed_ms=0,time_to_wait=0Installation information:

Google Cloud SDK [105.0.0]

Platform: [Windows, x86_64]
Python Version: [2.7.11 |Continuum Analytics, Inc.| (default, Dec  7 2015, 
14:10:42) [MSC v.1500 64 bit (AMD64)]]
Python Location: [C:\Miniconda2\python.exe]
Site Packages: [Disabled]

Installation Root: [C:\Program Files\Google\Cloud SDK\google-cloud-sdk]
Installed Components:
[output truncated]

Original issue reported on code.google.com by tero.saa...@jda.com on 19 Apr 2016 at 7:00

GoogleCodeExporter commented 8 years ago
Please try again after running `gcloud config set app/use_gsutil true`.

Original comment by z...@google.com on 19 Apr 2016 at 2:03