You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Hontvari Jozsef <ho...@solware.com> on 2003/04/12 08:47:17 UTC

two types of FileNotFoundException exceptions

I have several such exceptions within 12 hours since I started James in a
production environment. Any idea what are these?

Especially interesting that one type looks for a file in the C:\WINNT\TEMP
directory.


mailstore log type 1:

12/04/03 00:08:28 ERROR mailstore: Exception storing mail:
java.io.FileNotFoundException: C:\WINNT\TEMP\Mail1050098907109-110527497.m64
(The system cannot find the file specified)

mailstore log type 2:

12/04/03 07:10:17 ERROR mailstore: Exception retrieving mail:
java.lang.RuntimeException: Exception caught while retrieving an object,
cause: java.io.FileNotFoundException:
C:\james\apps\james\var\mail\outgoing\4D61696C313035303132343231363235302D32
3538332D746F2D7961686F6F2E636F6D.Repository.FileObjectStore (The system
cannot find the file specified), so we're deleting it... good riddance!



wrapper log (likely these are the same, but with stack dump):

INFO   | jvm 1    | 2003/04/11 20:55:54 | java.io.FileNotFoundException:
C:\WINNT\TEMP\Mail1050087353953-3127275.m64 (The system cannot find the file
specified)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
java.io.FileInputStream.open(Native Method)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
java.io.FileInputStream.<init>(FileInputStream.java:103)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.james.core.MimeMessageInputStreamSource.getInputStream(MimeMessag
eInputStreamSource.java:102)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.james.core.MimeMessageWrapper.writeTo(MimeMessageWrapper.java:198
)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.james.core.MailImpl.writeMessageTo(MailImpl.java:376)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.james.mailrepository.AvalonMailRepository.store(AvalonMailReposit
ory.java:274)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.james.James.sendMail(James.java:444)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
java.lang.reflect.Method.invoke(Method.java:324)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invo
ke(BlockInvocationHandler.java:92)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at $Proxy9.sendMail(Unknown
Source)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.james.smtpserver.SMTPHandler.processMail(SMTPHandler.java:1355)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:1202)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:557)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:33
0)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run
(ServerConnection.java:404)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(Executabl
eRunnable.java:47)
INFO   | jvm 1    | 2003/04/11 20:55:54 |  at
org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:8
0)



---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org