gpt4 book ai didi

java - Google App Engine 无法在 Eclipse 中启动

转载 作者:行者123 更新时间:2023-12-01 06:06:26 27 4
gpt4 key购买 nike

我在 Eclipse 中启动 Google App Engine 时遇到问题。

我使用 Google Cloud Tools 创建了一个新的“基于 Maven 的 Google App Engine 标准 Java 项目”通过选择“Hello World 模板”来安装 Eclipse 插件。

然后,我尝试通过右键单击 Package Explorer 中的项目并选择选项“Run As > App Engine”来启动应用程序。

应用程序无法启动。错误日志中显示以下堆栈跟踪:

java.lang.NullPointerException
at com.google.cloud.tools.eclipse.appengine.localserver.launching.LaunchHelper.findExistingServers(LaunchHelper.java:110)
at com.google.cloud.tools.eclipse.appengine.localserver.launching.LaunchHelper.launch(LaunchHelper.java:61)
at com.google.cloud.tools.eclipse.appengine.localserver.launching.LocalAppEngineStandardLaunchShortcut.launch(LocalAppEngineStandardLaunchShortcut.java:44)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.launch(LaunchShortcutExtension.java:431)
at org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.run(LaunchShortcutAction.java:74)
at org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.runWithEvent(LaunchShortcutAction.java:123)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4362)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1113)

这是我的 session 数据:

eclipse.buildId=4.5.2.M20160212-1500
java.version=1.8.0_111
java.vendor=Oracle Corporation

我错过了什么?是否还需要执行其他步骤才能使应用程序成功启动?

最佳答案

NPE 永远不应该发生,从代码来看,您的服务器定义似乎已损坏。您可以打开服务器 View 并删除所有损坏的服务器,然后重试。

但在此之前,如果您不介意,我们首先感谢您提供有关此 GitHub issue 的更多详细信息。包含您的 .../.metadata/.plugins/org.eclipse.wst.server.core/servers.xml 文件、Servers View 的屏幕截图,以及重现的确切步骤,以便我们修复它。

关于java - Google App Engine 无法在 Eclipse 中启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43613696/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com