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 Mark Smith <ma...@yahoo.com> on 2004/06/17 02:26:47 UTC

Trying to setup SMTP Server - strange exception

Hi,

I've successfully started the James SMTP Server but am
getting a strange 
message when I attempt to send a message using it...
Any ideas what is 
going on?  This is james 2.1.3.

Thanks,
Mark

16/06/04 20:18:01 INFO  smtpserver: SMTP Service
started plain:125
16/06/04 20:18:19 INFO  smtpserver: Connection from
localhost (127.0.0.1)
16/06/04 20:18:19 ERROR smtpserver: Unknown error
occurred while 
processing DATA.
javax.mail.MessagingException: Unable to retrieve the
data: The system 
cannot find the path specified;
   nested exception is:
         java.io.IOException: The system cannot find
the path specified
         at 
org.apache.james.core.MimeMessageInputStreamSource.<init>(MimeMessageInputStreamSource.java:125)
         at
org.apache.james.core.MailImpl.<init>(MailImpl.java:173)
         at 
org.apache.james.smtpserver.SMTPHandler.processMail(SMTPHandler.java:1394)
         at 
org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:1253)
         at 
org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:608)
         at 
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:381)
         at 
org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:462)
         at 
org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:47)
         at 
org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:80)
16/06/04 20:20:26 INFO  smtpserver: Connection from
localhost (127.0.0.1)
16/06/04 20:20:26 ERROR smtpserver: Unknown error
occurred while 
processing DATA.
javax.mail.MessagingException: Unable to retrieve the
data: The system 
cannot find the path specified;
   nested exception is:
         java.io.IOException: The system cannot find
the path specified
         at 
org.apache.james.core.MimeMessageInputStreamSource.<init>(MimeMessageInputStreamSource.java:125)
         at
org.apache.james.core.MailImpl.<init>(MailImpl.java:173)
         at 
org.apache.james.smtpserver.SMTPHandler.processMail(SMTPHandler.java:1394)
         at 
org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:1253)
         at 
org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:608)
         at 
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:381)
         at 
org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:462)
         at 
org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:47)
         at 
org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:80)




		
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 

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


Re: Trying to setup SMTP Server - strange exception

Posted by tobe <to...@swipnet.se>.
Mark Smith wrote:

>Hi,
>
>I've successfully started the James SMTP Server but am
>getting a strange 
>message when I attempt to send a message using it...
>Any ideas what is 
>going on?  This is james 2.1.3.
>  
>
>Thanks,
>Mark
>
>16/06/04 20:18:01 INFO  smtpserver: SMTP Service
>started plain:125
>16/06/04 20:18:19 INFO  smtpserver: Connection from
>localhost (127.0.0.1)
>16/06/04 20:18:19 ERROR smtpserver: Unknown error
>occurred while 
>processing DATA.
>javax.mail.MessagingException: Unable to retrieve the
>data: The system 
>cannot find the path specified;
>   nested exception is:
>         java.io.IOException: The system cannot find
>the path specified
>  
>
The working directories are by default under 
james-install-dir/apps/james/var

Are they writable by your James process?

By the way, I would go with the 2.2 release candidate instead of 2.1.3, 
much better.

/tobe

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