在 Eclipse 中升级到新的云工具插件后,本地服务器显示 "stopping, synchronized."
local server says "stopping, synchronized." after upgrading to new Cloud tools plugin in eclipse
我 运行 我在 Eclipse Neon 中进行本地开发。我有这个问题,本地服务器显示 "stopping, synchronized",我确定它不是 运行,杀死了所有进程,但问题仍然存在。
我以前有 Google Eclipse 插件,现在升级到新的 Cloud Tools for Eclipse 插件,从那时起就发生了这种情况。我什至将我的 eclipse 升级到最新的 Oxygen,但我的本地服务器的任何端口的状态仍然没有启动。
任何想法都会对我有很大帮助,非常感谢。
谢谢!
您可能正在击中 https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/2727 or https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/1964。 Cloud Tools for Eclipse 1.6.0 后已修复,请升级后重试。
如果 none 这些似乎影响到您,并且如果您的问题仍然存在并且您可以重现它,最好使用 "Submit Issue or Feedback" 菜单打开一个新的 GitHub 问题您可以在 Eclipse 中找到主 GCP 工具栏图标中的项目,并提供更多详细信息。
最后,如果你想杀掉本地的dev appserver进程,确保杀掉你找到的进程,例如,在命令行上使用ps aux | grep DevAppServerMain
。进程终止后,Eclipse 中的服务器状态应更改为 "stopped, synchronized".
我 运行 我在 Eclipse Neon 中进行本地开发。我有这个问题,本地服务器显示 "stopping, synchronized",我确定它不是 运行,杀死了所有进程,但问题仍然存在。
我以前有 Google Eclipse 插件,现在升级到新的 Cloud Tools for Eclipse 插件,从那时起就发生了这种情况。我什至将我的 eclipse 升级到最新的 Oxygen,但我的本地服务器的任何端口的状态仍然没有启动。
任何想法都会对我有很大帮助,非常感谢。 谢谢!
您可能正在击中 https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/2727 or https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/1964。 Cloud Tools for Eclipse 1.6.0 后已修复,请升级后重试。
如果 none 这些似乎影响到您,并且如果您的问题仍然存在并且您可以重现它,最好使用 "Submit Issue or Feedback" 菜单打开一个新的 GitHub 问题您可以在 Eclipse 中找到主 GCP 工具栏图标中的项目,并提供更多详细信息。
最后,如果你想杀掉本地的dev appserver进程,确保杀掉你找到的进程,例如,在命令行上使用ps aux | grep DevAppServerMain
。进程终止后,Eclipse 中的服务器状态应更改为 "stopped, synchronized".