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

20,662

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

Share:
20,662
Artemix
Author by

Artemix

Nec deus intersit, nisi dignus vindice nodus.

Updated on October 07, 2020

Comments

  • Artemix
    Artemix over 3 years

    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 Windows Sockets error: 0: JVM_Bind"

    Do any of you have an idea about this?

    Thanks in advance.