Path: csiph.com!aioe.org!.POSTED!not-for-mail From: Steven Simpson Newsgroups: comp.lang.java.programmer Subject: Re: Strange Socket problem Date: Thu, 01 Mar 2012 22:54:33 +0000 Organization: Aioe.org NNTP Server Lines: 37 Message-ID: <9ab529-1r3.ln1@s.simpson148.btinternet.com> References: <5j4529-ln2.ln1@s.simpson148.btinternet.com> NNTP-Posting-Host: SYma/1Oij9bhI+errvtPhg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.lang.java.programmer:12569 On 01/03/12 21:30, Knute Johnson wrote: > When the problem arrives, it prints the SportsWinClient: Disconnected > message and nothing else. It doesn't reconnect to the server. What about previous messages (Started, Connected, End of Stream), especially for the cycle before the problem? Do you get this?: Started Connected End of Stream Disconnected ... Connected End of Stream Disconnected Connected Disconnected Or this?: Started Connected End of Stream Disconnected ... Connected End of Stream Disconnected Disconnected Or is there no previous (successful) cycle? I'm thinking that maybe a listener is throwing an unchecked exception. -- ss at comp dot lancs dot ac dot uk