繁体   English   中英

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

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

我正在从Java7迁移到Java8,并且从旧的GAE插件迁移到新的Cloud Tools插件。

我认为我基本上已经正确设置了它-但是当我尝试运行该应用程序时,我得到了403。当我查看“属性”的“ Google Cloud Platform”部分时,唯一的选择是“ App Engine Deployment”,当我打开它会告诉我“未找到项目”。

我已在Eclipse中登录Google。 当我查看https://console.cloud.google.com/cloud-resource-manager时,它显示了两个项目(其中一个是正确的项目)。

控制台显示以下内容:

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

我想念什么?

您的控制台输出来自开发应用程序服务器 ,这是在开发计算机上运行的本地仿真器( http://localhost:8080 )。 您可以使用此模拟器来调试应用程序。 对您的应用程序满意后,您可以部署到App Engine,然后通过.appspot.com使您的应用程序可用。

暂无
暂无

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM