i went back to jre1.3.1_04 and tried again. i did a google search on
"java.net.SocketException: Connection reset by peer: JVM_recv in socket
input stream read"
and received a few returns but nothing i could understand. i've also
included my phoenix.log in case it will help.

30/08/02 08:58:27 INFO  pop3server: Hello Name is: server
30/08/02 08:58:31 INFO  pop3server: Connection from 192.168.1.1
(192.168.1.1)
30/08/02 08:58:31 DEBUG pop3server: Command received: USER randy
30/08/02 08:58:31 DEBUG pop3server: Sent: +OK
30/08/02 08:58:31 DEBUG pop3server: Command received: PASS <password
omitted>
30/08/02 08:58:31 DEBUG pop3server: Sent: +OK Welcome randy
30/08/02 08:58:31 DEBUG pop3server: Command received: STAT
30/08/02 08:58:31 DEBUG pop3server: Sent: +OK 1 4657
30/08/02 08:58:31 DEBUG pop3server: Command received: LIST
30/08/02 08:58:31 DEBUG pop3server: Sent: +OK 1 4657
30/08/02 08:58:32 DEBUG pop3server: Command received: RETR 1
30/08/02 08:58:32 DEBUG pop3server: Sent: +OK Message follows
30/08/02 08:59:35 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: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 09:00:32 ERROR pop3server: Connection timeout on socket

phoenix.log

