THanks for sharing! Very much needed! Yes i can complete and help! Apachi Sundari On Nov 5, 2015 1:56 AM, "Wei Gao" <wgao.perso...@gmail.com> wrote:
> Just found that the latest Beta5 snapshot from 2013 and 2015 archives do > not have this problem. They are up and running just fine. I was using some > 2012 snapshot which has the problem. Issue is resolved now! > > On Wed, Nov 4, 2015 at 2:11 PM, Wei Gao <wgao.perso...@gmail.com> wrote: > > > I am trying to setup James on a Ubuntu machine. I tried many times but > > just couldn't get it up running. Here is some information you may need in > > order to help out: > > > > . The OS Info: Linux test-VirtualBox 3.19.0-31-generic #36~14.04.1-Ubuntu > > SMP Thu Oct 8 10:21:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux > > > > . The JVM/JDK environment. $JAVA_HOME=/usr/lib/jvm/java-8-oracle > > > > . I tried both Beta4 and Beta5 package but they all failed to launch. > > Basically in the middle of James server starting, some exception happens > > and James just stopped. I used "# sudo ./bin/james start". > > > > . I modified the wrapper.conf to set an absolute path to Java. > > > > . For the configuration files, I essentially did NOT make any changes > > except renaming file names by removing "-template" inside the file names. > > > > . When running Beta4, the wrapper.log has this error (one of errors): > > INFO | jvm 1 | 2015/11/04 13:59:09 | WrapperSimpleApp: Encountered > an > > error running main: > > org.springframework.beans.factory.BeanDefinitionStoreException: Failed to > > create the JAXB binder; nested exception is javax.xml.bind.JAXBException: > > Provider com.sun.xml.internal.bind.v2.ContextFactory could not be > > instantiated: > com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsExcep > > > > . When running Beta5, the wrapper.log as following: > > STATUS | wrapper | 2015/11/04 14:04:07 | --> Wrapper Started as Daemon > > STATUS | wrapper | 2015/11/04 14:04:07 | Launching a JVM... > > INFO | jvm 1 | 2015/11/04 14:04:08 | Wrapper (Version 3.2.3) > > http://wrapper.tanukisoftware.org > > INFO | jvm 1 | 2015/11/04 14:04:08 | Copyright 1999-2006 Tanuki > > Software, Inc. All Rights Reserved. > > INFO | jvm 1 | 2015/11/04 14:04:08 | > > INFO | jvm 1 | 2015/11/04 14:04:08 | INFO 14:04:08,643 | > > org.apache.james.container.spring.context.JamesServerApplicationContext | > > Refreshing > > > org.apache.james.container.spring.context.JamesServerApplicationContext@49fd413c > : > > startup date [Wed Nov 04 14:04:08 PST 2015]; root of context hierarchy > > INFO | jvm 1 | 2015/11/04 14:04:10 | log4j:WARN No appenders could > be > > found for logger (org.apache.commons.configuration.ConfigurationUtils). > > INFO | jvm 1 | 2015/11/04 14:04:10 | log4j:WARN Please initialize > the > > log4j system properly. > > INFO | jvm 1 | 2015/11/04 14:04:10 | log4j:WARN See > > http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. > > INFO | jvm 1 | 2015/11/04 14:04:11 | INFO 14:04:11,141 | > > org.apache.james.container.spring.context.JamesServerApplicationContext | > > Bean 'logprovider' of type [class > > org.apache.james.container.spring.lifecycle.LogProviderImpl] is not > > eligible for getting processed by all BeanPostProcessors (for example: > not > > eligible for auto-proxying) > > INFO | jvm 1 | 2015/11/04 14:04:11 | INFO 14:04:11,225 | > > james.mailrepositorystore | JamesMailStore init... > > INFO | jvm 1 | 2015/11/04 14:04:11 | INFO 14:04:11,261 | > > james.mailrepositorystore | Registering Repository instance of class > > org.apache.james.mailrepository.file.FileMailRepository to handle file > > protocol requests for repositories with key file > > INFO | jvm 1 | 2015/11/04 14:04:11 | INFO 14:04:11,262 | > > james.mailrepositorystore | Registering Repository instance of class > > org.apache.james.mailrepository.jdbc.JDBCMailRepository to handle db > > protocol requests for repositories with key db > > INFO | jvm 1 | 2015/11/04 14:04:11 | INFO 14:04:11,262 | > > james.mailrepositorystore | Registering Repository instance of class > > org.apache.james.mailrepository.jdbc.JDBCMailRepository to handle dbfile > > protocol requests for repositories with key dbfile > > INFO | jvm 1 | 2015/11/04 14:04:11 | INFO 14:04:11,262 | > > james.mailrepositorystore | Registering Repository instance of class > > org.apache.james.mailrepository.file.MBoxMailRepository to handle mbox > > protocol requests for repositories with key mbox > > INFO | jvm 1 | 2015/11/04 14:04:12 | INFO 14:04:12,217 | > > james.dnsservice | Autodiscovery is enabled - trying to discover your > > system's DNS Servers > > INFO | jvm 1 | 2015/11/04 14:04:12 | INFO 14:04:12,225 | > > james.dnsservice | Adding autodiscovered server 127.0.1.1 > > INFO | jvm 1 | 2015/11/04 14:04:12 | INFO 14:04:12,225 | > > james.dnsservice | Adding autodiscovered search path eng.fireeye.com. > > INFO | jvm 1 | 2015/11/04 14:04:12 | INFO 14:04:12,225 | > > james.dnsservice | DNS Server is: 127.0.1.1 > > INFO | jvm 1 | 2015/11/04 14:04:12 | INFO 14:04:12,242 | > > james.dnsservice | Registered cache, resolver and search paths as DNSJava > > defaults > > INFO | jvm 1 | 2015/11/04 14:04:12 | 27 James WARN > > [WrapperSimpleAppMain] openjpa.Runtime - An error occurred while > > registering a ClassTransformer with PersistenceUnitInfo: name 'James', > root > > URL [file:/home/wgao/cd-rom/James/apache-james-3.0-beta5-SNAPSHOT/conf/]. > > The error has been consumed. To see it, set your openjpa.Runtime log > level > > to TRACE. Load-time class transformation will not be available. > > INFO | jvm 1 | 2015/11/04 14:04:12 | INFO 14:04:12,818 | > > james.domainlist | Set autodetect to: true > > INFO | jvm 1 | 2015/11/04 14:04:12 | INFO 14:04:12,819 | > > james.domainlist | Set autodetectIP to: true > > INFO | jvm 1 | 2015/11/04 14:04:12 | 66 James INFO > > [WrapperSimpleAppMain] openjpa.Runtime - Starting OpenJPA 2.2.0 > > INFO | jvm 1 | 2015/11/04 14:04:13 | 251 James INFO > > [WrapperSimpleAppMain] openjpa.jdbc.JDBC - Using dictionary class > > "org.apache.openjpa.jdbc.sql.DerbyDictionary". > > INFO | jvm 1 | 2015/11/04 14:04:15 | 2389 James INFO > > [WrapperSimpleAppMain] openjpa.Runtime - The Entity > > "org.apache.james.mailbox.jpa.mail.model.JPAProperty" was enhanced at > level > > "2", but the current level of enhancement is "1,241,207". > > INFO | jvm 1 | 2015/11/04 14:04:15 | 2391 James INFO > > [WrapperSimpleAppMain] openjpa.Runtime - A down level Entity was detected > > and logged. Please enable RUNTIME trace to see all down level Entities. > > INFO | jvm 1 | 2015/11/04 14:04:15 | WARN 14:04:15,647 | > > james.mailetcontext | The specified postmaster address ( > > postmaster@localhost ) is not a local address. This is not necessarily > a > > problem, but it does mean that emails addressed to the postmaster will be > > routed to another server. For some configurations this may cause > problems. > > INFO | jvm 1 | 2015/11/04 14:04:16 | ERROR 14:04:16,082 | > > 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) > > INFO | jvm 1 | 2015/11/04 14:04:16 | > > org.apache.mailet.MailetException: Could not load matcher (All) > > (java.lang.ClassNotFoundException: > org.apache.james.transport.matchers.All) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.container.spring.bean.factory.mailetcontainer.AbstractLoaderBeanFactory.loadFailed(AbstractLoaderBeanFactory.java:60) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.container.spring.bean.factory.mailetcontainer.MatcherLoaderBeanFactory.getMatcher(MatcherLoaderBeanFactory.java:55) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.lib.AbstractStateMailetProcessor.parseConfiguration(AbstractStateMailetProcessor.java:346) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.lib.AbstractStateMailetProcessor.init(AbstractStateMailetProcessor.java:119) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.impl.camel.CamelMailetProcessor.init(CamelMailetProcessor.java:101) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.impl.camel.CamelCompositeProcessor.createMailProcessor(CamelCompositeProcessor.java:103) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.lib.AbstractStateCompositeProcessor.init(AbstractStateCompositeProcessor.java:181) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.impl.camel.CamelCompositeProcessor.init(CamelCompositeProcessor.java:66) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.lang.reflect.Method.invoke(Method.java:497) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:346) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:299) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:132) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1448) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.container.spring.context.JamesServerApplicationContext.<init>(JamesServerApplicationContext.java:39) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.app.spring.JamesAppSpringMain.init(JamesAppSpringMain.java:61) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.app.spring.JamesAppSpringMain.main(JamesAppSpringMain.java:42) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.lang.reflect.Method.invoke(Method.java:497) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.lang.Thread.run(Thread.java:745) > > INFO | jvm 1 | 2015/11/04 14:04:16 | Caused by: > > java.lang.ClassNotFoundException: org.apache.james.transport.matchers.All > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.net.URLClassLoader.findClass(URLClassLoader.java:381) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.lang.ClassLoader.loadClass(ClassLoader.java:424) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.lang.ClassLoader.loadClass(ClassLoader.java:357) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.container.spring.bean.factory.mailetcontainer.AbstractLoaderBeanFactory.load(AbstractLoaderBeanFactory.java:44) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.container.spring.bean.factory.mailetcontainer.MatcherLoaderBeanFactory.getMatcher(MatcherLoaderBeanFactory.java:46) > > INFO | jvm 1 | 2015/11/04 14:04:16 | ... 35 more > > INFO | jvm 1 | 2015/11/04 14:04:16 | ERROR 14:04:16,091 | > > james.mailprocessor | Caused by nested exception: > > INFO | jvm 1 | 2015/11/04 14:04:16 | > > java.lang.ClassNotFoundException: org.apache.james.transport.matchers.All > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.net.URLClassLoader.findClass(URLClassLoader.java:381) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.lang.ClassLoader.loadClass(ClassLoader.java:424) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.lang.ClassLoader.loadClass(ClassLoader.java:357) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.container.spring.bean.factory.mailetcontainer.AbstractLoaderBeanFactory.load(AbstractLoaderBeanFactory.java:44) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.container.spring.bean.factory.mailetcontainer.MatcherLoaderBeanFactory.getMatcher(MatcherLoaderBeanFactory.java:46) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.lib.AbstractStateMailetProcessor.parseConfiguration(AbstractStateMailetProcessor.java:346) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.lib.AbstractStateMailetProcessor.init(AbstractStateMailetProcessor.java:119) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.impl.camel.CamelMailetProcessor.init(CamelMailetProcessor.java:101) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.impl.camel.CamelCompositeProcessor.createMailProcessor(CamelCompositeProcessor.java:103) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.lib.AbstractStateCompositeProcessor.init(AbstractStateCompositeProcessor.java:181) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.mailetcontainer.impl.camel.CamelCompositeProcessor.init(CamelCompositeProcessor.java:66) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.lang.reflect.Method.invoke(Method.java:497) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:346) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:299) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:132) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1448) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.container.spring.context.JamesServerApplicationContext.<init>(JamesServerApplicationContext.java:39) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.app.spring.JamesAppSpringMain.init(JamesAppSpringMain.java:61) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.apache.james.app.spring.JamesAppSpringMain.main(JamesAppSpringMain.java:42) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.lang.reflect.Method.invoke(Method.java:497) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > > org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240) > > INFO | jvm 1 | 2015/11/04 14:04:16 | at > > java.lang.Thread.run(Thread.java:745) > > INFO | jvm 1 | 2015/11/04 14:04:18 | > > INFO | jvm 1 | 2015/11/04 14:04:18 | WrapperSimpleApp: Encountered > an > > error running main: > > org.springframework.beans.factory.BeanCreationException: Error creating > > bean with name 'mailprocessor': Invocation of init method failed; nested > > exception is org.apache.commons.configuration.ConfigurationException: > > Unable to init matcher All > > INFO | jvm 1 | 2015/11/04 14:04:18 | > > org.springframework.beans.factory.BeanCreationException: Error creating > > bean with name 'mailprocessor': Invocation of init method failed; nested > > exception is org.apache.commons.configuration.ConfigurationException: > > Unable to init matcher All > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1448) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.container.spring.context.JamesServerApplicationContext.<init>(JamesServerApplicationContext.java:39) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.app.spring.JamesAppSpringMain.init(JamesAppSpringMain.java:61) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.app.spring.JamesAppSpringMain.main(JamesAppSpringMain.java:42) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > java.lang.reflect.Method.invoke(Method.java:497) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > java.lang.Thread.run(Thread.java:745) > > INFO | jvm 1 | 2015/11/04 14:04:18 | Caused by: > > org.apache.commons.configuration.ConfigurationException: Unable to init > > matcher All > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.mailetcontainer.lib.AbstractStateMailetProcessor.parseConfiguration(AbstractStateMailetProcessor.java:378) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.mailetcontainer.lib.AbstractStateMailetProcessor.init(AbstractStateMailetProcessor.java:119) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.mailetcontainer.impl.camel.CamelMailetProcessor.init(CamelMailetProcessor.java:101) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.mailetcontainer.impl.camel.CamelCompositeProcessor.createMailProcessor(CamelCompositeProcessor.java:103) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.mailetcontainer.lib.AbstractStateCompositeProcessor.init(AbstractStateCompositeProcessor.java:181) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.mailetcontainer.impl.camel.CamelCompositeProcessor.init(CamelCompositeProcessor.java:66) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > java.lang.reflect.Method.invoke(Method.java:497) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:346) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:299) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:132) > > INFO | jvm 1 | 2015/11/04 14:04:18 | ... 22 more > > INFO | jvm 1 | 2015/11/04 14:04:18 | Caused by: > > org.apache.mailet.MailetException: Could not load matcher (All) > > (java.lang.ClassNotFoundException: > org.apache.james.transport.matchers.All) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.container.spring.bean.factory.mailetcontainer.AbstractLoaderBeanFactory.loadFailed(AbstractLoaderBeanFactory.java:60) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.container.spring.bean.factory.mailetcontainer.MatcherLoaderBeanFactory.getMatcher(MatcherLoaderBeanFactory.java:55) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.mailetcontainer.lib.AbstractStateMailetProcessor.parseConfiguration(AbstractStateMailetProcessor.java:346) > > INFO | jvm 1 | 2015/11/04 14:04:18 | ... 34 more > > INFO | jvm 1 | 2015/11/04 14:04:18 | Caused by: > > java.lang.ClassNotFoundException: org.apache.james.transport.matchers.All > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > java.net.URLClassLoader.findClass(URLClassLoader.java:381) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > java.lang.ClassLoader.loadClass(ClassLoader.java:424) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > java.lang.ClassLoader.loadClass(ClassLoader.java:357) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.container.spring.bean.factory.mailetcontainer.AbstractLoaderBeanFactory.load(AbstractLoaderBeanFactory.java:44) > > INFO | jvm 1 | 2015/11/04 14:04:18 | at > > > org.apache.james.container.spring.bean.factory.mailetcontainer.MatcherLoaderBeanFactory.getMatcher(MatcherLoaderBeanFactory.java:46) > > INFO | jvm 1 | 2015/11/04 14:04:18 | ... 35 more > > STATUS | wrapper | 2015/11/04 14:04:20 | <-- Wrapper Stopped > > > > > > Any help will be really appreciated. I have spent a lot of time on this. > > Let me know if you want to know more details, please. Also forgive me if > I > > sent to wrong mailing list. > > > > Michael > > >