Re: DataLogger Application problem

Rusty Haddock <[email protected]>
Newsgroups gmane.comp.hardware.microcontrollers.tini
Organization 1/entropy
Message-ID <[email protected]>
Simply put, you can only have ONE program listening to a given port at
one time.

The slush "netstat" program is telling you that something is already
listening on port 5713, the one that your program is using.  This should
be why your DataLogger is throwing the IOException.

Use the Slush command "ps" to kill the other program (possibly another
copy of your "DataLogger1" program perhaps?).

On the other hand... I don't see a close() for your ServerSocket.

	-Rusty-
-- 
   _____        Rusty Haddock  =  KD4WLZ  =  [email protected]
|\/   o \   o  **Out yonder in the Van Alstyne (TX) Metropolitan Area**
|   (  -<  O o              Microsoft is to software what
|/\__V__/                  McDonalds is to gourmet cooking
_______________________________________________
TINI mailing list
TINI-6tN4nzCoH/[email protected]
To UNSUBSCRIBE, edit your profile, or see list archives:
http://lists.dalsemi.com/mailman/listinfo/tini
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.