INFO 2002-08-30 08:30:43.855 [Phoenix ] (): Logger started
WARN 2002-08-30 08:30:43.915 [Phoenix ] (): Phoenix was not started by the
daemon thus it will not be possible to restart the JVM via the Management
interface.
INFO 2002-08-30 08:30:44.846 [Phoenix.] (): Installing Sar located at
file:/D:/server/james-2.1a1-2002-08-18/apps/james.sar.
WARN 2002-08-30 08:30:45.046 [Phoenix.] (): The file
SAR-INF/lib/mm.mysql.LICENCE can not be extracted from the Sar
"file:/D:/server/james-2.1a1-2002-08-18/apps/james.sar" into directory
D:\server\james-2.1a1-2002-08-18\apps\james\SAR-INF\lib\mm.mysql.LICENCE
because there is a file in the way.
WARN 2002-08-30 08:30:45.046 [Phoenix.] (): The file conf/sqlResources.xml
can not be extracted from the Sar
"file:/D:/server/james-2.1a1-2002-08-18/apps/james.sar" into directory
D:\server\james-2.1a1-2002-08-18\apps\james\conf\sqlResources.xml because
there is a file in the way.
WARN 2002-08-30 08:30:45.046 [Phoenix.] (): The file SAR-INF/config.xml can
not be extracted from the Sar
"file:/D:/server/james-2.1a1-2002-08-18/apps/james.sar" into directory
D:\server\james-2.1a1-2002-08-18\apps\james\SAR-INF\config.xml because there
is a file in the way.
WARN 2002-08-30 08:30:45.046 [Phoenix.] (): The file SAR-INF/assembly.xml
can not be extracted from the Sar
"file:/D:/server/james-2.1a1-2002-08-18/apps/james.sar" into directory
D:\server\james-2.1a1-2002-08-18\apps\james\SAR-INF\assembly.xml because
there is a file in the way.
WARN 2002-08-30 08:30:45.056 [Phoenix.] (): The file SAR-INF/environment.xml
can not be extracted from the Sar
"file:/D:/server/james-2.1a1-2002-08-18/apps/james.sar" into directory
D:\server\james-2.1a1-2002-08-18\apps\james\SAR-INF\environment.xml because
there is a file in the way.
WARN 2002-08-30 08:30:45.387 [Phoenix.] (): Warning: BlockInfo for class
org.apache.james.nntpserver.NNTPServer redundently specifies role name
"org.apache.avalon.cornerstone.services.connection.ConnectionManager" in
dependency when it is identical to the name of service. It is recomended
that the <role/> section be elided.
WARN 2002-08-30 08:30:45.387 [Phoenix.] (): Warning: BlockInfo for class
org.apache.james.nntpserver.NNTPServer redundently specifies role name
"org.apache.avalon.cornerstone.services.sockets.SocketManager" in dependency
when it is identical to the name of service. It is recomended that the
<role/> section be elided.
WARN 2002-08-30 08:30:45.387 [Phoenix.] (): Warning: BlockInfo for class
org.apache.james.nntpserver.NNTPServer redundently specifies role name
"org.apache.avalon.cornerstone.services.scheduler.TimeScheduler" in
dependency when it is identical to the name of service. It is recomended
that the <role/> section be elided.
WARN 2002-08-30 08:30:45.387 [Phoenix.] (): Warning: BlockInfo for class
org.apache.james.nntpserver.NNTPServer redundently specifies role name
"org.apache.james.nntpserver.repository.NNTPRepository" in dependency when
it is identical to the name of service. It is recomended that the <role/>
section be elided.
WARN 2002-08-30 08:30:45.387 [Phoenix.] (): Warning: BlockInfo for class
org.apache.james.nntpserver.NNTPServer redundently specifies role name
"org.apache.james.nntpserver.AuthService" in dependency when it is identical
to the name of service. It is recomended that the <role/> section be elided.
INFO 2002-08-30 08:30:45.557 [Phoenix.] (): Verifying that the name
specified for Blocks and BlockListeners are valid.
INFO 2002-08-30 08:30:45.557 [Phoenix.] (): Verifying that the name
specified for Blocks and BlockListeners are unique.
INFO 2002-08-30 08:30:45.557 [Phoenix.] (): Verifying that the specified
Dependencies are valid according to BlockInfo.
INFO 2002-08-30 08:30:45.557 [Phoenix.] (): Verifying that the dependencies
of Blocks are valid with respect to other Blocks.
INFO 2002-08-30 08:30:45.557 [Phoenix.] (): Verifying that there are no
circular dependencies between Blocks.
INFO 2002-08-30 08:30:45.557 [Phoenix.] (): Verifying that the specified
Blocks have valid types.
INFO 2002-08-30 08:30:45.717 [Phoenix.] (): Verifying that the specified
BlockListeners have valid types.
INFO 2002-08-30 08:30:45.978 [Phoenix.] (): 17 Blocks to process for phase
"startup". Order of processing = [dnsserver, objectstorage,
database-connections, mailstore, users-store, thread-manager, connections,
sockets, scheduler, James, spoolmanager, remotemanager, pop3server,
smtpserver, nntp-repository, nntpauth, nntpserver].
INFO 2002-08-30 09:25:57.710 [Phoenix.] (): 17 Blocks to process for phase
"shutdown". Order of processing = [spoolmanager, remotemanager, pop3server,
smtpserver, James, dnsserver, nntpserver, nntpauth, nntp-repository,
mailstore, users-store, objectstorage, connections, sockets, scheduler,
database-connections, thread-manager].
WARN 2002-08-30 09:25:59.152 [Phoenix.] (): Error deleting Work Directory
"D:\server\james-2.1a1-2002-08-18\work\james-1030714244846". (Reason: File
D:\server\james-2.1a1-2002-08-18\work\james-1030714244846\SAR-INF\lib\mm.mys
ql-2.0.14.jar unable to be deleted.)
java.io.IOException: File
D:\server\james-2.1a1-2002-08-18\work\james-1030714244846\SAR-INF\lib\mm.mys
ql-2.0.14.jar unable to be deleted.
at org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:638)
at org.apache.avalon.excalibur.io.FileUtil.cleanDirectory(FileUtil.java:806)
at
org.apache.avalon.excalibur.io.FileUtil.deleteDirectory(FileUtil.java:762)
at org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:630)
at org.apache.avalon.excalibur.io.FileUtil.cleanDirectory(FileUtil.java:806)
at
org.apache.avalon.excalibur.io.FileUtil.deleteDirectory(FileUtil.java:762)
at org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:630)

----- Original Message -----
From: "Danny Angus" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Thursday, August 29, 2002 10:26 AM
Subject: RE: java.net.SocketException: Connection reset POP3server


> Thanks for that, it may take a while to pore over.. :)
>





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

Reply via email to