Unable to deploy java project on Google App Engine

前端 未结 2 1740
鱼传尺愫
鱼传尺愫 2021-01-02 18:27

I\'ve created one project on Google App Engine and I\'m unable to deploy the project with project id: \"my project id\"

Here are details of problem occurred:

<
相关标签:
2条回答
  • 2021-01-02 18:54

    You have to do exactly as the error message tells you, which is to run the gcloud app create (beta no longer needed) command from a terminal.

    App Engine is no longer automatically initialized for newly created projects, so you must run this command on a new project before deploying an App Engine app for the first time.

    0 讨论(0)
  • 2021-01-02 19:01

    For my new eclipse project it seamed to work to create the new project at https://console.cloud.google.com/ and wait 24 hours. At 'Activity' after the first listing of the new project 15.12.16 7:22 CreateProject the next listing <me@myhost> hat google.appengine.v1.Applications.CreateApplication für <myproject> ausgeführt 17. Dezember 2016 um 07:22:06 UTC+1 and more appeared automatically exactly after 24 hours. Then I was able to successfully deploy from eclipse.

    For another new project Adams proposal worked fine: open the 'Google Cloud SDK Shell' as an administrator, 'cd' to the eclise workspace and my project and execute gcloud beta app create, choosing my preferred region and deploy my new project from eclipse.

    0 讨论(0)
提交回复
热议问题