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=23877>. 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=23877 NullPointerException at org.apache.james.mailrepository.AvalonMailRepository.store Summary: NullPointerException at org.apache.james.mailrepository.AvalonMailRepository.sto re Product: James Version: 2.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: MailStore & MailRepository AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Sun JDK 1.4.2_01 I send a message to a single reciepient, with no subject and with a single attachment. With Norton AntiVirus checking outgoing mail, I get the following exception. With it disabled, the problem goes away. Since I am able to reproduce the problem easily I'd like your cooperation in closing this issue quickly. java.lang.NullPointerException at org.apache.james.mailrepository.AvalonMailRepository.store(AvalonMailRepository.java:278) at org.apache.james.James.sendMail(James.java:444) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invoke(BlockInvocationHandler.java:92) at $Proxy9.sendMail(Unknown Source) at org.apache.james.smtpserver.SMTPHandler.processMail(SMTPHandler.java:1353) at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:1200) at org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:560) at org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:337) at org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:404) at org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:47) at org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:80) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
