简体   繁体   English

为什么Eclipse的Google Cloud Tools插件会显示“未找到项目”?

[英]Why does Google Cloud Tools Plugin for Eclipse say “No Projects Found”?

I'm migrating from Java7 to Java8 and from the old GAE plugin to the new Cloud Tools plugin. 我正在从Java7迁移到Java8,并且从旧的GAE插件迁移到新的Cloud Tools插件。

I think I've got it mostly set up correctly - but when I try and run the app I get a 403. And when I look at the Google Cloud Platform section of the Properties the only option is "App Engine Deployment" and when I open that it tells me "No Projects Found". 我认为我基本上已经正确设置了它-但是当我尝试运行该应用程序时,我得到了403。当我查看“属性”的“ Google Cloud Platform”部分时,唯一的选择是“ App Engine Deployment”,当我打开它会告诉我“未找到项目”。

I'm signed in to Google in Eclipse. 我已在Eclipse中登录Google。 When I look at https://console.cloud.google.com/cloud-resource-manager it shows me two projects (one of which is the correct one). 当我查看https://console.cloud.google.com/cloud-resource-manager时,它显示了两个项目(其中一个是正确的项目)。

The console shows the following: 控制台显示以下内容:

2017-12-31 18:40:37.513:INFO::main: Logging initialized @2741ms
2017-12-31 18:40:38.073:INFO:oejs.Server:main: jetty-9.3.18.v20170406
2017-12-31 18:40:41.859:INFO:oeja.AnnotationConfiguration:main: Scanning elapsed time=3321ms
2017-12-31 18:40:42.498:INFO:oejsh.ContextHandler:main: Started c.g.a.t.d.j.DevAppEngineWebAppContext@25bcd0c7{/,file:///C:/Users/andre_000/eclipse-workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/Postr/,AVAILABLE}{C:\Users\andre_000\eclipse-workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\Postr}
2017-12-31 18:40:42.520:INFO:oejs.AbstractConnector:main: Started NetworkTrafficSelectChannelConnector@5db4c359{HTTP/1.1,[http/1.1]}{localhost:8080}
2017-12-31 18:40:42.522:INFO:oejs.Server:main: Started @7751ms
Dec 31, 2017 6:40:42 PM com.google.appengine.tools.development.AbstractModule startup
INFO: Module instance default is running at http://localhost:8080/
Dec 31, 2017 6:40:42 PM com.google.appengine.tools.development.AbstractModule startup
INFO: The admin console is running at http://localhost:8080/_ah/admin
Dec 31, 2017 6:40:42 PM com.google.appengine.tools.development.DevAppServerImpl doStart
INFO: Dev App Server is now running

What am I missing? 我想念什么?

Your console output is from the development app server , a local emulator that runs on your development machine ( http://localhost:8080 ). 您的控制台输出来自开发应用程序服务器 ,这是在开发计算机上运行的本地仿真器( http://localhost:8080 )。 You can use this emulator for debugging your app. 您可以使用此模拟器来调试应用程序。 Once you're happy with your app, you then deploy it to App Engine which then makes your app available through .appspot.com . 对您的应用程序满意后,您可以部署到App Engine,然后通过.appspot.com使您的应用程序可用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在 Eclipse 插件“Google Cloud Tools for Eclipse”中创建项目 - Failed to create project in Eclipse plugin "Google Cloud Tools for Eclipse" Google Cloud Tools for Eclipse用于GcsFilename的ClassNotFoundException - Google Cloud Tools for Eclipse ClassNotFoundException for GcsFilename 用于Eclipse控制台的Google Cloud Tools中的字符损坏 - Character corruption in the Google Cloud Tools for Eclipse Console 为什么 Eclipse 说 null 是一种原始类型? - Why does Eclipse say that null is a primitive type? 为什么谷歌会推荐MVP用于MVT? - Why does Google say MVP is recommended for GWT? 为什么Eclipse的SonarQube插件使用“项目名称”而不是“artifactID”来将Maven项目与SonarQube服务器相关联? - Why does the SonarQube plugin for Eclipse use the “project name” instead of the “artifactID” to associate Maven projects with a SonarQube server? 在Eclipse中使用Google Cloud Endpoints调试Google Web Application项目 - Debugging Google Web Application projects with Google Cloud Endpoints in Eclipse 专案无法在Eclipse的Google云端工具上启动 - Project won't launch on Google Cloud Tools for Eclipse 为什么 Eclipse 说“存在错误”但在控制台中什么也没显示? - Why does Eclipse say that “errors exist” but shows nothing in console? 为什么eclipse说即使使用局部变量也不使用? - Why does eclipse say Local variable is not used even though it is used?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM