Hi there,

I seem to be getting the same issue right now... just updated from Google 
Cloud SDK 124.0.0 to 125.0.0 (latest for Mac) but am getting the same issue.

A few hours ago I was able to deploy correctly... Any advice appreciated. 
thanks!

Debug log:

DEBUG: Received operation: 
[apps/starchup-1472916020/operations/bf68bfd9-8368-4c9e-a2ee-042142cea4fa]
Updating service [default].../DEBUG: Operation 
[apps/starchup-1472916020/operations/bf68bfd9-8368-4c9e-a2ee-042142cea4fa] 
complete. Result: {
    "metadata": {
        "user": "[email protected]", 
        "target": 
"apps/starchup-1472916020/services/default/versions/20160912t004322", 
        "@type": 
"type.googleapis.com/google.appengine.v1beta5.OperationMetadataV1Beta5", 
        "insertTime": "2016-09-12T05:45:03.559Z", 
        "method": "google.appengine.v1beta5.Versions.CreateVersion"
    }, 
    "done": true, 
    "name": 
"apps/starchup-1472916020/operations/bf68bfd9-8368-4c9e-a2ee-042142cea4fa", 
    "error": {
        "message": "Docker image 
us.gcr.io/starchup-1472916020/appengine/default.20160912t004322:latest was 
either not found, or you do not have access to it.", 
        "code": 3
    }
}
Updating service [default]...failed.                                       
                                                              
DEBUG: (gcloud.app.deploy) Error Response: [3] Docker image 
us.gcr.io/starchup-1472916020/appengine/default.20160912t004322:latest was 
either not found, or you do not have access to it.
Traceback (most recent call last):
  File 
"/Users/glesage/google-cloud-sdk/lib/googlecloudsdk/calliope/cli.py", line 
720, in Execute
    resources = args.calliope_command.Run(cli=self, args=args)
  File 
"/Users/glesage/google-cloud-sdk/lib/googlecloudsdk/calliope/backend.py", 
line 1455, in Run
    resources = command_instance.Run(args)
  File "/Users/glesage/google-cloud-sdk/lib/surface/app/deploy.py", line 
53, in Run
    return deploy_util.RunDeploy(self, args)
  File 
"/Users/glesage/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py",
 
line 300, in RunDeploy
    all_services)
  File 
"/Users/glesage/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py",
 
line 167, in Deploy
    service, manifest, image, endpoints_info)
  File 
"/Users/glesage/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/appengine_api_client.py",
 
line 118, in DeployService
    return operations.WaitForOperation(self.client.apps_operations, 
operation)
  File 
"/Users/glesage/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/api/operations.py",
 
line 70, in WaitForOperation
    encoding.MessageToPyValue(completed_operation.error)))
OperationError: Error Response: [3] Docker image 
us.gcr.io/starchup-1472916020/appengine/default.20160912t004322:latest was 
either not found, or you do not have access to it.
ERROR: (gcloud.app.deploy) Error Response: [3] Docker image 
us.gcr.io/starchup-1472916020/appengine/default.20160912t004322:latest was 
either not found, or you do not have access to it.



On Monday, September 5, 2016 at 5:44:06 PM UTC-5, Nicholas (Google Cloud 
Support) wrote:
>
> Many features have change significantly since the version you mention 
> using previously.  For one, the *gcloud preview app* command group has 
> been removed in favor of *gcloud app* as of 116.0.0 
> <https://cloud.google.com/sdk/release_notes#11600_20160629> (June 29). 
>  In addition, the container registry has been used by default for Flex 
> application deployment as of 0.9.49 
> <https://cloud.google.com/sdk/release_notes#0949_20150225> (February 25, 
> 2015) though I could not find release notes for 0.7.x (perhaps you meant 
> 0.9.7).
>
> Regarding the *aedeploy 
> <https://godoc.org/google.golang.org/appengine/cmd/aedeploy>* command, do 
> you mean that the wrapper effectively swallows errors or logs when using 
> it?  If so, can you provide an example of a use of *gcloud* whose output 
> was truncated when wrapped with *aedeploy*?
>
> On Monday, August 22, 2016 at 2:11:18 AM UTC-4, Nao Ito wrote:
>>
>> Hi,
>> I have served one website with GCE(GAE flexible = vm).
>> But suddenly the deployment command got to result in failure.
>> I could deploy successfully with the same command about four months ago.
>>
>> I googled the error code and message, but there is no related post at all.
>> Does anyone face the same error? or come up with some hints to solve the 
>> problem?
>>
>> Thank you in advance.
>>
>>
>> # Details
>> ## Development Environment: Mac OS 10.11.6
>>
>> ## Development Language: Go (GAE/Go)
>>
>> ## Command: aedeploy gcloud preview app deploy app.yaml --promote
>>
>> ## Debug message(using option: --verbose debug):
>> Updating module [default]...\DEBUG: Operation 
>> [apps/project_id/operations/ab08cc84-9104-43db-9430-805fce9936a7] complete. 
>> Result: {
>>     "metadata": {
>>         "target": 
>> "apps/project_id/modules/default/versions/20160821t144637",
>>         "method": "google.appengine.v1beta4.Versions.CreateVersion",
>>         "operationType": "create_version",
>>     },
>>     "done": true,
>>     "name": 
>> "apps/project_id/operations/ab08cc84-9104-43db-9430-805fce9936a7",
>>     "error": {
>>         "message": "Docker image 
>> appengine.gcr.io/gcloud/project_id.version.time was either not found, or 
>> you do not have access to it.",
>>         "code": 3
>>     }
>> }
>> Updating module [default]...failed.
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6f8aad37-8738-40a2-abfa-9cf150e41cfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to