Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JAMES-145 Here is an overview of the issue: --------------------------------------------------------------------- Key: JAMES-145 Summary: NullPointer Exception @ James.java:419 Type: Bug Status: Closed Resolution: WON'T FIX Project: James Components: SMTPServer Versions: 2.1 Assignee: Reporter: Jack Fisher Created: Sat, 13 Dec 2003 5:33 PM Updated: Sat, 5 Jun 2004 1:04 PM Environment: Operating System: Linux Platform: PC Description: Using fetchmail to get bring down messages from a pop account I had a couple of messages that were spam, but the headers were hosed in a way that caused this failure. Once I deleted the messages from the server fetchmail was able to bring all the mail down, however it never deleted it and just kept getting it over and over again. I suspect I had another malformed email header elsewhere in the download. The other mails were first on the list so it bailed right away. 12/12/03 21:06:45 WARN scheduler: Error occured executing trigger test.net java.lang.NullPointerException at org.apache.james.James.sendMail(James.java:419) at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invoke(BlockInvocationHandler.java:92) at $Proxy9.sendMail(Unknown Source) at org.apache.james.fetchpop.FetchPOP.targetTriggered(FetchPOP.java:137) at org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler.doRunEntry(DefaultTimeScheduler.java:240) at org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler.access$000(DefaultTimeScheduler.java:36) at org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler$1.run(DefaultTimeScheduler.java:216) 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]
