Re: NoSuchMethodError: org.apache.mailet.MailetContext.getSMTPHostAddresses...

2008-02-06 Thread Stefano Bagnara
[EMAIL PROTECTED] ha scritto: Stefano, I removed both jars and restarted. Once I sent a message to the system the problem surfaced again: java.lang.NoSuchMethodError: org.apache.mailet.MailetContext.getSMTPHostAddresses(Ljava/lang/String;)Ljava/util/Iterator; at

Re: NoSuchMethodError: org.apache.mailet.MailetContext.getSMTPHostAddresses...

2008-02-05 Thread Bernd Fondermann
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:

Re: NoSuchMethodError: org.apache.mailet.MailetContext.getSMTPHostAddresses...

2008-02-05 Thread Bernd Fondermann
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:

Re: NoSuchMethodError: org.apache.mailet.MailetContext.getSMTPHostAddresses...

2008-02-05 Thread Stefano Bagnara
IMHO a NoSuchMethodError on a james class is not related to OS or JVM, but to is something related to the mailet versions. The method getSMTPHostAddresses has been introduced to mailet in james 2.2.0. This means the mailet.jar included with previous versions (e.g: james 2.1) did not include

Re: NoSuchMethodError: org.apache.mailet.MailetContext.getSMTPHostAddresses...

2008-02-05 Thread Stefano Bagnara
Remove mailet-api-3.0.jar and mailet-3.0.jar and restart. I don't know why you have mailet jars in your /zfs/james-2.3.0/bin/SAR-INF/lib/. That lib folder is for custom dependencies. The mailet jars are already contained in the sar file and automatically extracted by james at startup.

Re: NoSuchMethodError: org.apache.mailet.MailetContext.getSMTPHostAddresses...

2008-02-05 Thread c0ns0ul
Stefano, I removed both jars and restarted. Once I sent a message to the system the problem surfaced again: java.lang.NoSuchMethodError: org.apache.mailet.MailetContext.getSMTPHostAddresses(Ljava/lang/String;)Ljava/util/Iterator; at

NoSuchMethodError: org.apache.mailet.MailetContext.getSMTPHostAddresses...

2008-02-04 Thread c0ns0ul
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: