Play Framework1.2.3调试器未能连接:握手失败

问题描述:

当我运行Play应用程序时,我在控制台中收到此消息。Play Framework1.2.3调试器未能连接:握手失败

06:08:08,069 INFO ~ Starting D:\projects\play1.2.3\test 
06:08:08,623 WARN ~ You're running Play! in DEV mode 
06:08:08,737 INFO ~ Listening for HTTP on port 9000 (Waiting a first request to start) ... 
06:08:31,229 INFO ~ Application 'test' is now started ! 
Debugger failed to attach: handshake failed - connection prematurally closed 
Debugger failed to attach: handshake failed - connection prematurally closed 
... 

我没有运行该应用程序的任何问题,但这个“调试失败”的消息不断comimg出来,它只是我的错误。

即使创建一个干净的项目,也会发生这种情况。
端口8000和9000已打开。

系统是
的Java 1.6.0_24
播放1.2.3
的Windows7 64位

我怎么能摆脱这个消息的?

对不起,这与游戏无关。

似乎有一些其他连接来自我的路由器访问端口8000,这就是问题所在。

如果我将jpda.port更改为8000以外的内容,则不显示该消息。

+0

如何更改Android Studio中的jdpa端口? –