On Feb 5, 2008 8:31 AM, <[EMAIL PROTECTED]> wrote: > Hello, > > I have a question regarding what could be causing the following > exception located in the mailet-*.log: > > 05/02/08 00:49:16 INFO James.Mailet: RemoteDelivery: Exception caught > in RemoteDelivery.run() > java.lang.NoSuchMethodError: > org.apache.mailet.MailetContext.getSMTPHostAddresses(Ljava/lang/String;)Ljava/util/Iterator; > at > org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:442) > at > org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:1111) > at java.lang.Thread.run(Thread.java:595) > > > We are only encountering this exception when running James 2.3.0 on > Solaris 10 using java 1.5.0_13. We are attempting to run it in a zone > if that makes any difference. We notice this message around 800 times > per second in the log files. We have run this same build successfully > on Mac OS X 10.4 and 10.5, as well as Ubuntu 7.10. I've confirmed > that the zone has full outbound DNS access, and external network > connectivity. Any thoughts, or additional information needed to help?
Another hint: Please double check that your classpath is cleared from left-over jars of any kind. Maybe try to re-deploy in a clean environment. Errors like this often occur on binding errors (wrong/outdated jar on the classpath). Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]