Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JAMES-105 Here is an overview of the issue: --------------------------------------------------------------------- Key: JAMES-105 Summary: phoenix.sh needs a small fix for cygwin Type: Bug Status: Closed Resolution: FIXED Project: James Components: SMTPServer Versions: 2.1 Assignee: Reporter: Antoine Levy-Lambert Created: Sun, 25 May 2003 9:34 PM Updated: Sun, 6 Jun 2004 1:48 PM Environment: Operating System: Windows NT/2K Platform: PC Description: PHOENIX_TMPDIR needs to be converted to Windows format before starting phoenix under cygwin. I attach a patch file to fix that Otherwise, the smtp server component has a problem with the temporary directory under cygwin. Here an extract of my smtpserverlog : 25/05/03 22:31:54 ERROR smtpserver: Unknown error occurred while processing DATA. javax.mail.MessagingException: Unable to retrieve the data: Das System kann den angegebenen Pfad nicht finden; nested exception is: java.io.IOException: Das System kann den angegebenen Pfad nicht finden 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) --------------------------------------------------------------------- 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]
