Hi, I guess you are running a fresh trunk? If such, Can you svn up and try again. I have just committed a patch.
Thx, Eric On 29/12/2012 14:33, Martin Hewitt wrote:
Hi all, I'm now building James from trunk, and I get a ClassNotFoundException when looking for org.apache.james.transport.matchers.All Where's the moved/new version of this matcher? Am I using an outdated configuration file? Has it been deprecated? Snipped stack trace is: ERROR 13:25:30,899 | james.mailprocessor | Unable to init matcher All: org.apache.mailet.MailetException: Could not load matcher (All) ( java.lang.ClassNotFoundException: org.apache.james.transport.matchers.All) org.apache.mailet.MailetException: Could not load matcher (All) ( java.lang.ClassNotFoundException: org.apache.james.transport.matchers.All) at org.apache.james.container.spring.bean.factory.mailetcontainer.AbstractLoaderBeanFactory.loadFailed( AbstractLoaderBeanFactory.java:60) at org.apache.james.container.spring.bean.factory.mailetcontainer.MatcherLoaderBeanFactory.getMatcher( MatcherLoaderBeanFactory.java:55) at org.apache.james.mailetcontainer.lib.AbstractStateMailetProcessor.parseConfiguration( AbstractStateMailetProcessor.java:346) at org.apache.james.mailetcontainer.lib.AbstractStateMailetProcessor.init( AbstractStateMailetProcessor.java:119) at org.apache.james.mailetcontainer.impl.camel.CamelMailetProcessor.init( CamelMailetProcessor.java:101) at org.apache.james.mailetcontainer.impl.camel.CamelCompositeProcessor.createMailProcessor( CamelCompositeProcessor.java:103) at org.apache.james.mailetcontainer.lib.AbstractStateCompositeProcessor.init( AbstractStateCompositeProcessor.java:181) at org.apache.james.mailetcontainer.impl.camel.CamelCompositeProcessor.init( CamelCompositeProcessor.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke( InitDestroyAnnotationBeanPostProcessor.java:346)
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
