looks like yahoo has the same problem 30/08/02 10:27:58 INFO pop3server: Hello Name is: server 30/08/02 10:27:58 INFO pop3server: Connection from web12601.mail.yahoo.com (216.136.173.224) 30/08/02 10:27:58 DEBUG pop3server: Command received: USER <edited> 30/08/02 10:27:58 DEBUG pop3server: Sent: +OK 30/08/02 10:27:58 DEBUG pop3server: Command received: PASS <password omitted> 30/08/02 10:27:59 DEBUG pop3server: Sent: +OK Welcome <edited> 30/08/02 10:27:59 DEBUG pop3server: Command received: STAT 30/08/02 10:27:59 DEBUG pop3server: Sent: +OK 2 7547 30/08/02 10:27:59 DEBUG pop3server: Command received: RETR 1 30/08/02 10:27:59 DEBUG pop3server: Sent: +OK Message follows 30/08/02 10:28:58 ERROR pop3server: Exception during connection from web12601.mail.yahoo.com (216.136.173.224) : Connection reset by peer: JVM_recv in socket input stream read java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at java.io.InputStreamReader.fill(Unknown Source) at java.io.InputStreamReader.read(Unknown Source) at java.io.BufferedReader.fill(Unknown Source) at java.io.BufferedReader.readLine(Unknown Source) at java.io.BufferedReader.readLine(Unknown Source) at org.apache.james.pop3server.POP3Handler.handleConnection(POP3Handler.java:20 7) at org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner.run(Connect ion.java:169) at org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(Executabl eRunnable.java:47) at org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:8 0) 30/08/02 10:29:59 ERROR pop3server: Connection timeout on socket
----- Original Message ----- From: "JRC" <[EMAIL PROTECTED]> To: "James Users List" <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 10:21 AM Subject: Re: java.net.SocketException: Connection reset POP3server > for some reason there is a difference in messages when using jre1.3.1 vs. > jre1.4.1. i was using 1.4.1 with the last post and 1.3.1 with this one. what > do i need to do to fix it at my side? > > ----- Original Message ----- > From: "Noel J. Bergman" <[EMAIL PROTECTED]> > To: "James Users List" <[EMAIL PROTECTED]> > Sent: Friday, August 30, 2002 10:10 AM > Subject: RE: java.net.SocketException: Connection reset POP3server > > > > Connection reset by peer (the "by peer" part is important) means that the > > other side reset the connection. The server side needs to handle it > > gracefully, but isn't the cause of the exception. The last log you posted > > didn't have the "by peer" indicated. > > > > --- Noel > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
