GWT 托管模式在 Mac 上的 Eclipse Helios 中无法工作
我试图通过 Eclipse 以托管模式运行 shell 'new GWT' 项目,但没有成功。
服务器启动,但在我可以执行任何操作之前立即关闭。以下是完整的控制台输出:
2011-04-11 22:20:09.415 java[546:903] [Java CocoaComponent compatibility mode]: Enabled
2011-04-11 22:20:09.416 java[546:903] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
Initializing AppEngine server
Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
Successfully processed /Users/me/Documents/workspace/Game/war/WEB-INF/appengine-web.xml
Successfully processed /Users/me/Documents/workspace/Game/war/WEB-INF/web.xml
The server is running at http://localhost:8888/
它表示服务器正在运行,并且 URL 位于“开发”选项卡下,但指示正在运行的应用程序/服务器的红色框已关闭。
以下是我的规格:
- Mac OSX Snow Leopard 10.6.7
- Eclipse Helios
- GWT 2.2.0 以及 Eclipse 中的相关插件
Google 搜索显示 64 位 Java 6 存在问题,但已在 GWT 2.0 中修复。
我做错了什么?
I'm trying to run the shell 'new GWT' project in hosted mode through Eclipse with no luck.
The server starts but immediately shuts down before I can do anything. Here is the full console output:
2011-04-11 22:20:09.415 java[546:903] [Java CocoaComponent compatibility mode]: Enabled
2011-04-11 22:20:09.416 java[546:903] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
Initializing AppEngine server
Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
Successfully processed /Users/me/Documents/workspace/Game/war/WEB-INF/appengine-web.xml
Successfully processed /Users/me/Documents/workspace/Game/war/WEB-INF/web.xml
The server is running at http://localhost:8888/
It says that the server is running and the URL is there under the development tab, but the red box indicating a running application/server is already off.
Here are my specs:
- Mac OSX Snow Leopard 10.6.7
- Eclipse Helios
- GWT 2.2.0 and associated plugins in Eclipse
A Google search shows that there were issues with 64 bit Java 6 but this was fixed in GWT 2.0.
What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Mac 发布了一个 Java 更新,导致开发服务器崩溃。您可以使用 Pacify 回滚更新,直到他们(我不知道)对此采取“某些措施”。
您想要在 http://code.google.com/ 找到答案 39 p/googleappengine/issues/detail?id=4712#c39
Mac put out a Java update that broke the dev server. You can use Pacify to roll back the update until they, I don't know, do "something" about it.
You want answer 39 at http://code.google.com/p/googleappengine/issues/detail?id=4712#c39