简体   繁体   English

本地服务器说“停止,同步”。 在 Eclipse 中升级到新的云工具插件后

[英]local server says “stopping, synchronized.” after upgrading to new Cloud tools plugin in eclipse

I am running my local development in Eclipse Neon.我正在 Eclipse Neon 中运行我的本地开发。 I have this issue where the local server says "stopping, synchronized" and I made sure it is not running, killed all processes and still, the issue persists.我有这个问题,本地服务器说“停止,同步”,我确保它没有运行,杀死了所有进程,但问题仍然存在。

I previously had Google Plugin for Eclipse, now upgraded to the new Cloud Tools for Eclipse Plugin and since then this happened.我以前有 Eclipse 的 Google 插件,现在升级到新的 Eclipse 插件云工具,从那时起就发生了这种情况。 I even upgraded my eclipse to latest Oxygen and still the state of my local server for any port is not starting up.我什至将我的 eclipse 升级到最新的 Oxygen,但仍然没有启动任何端口的本地服务器的状态。

Any ideas will help me a lot, much appreciated.任何想法都会对我有很大帮助,非常感谢。 Thanks!谢谢!

You may be hitting https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/2727 or https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/1964 .您可能正在点击https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/2727https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/1964 They have been fixed since Cloud Tools for Eclipse 1.6.0, so please upgrade and try again.它们已从 Cloud Tools for Eclipse 1.6.0 开始修复,因此请升级并重试。

If none of these seem to affect you, and if your problem persists and you can reproduce it, it is best to open a new GitHub issue using the "Submit Issue or Feedback" menu item from the main GCP toolbar icon you can find in Eclipse and provide more detailed information.如果这些似乎都没有影响您,并且您的问题仍然存在并且您可以重现它,最好使用您可以在 Eclipse 中找到的主 GCP 工具栏图标中的“提交问题或反馈”菜单项打开一个新的 GitHub 问题并提供更详细的信息。

Lastly, if you want to kill the local dev appserver process, make sure you kill the process you find, for example, with ps aux | grep DevAppServerMain最后,如果您想终止本地 dev appserver 进程,请确保终止您找到的进程,例如,使用ps aux | grep DevAppServerMain ps aux | grep DevAppServerMain on the command line.在命令行上使用ps aux | grep DevAppServerMain Once the process is killed, the server status in Eclipse should change to "stopped, synchronized".进程终止后,Eclipse 中的服务器状态应更改为“已停止、已同步”。

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

相关问题 无法在 Eclipse 插件“Google Cloud Tools for Eclipse”中创建项目 - Failed to create project in Eclipse plugin "Google Cloud Tools for Eclipse" 为什么Eclipse的Google Cloud Tools插件会显示“未找到项目”? - Why does Google Cloud Tools Plugin for Eclipse say “No Projects Found”? 尽快迁移到用于Eclipse的Cloud Tools和/或GWT Eclipse插件以避免中断。 - Migrate to Cloud Tools for Eclipse and/or the GWT Eclipse Plugin as soon as possible to avoid disruption For this MAVEN is Mandatory ? 在 Eclipse 中停止 Minecraft 服务器 - Stopping Minecraft Server in Eclipse Blobstore与GAE云工具和本地开发服务器有关 - Blobstore Issues with GAE Cloud Tools and Local Development Server 选择Java 7 JRE以使用Cloud Tools for Eclipse运行App Engine开发服务器 - Choose Java 7 JRE to run App Engine Dev Server with Cloud Tools for Eclipse 创建新的Eclipse插件 - Creating new Eclipse Plugin 无法安装Eclipse的JBossAS工具插件 - Can't install JBossAS Tools Plugin for Eclipse Google Cloud Tools for Eclipse用于GcsFilename的ClassNotFoundException - Google Cloud Tools for Eclipse ClassNotFoundException for GcsFilename 用于Eclipse控制台的Google Cloud Tools中的字符损坏 - Character corruption in the Google Cloud Tools for Eclipse Console
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM