Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JAMES-55 Here is an overview of the issue: --------------------------------------------------------------------- Key: JAMES-55 Summary: java.net.SocketException in POP3server Type: Bug Status: Closed Resolution: FIXED Project: James Components: POP3Server Versions: 2.0a3 Assignee: Reporter: Randy Created: Wed, 28 Aug 2002 2:14 PM Updated: Sun, 6 Jun 2004 2:28 PM Environment: Operating System: Windows XP Platform: PC Description: this log is from james-2.1a1-2002-08-18 but is also present in v2.0a3. i am using JRE 1.3.1 or 1.3.1_02, both are installed. i am also using the same configuration as my working v2.0a2 which does not have this error. this error only occurs when there is new mail on the server. 27/08/02 09:41:28 DEBUG pop3server: Command received: RETR 1 27/08/02 09:41:28 DEBUG pop3server: Sent: +OK Message follows 27/08/02 09:42:31 ERROR pop3server: Exception during connection from 192.168.1.1 (192.168.1.1) : 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:207) at org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner.run (Connection.java:169) at org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute (ExecutableRunnable.java:47) at org.apache.avalon.excalibur.thread.impl.WorkerThread.run (WorkerThread.java:80) 27/08/02 09:43:28 ERROR pop3server: Connection timeout on socket --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]