开发者

"Unrecognized Windows Sockets error: 0: JVM_Bind" when trying to debug in Flash Builder 4.5 for PHP

开发者 https://www.devze.com 2023-04-07 14:29 出处:网络
Im trying to debug an app, not server related yet, with the new version of the FB, the one that comes with Zend in it.

Im trying to debug an app, not server related yet, with the new version of the FB, the one that comes with Zend in it.

Thing is, everytime I try to debug, the message error is the same:

"Unrecognized Window开发者_StackOverflow社区s Sockets error: 0: JVM_Bind"

Do any of you have an idea about this?

Thanks in advance.


Check your ports

JVM_Bind means the server socket could not connect to that port as its already being used by another server socket

netstat (with -b param ) should tell you the ports being used and the exe that started listening on it

make sure it is not being used


  1. Close other programs or services that could open ports.

  2. Check mm.cfg file content c:\Users{Username}\mm.cfg for Win7. There could be strange settings for profiler. Actually you can remove this file to reset debug setting (with backup!).

I afraid that zend debugger could bind to the same port.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号