You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
I am executing mvn gcloud:deploy with required parameters from VM instance on Project1 , the gcloud_project to deploy to is project2.
I can see that the deployment started and data is pushed but then I get the following error : ERROR: (gcloud.preview.app.deploy) Could not synchronize files. The gsutil command exited with status [1]
and after checking the log file I can see the following error :
Building synchronization state... Caught non-retryable exception while listing file:///tmp/tmpsgDQKG: [Errno 2] No such file or directory: '/tmp/tmpsgDQKG/cc79fffba16616623f47691da45b33db1beb4209.pem'
CommandException: Caught non-retryable exception - aborting rsync
this is the same error for default and custom bucket
Im using latest gcloud maven plugin :2.0.9.95.v20160203
Appreciate your help
The text was updated successfully, but these errors were encountered:
I am executing mvn gcloud:deploy with required parameters from VM instance on Project1 , the gcloud_project to deploy to is project2.
I can see that the deployment started and data is pushed but then I get the following error :
ERROR: (gcloud.preview.app.deploy) Could not synchronize files. The gsutil command exited with status [1]
and after checking the log file I can see the following error :
Building synchronization state... Caught non-retryable exception while listing file:///tmp/tmpsgDQKG: [Errno 2] No such file or directory: '/tmp/tmpsgDQKG/cc79fffba16616623f47691da45b33db1beb4209.pem'
CommandException: Caught non-retryable exception - aborting rsync
this is the same error for default and custom bucket
Im using latest gcloud maven plugin :2.0.9.95.v20160203
Appreciate your help
The text was updated successfully, but these errors were encountered: