Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

stage 1 is not working with google SDK #18

Open
coldistric opened this issue Oct 28, 2015 · 1 comment
Open

stage 1 is not working with google SDK #18

coldistric opened this issue Oct 28, 2015 · 1 comment

Comments

@coldistric
Copy link

I'm following the tutorial, I'm trying to run the guestbook app locally using the command
$ mvn gcloud:run . When I use this command, it gave me an error which is:
can't open file 'C:/Users/Owner/AppData/Local/Google/Cloud SDK/google-cloud-sdk/platform/google_appengine/dev_appserver.py': [Errno 2] No such file or directory

When I check in the google Sdk directory I didn't see this file. Is there a way to solve this problem or another way to run the app locally ?

@coldistric
Copy link
Author

Finally I have managed to solve this problem, The solution was to use this command :
$ gcloud components update app-engine-java

I found this command when look at the commit history of the README file. An old version say that we must install the java component.

I'm not sure why it is not there anymore but I can surely say that it is not working without it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant