venf2k / google-cloud-sdk

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

sample code generates error #750

Closed GoogleCodeExporter closed 8 years ago

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

What steps will reproduce the problem?

What is the expected output? What do you see instead?
error log says windows cant find file but there is a file in that location.

Please provide any additional information below.

Trace:
gcloud_main.py:169
 gcloud_cli.Execute()
calliope\cli.py:654
 result = args.cmd_func(cli=self, args=ar...
calliope\backend.py:1401
 resources = command_instance.Run(args)
surface\preview\app\deploy.py:507
 config_cleanup)
api_app\deploy_command_util.py:195
 storage_client)
api_app\deploy_command_util.py:242
 image.tag, storage_client)
api_app\cloud_build.py:99
 docker.utils.tar(source_dir, exclude, fi...
bin\.docker\docker\utils\utils.py:86
 t.add(os.path.join(root, path), arcname=...
platform\bundledpython\tarfile.py:2000
 tarinfo = self.gettarinfo(name, arcname)
platform\bundledpython\tarfile.py:1872
 statres = os.lstat(name)
WindowsError: [Error 3] The system cannot find the path specified: 
'C:\\Users\\Ahmet.Demirkan\\WebstormProjects\\nodejs-start\\nodejs-getting-start
ed\\2-structured-data\\node_modules\\grpc\\node_modules\\node-pre-gyp\\node_modu
les\\npmlog\\node_modules\\are-we-there-yet\\node_modules\\readable-stream\\node
_modules\\process-nextick-args\\.travis.yml'Installation information:

Google Cloud SDK [105.0.0]

Platform: [Windows, x86_64]
Python Version: [2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit 
(Intel)]]
Python Location: [C:\Users\Ahmet.Demirkan\AppData\Local\Google\Cloud 
SDK\google-cloud-sdk\platform\bundledpython\python.exe]
Site Packages: [Disabled]

[output truncated]

Original issue reported on code.google.com by ahmetras...@gmail.com on 17 Apr 2016 at 1:20

GoogleCodeExporter commented 8 years ago

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