Google App Engine Eclipse插件登录:我有一个白色的屏幕 [英] Google App Engine Eclipse Plugin Sign in: I got a white screen

查看:105
本文介绍了Google App Engine Eclipse插件登录:我有一个白色的屏幕的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试使用Gooel App Engine插件在Eclipse中登录,但在我输入登录信息后,我收到了一个白色屏幕。



(我尝试更改为我有很多项目(GAE),我使用不同的登录信息通过项目



/ p>



此外,如果您右键单击此白页上的查看源,可以看到Google有正确的答案页面。但是,此页面在浏览器窗口中无法正确显示。所以,没有办法点击页面的按钮来完成登录。

解决方案

我有这个问题,不得不诉诸于使用命令提示部署我的项目。



从命令提示符(您可以使用Eclipse中提供的终端)导航到项目目标并输入以下命令: p>

 C:\Program Files\appengine-java-sdk-1.7.5\bin\appcfg.cmd更新war 

如果这是您第一次这样做,您应该得到一个提示,请求您的电子邮件和密码



请注意,如果您使用Maven创建了应用程序,那么您将调用Maven命令:

  mvn appengine:update 


I tried to sign in in Eclipse using the Gooel App Engine plugin but after i enter my login info i got a white screen.

(I tried to change to default browser in Eclipse with Chrome to solve the problem but the browser used is ie still.)

I have many projects (GAE) and i use different login info by project

Also, if you right click "View Source" on this white page, you can see, that there are correct answer page from Google. But, this page doesn't show correctly in browser window. So, there are no way to click page's button to complete sign in.

解决方案

I had this issue and had to resort to using the command prompt to deploy my project.

From the command prompt (you can use the terminal available in Eclipse) navigate to your project destination and enter the following command:

"C:\Program Files\appengine-java-sdk-1.7.5\bin\appcfg.cmd" update war

If this is the first time you are doing this you should get a prompt requesting your email and password.

Note that if you created your app using Maven you would instead invoke the Maven command:

mvn appengine:update

这篇关于Google App Engine Eclipse插件登录:我有一个白色的屏幕的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