venf2k / google-cloud-sdk

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

Parse-server deploying error #764

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?

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: 
'D:\\@Vu\\Research\\parse_server\\nodejs-docs-samples\\appengine\\parse-server\\
node_modules\\parse-server\\node_modules\\mailgun-js\\node_modules\\proxy-agent\
\node_modules\\pac-proxy-agent\\node_modules\\get-uri\\node_modules\\ftp\\node_m
odules\\readable-stream\\lib\\_stream_duplex.js'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:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-sdk\platform\bundledpython\python.exe]
Site Packages: [Disabled]

[output truncated]

Original issue reported on code.google.com by RonnM.Ku...@gmail.com on 20 Apr 2016 at 12:31

GoogleCodeExporter commented 8 years ago
Thank you for your feedback. This issue is cause by a max path limitation on 
windows. Please look at the duplicate issue for things you can try to overcome 
this.

Original comment by vil...@google.com on 21 Apr 2016 at 5:29