| Author |
Help please...
|
Matt Ghiold
Ranch Hand
Joined: Feb 24, 2002
Posts: 213
|
|
Hey guys, I'm trying to test my application on as many platforms as I can, and when I start the server on a linux platform I get a SocketException: Connection reset by peer:. This only happens on linux not windows, anyone have an idea of what is causing this? I dropped the firewall on my linux box and still recieve the error. Thanks in advance...
|
-Matt<br /> SCJP2<br /> SCJD
|
 |
Bernhard Woditschka
Ranch Hand
Joined: Sep 16, 2002
Posts: 89
|
|
Just a guess: check if the port you use is allready in use with netstat -an | grep LISTEN | sort bern
|
 |
Matt Ghiold
Ranch Hand
Joined: Feb 24, 2002
Posts: 213
|
|
Thank you, that was it! there is a tcp process listening on that port. thanks again. -Matt
|
 |
 |
|
|
subject: Help please...
|
|
|