jQuery in Action, 2nd edition
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes Help please... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "Help please..." Watch "Help please..." New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Help please...
 
Similar Threads
Free from Microsoft?
JDK1.3 installation within windows 2000 advance server
Configuring a context outside of $CATALINA_HOME/webapps
compile jsp with tomcat
Time and time-zone