Hi Nick,

I am sorry I didn't know. Other posts looked similar to my topic.

It's deinitely permissions problem but not one I can fix myself as there's 
not way to do so. The problem appears when I use gcloud preview app deploy 
command. I've had some problem enabling GAE in my google cloud project and 
this may be just manifestation of that problem. As I mentioned before 
deploy of Go app to GAE works but deploy of managed VM does not.

It's a kind a deal breaker for me. I would love to make it work. Where 
should I direct my request?

Thank you. 

On Tuesday, October 13, 2015 at 1:02:21 AM UTC+2, Nick (Cloud Platform 
Support) wrote:
>
> Hey Alois, 
>
> This forum isn't really meant for specific-issue technical support. Feel 
> free to post a thread like this on stackoverflow 
> <http://stackoverflow.com> or the public issue tracker 
> <http://code.google.com/p/google-appengine/issues/list> (depending on 
> whether you think a solution exists and you just don't know it, or whether 
> you think something is actually going wrong according to what docs say 
> should happen in a given situation).
>
> As a piece of advice before you do that, I think that you might need to 
> check whether the service account '[email protected] 
> <javascript:>' is referenced anywhere in the codebase. Also, you should 
> make sure the user you're auth'd as with the SDK has permissions to deploy 
> to the given project.
>
> On Saturday, October 10, 2015 at 3:56:47 PM UTC-4, Alois Bělaška wrote:
>>
>> I run some services and database in my project and I need the GAE app to 
>> run there because there's no easy way to route network requests from other 
>> project GAE app but to use VPN which is not exactly nice solution for me.
>>
>> I have had some problem enabling the GAE for the project so there may be 
>> the root of the problem. I only hope someone will be able to help. 
>>
>> On Saturday, October 10, 2015 at 9:45:38 PM UTC+2, Michael Spainhower 
>> wrote:
>>>
>>> Agree that it looks like a permissions issue based on "The user does not 
>>> have access to service account ...".  That's why I was interested in 
>>> whether the image and app worked locally.  I run node.js in managed VMs, 
>>> but have not encountered your specific problem unfortunately.
>>>
>>> On Saturday, October 10, 2015 at 3:41:33 PM UTC-4, Alois Bělaška wrote:
>>>>
>>>> Hey Michael,
>>>>
>>>> I've started with a simple project that I am able to deploy to a new 
>>>> project but I am not able to deploy to one old project.
>>>>
>>>> I can deploy for example go project to the old project without a single 
>>>> problem, the only problem is with managed VM GAE app.
>>>>
>>>> I am using the latest Google Cloud SDK 0.9.81
>>>>
>>>> app 2015.10.05
>>>> app-engine-java 1.9.27
>>>> app-engine-php  
>>>> app-engine-python 1.9.27
>>>> beta 2015.10.05
>>>> bq 2.0.18
>>>> bq-nix 2.0.18
>>>> core 2015.10.05
>>>> core-nix 2015.09.03
>>>> gcloud 2015.10.05
>>>> gsutil 4.15
>>>> gsutil-nix 4.14
>>>> kubectl 
>>>> kubectl-linux-x86_64 1.0.6
>>>>
>>>> It looks more like permissions problem with my old project.
>>>>
>>>> HAve you ever encountered such a problem?
>>>>
>>>> On Saturday, October 10, 2015 at 9:01:05 PM UTC+2, Michael Spainhower 
>>>> wrote:
>>>>>
>>>>> Have you run your image in a local docker container and logged into it 
>>>>> to see whether it works correctly?  If so, what did you find?  If not, I 
>>>>> highly recommend this approach.  
>>>>>
>>>>> Also, have you tried running the app locally using the `gcloud` 
>>>>> command? 
>>>>> https://cloud.google.com/appengine/docs/managed-vms/sdk#run-local
>>>>>
>>>>> I am sure you have, but just to double check - you have run `gcloud 
>>>>> components update` recently as well right? 
>>>>>
>>>>> Cheers,
>>>>> --Spain
>>>>>
>>>>> On Saturday, October 10, 2015 at 10:30:52 AM UTC-4, Alois Bělaška 
>>>>> wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I've run into a problem with deployment of node.js managed VM to GAE. 
>>>>>> Docker container is build successfully, new version established but then 
>>>>>> the deloy failes with this error:
>>>>>>
>>>>>> ERROR: (gcloud.preview.app.deploy) Not enough VMs ready (0/1 ready, 1 
>>>>>> failed). The user does not have access to service account '
>>>>>> [email protected]' Deployed Version: 
>>>>>> 20151010t162759.387751622472188220
>>>>>>
>>>>>> This can happen when your application does not start successfully.
>>>>>> Please check your project logs at:
>>>>>>
>>>>>> https://console.developers.google.com/project/friendspme/appengine/logs?versionId=20151010t162759&moduleId=default
>>>>>>
>>>>>> Logs are empty of course.
>>>>>>
>>>>>> I have no idea what may be wrong. Can anybody help?
>>>>>>
>>>>>> Thank you.
>>>>>>
>>>>>

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e008221a-7dd8-4ae7-b449-6b3fec63e95b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to