DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12120>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12120

java.net.SocketException in POP3server





------- Additional Comments From [EMAIL PROTECTED]  2002-08-28 17:23 -------
correction: was using jre1.3.1_03.

uninstalled 1.3.1_03 and installed jre1.4.1 rc then tested 2.0a2 with no 
errors. tested james-2.1a1-2002-08-18 with new jre and got a slightly different 
error while trying to retrieve mail. haven't tried 2.0a3 yet but i expect the 
same results.

28/08/02 11:52:43 DEBUG pop3server: Command received: STAT
28/08/02 11:52:43 DEBUG pop3server: Sent: +OK 1 5520
28/08/02 11:52:43 DEBUG pop3server: Command received: LIST
28/08/02 11:52:43 DEBUG pop3server: Sent: +OK 1 5520
28/08/02 11:52:43 DEBUG pop3server: Command received: RETR 1
28/08/02 11:52:43 DEBUG pop3server: Sent: +OK Message follows
28/08/02 11:53:40 ERROR pop3server: Exception during connection from 
192.168.1.1 (192.168.1.1) : Connection reset
java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(Unknown Source)
        at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(Unknown Source)
        at sun.nio.cs.StreamDecoder$CharsetSD.implRead(Unknown Source)
        at sun.nio.cs.StreamDecoder.read(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)
28/08/02 11:54:43 ERROR pop3server: Connection timeout on socket

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to