venf2k / google-cloud-sdk

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

Deployment Fails for Flexible GAE #724

Open GoogleCodeExporter opened 8 years ago

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

What steps will reproduce the problem?
gcloud --verbosity info --project nozzle-app preview app deploy --version 
$version --docker-build=local --no-promote ./app.yaml

What is the expected output? What do you see instead?
These are the two errors that I've gotten over the last hour.

"gcloud crashed (APIError): 500 Server Error: Internal Server Error ("invalid 
reference format")"

"Failed Project Preparation (app_id='s~nozzle-app'). Error updating project 
tags in Arcus: TemporaryError('TEMPORARY_ERROR: RPC is not authorized or 
exceeds rate limit allowed by ACL', 'TEMPORARY_ERROR')"

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:507
 config_cleanup)
googlecloudsdk/api_app/deploy_command_util.py:216
 info.file, docker_client, image_name)
googlecloudsdk/api_app/deploy_command_util.py:291
 image.Push(docker_client)
googlecloudsdk/api_app/docker_image.py:158
 docker_client.tag(self.id, self.tag, for...
third_party/docker/docker/utils/decorators.py:21
 return f(self, resource_id, *args, **kwa...
third_party/docker/docker/api/image.py:270
 self._raise_for_status(res)
third_party/docker/docker/client.py:142
 raise errors.APIError(e, response, expla...
APIError: 500 Server Error: Internal Server Error ("invalid reference 
format")Installation information:

Google Cloud SDK [104.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: [/Users/derek/google-cloud-sdk]
Installed Components:
  core: [2016.03.31]
  app-engine-python: [1.9.35]
  core-nix: [2016.03.28]
  kubectl: []
  app-engine-java: [1.9.34]
[output truncated]

Original issue reported on code.google.com by de...@derekperkins.com on 13 Apr 2016 at 3:24

GoogleCodeExporter commented 8 years ago
Thanks for reporting this! Is this error consistent? 500s are often transient 
errors.

I'll let the backend team know about this error.

Original comment by z...@google.com on 13 Apr 2016 at 3:26

GoogleCodeExporter commented 8 years ago
It worked after activating Container Builder. Is that a new requirement?

Original comment by de...@derekperkins.com on 13 Apr 2016 at 3:42

GoogleCodeExporter commented 8 years ago
The error was consistent for about an hour.

Original comment by de...@derekperkins.com on 13 Apr 2016 at 3:42

GoogleCodeExporter commented 8 years ago
Container Builder is a new requirement, but the error message should be much 
more explicit about that than this was. Thanks for the additional information.

Original comment by z...@google.com on 13 Apr 2016 at 11:46