cancel
Showing results for 
Search instead for 
Did you mean: 

unable to start TCPGateway

Former Member
0 Kudos

Hi gurus,

we are tried to start TCPGateway to trace the messages. But got following error on our Win 2008 R2 server;

"java.net.SocketException:Unrecognized Windows Sockets error :0: JVM_Bind"

I would be grateful if you could help me.

Kind Regards,

PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

JVM_Bind means the server socket could not connect to that port as its already being used by another server socket .Try to use another port and also you could check that if the port used by TCPGateway is currently used by any other program through the DOS comand netstat (with -b param ).

Answers (0)