2 Replies Latest reply on Nov 15, 2007 8:08 AM by bsnyder

    FUSE ESB 3.3.0.2 Startup Issues w/Camel & CXF

    rg64

      I would like to use the Mediation Router and the Services Framework bundled with FUSE ESB 3.3.0.2. However, when I startup the ESB, I see the following error messages regarding camel and cxf in the console. Any thoughts?

       

      07:10:14,605 | INFO  | main       | JBIContainer             | mix.jbi.container.JBIContainer  603 | ServiceMix JBI Container (ServiceMix) started

      07:10:14,615 | INFO  | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  646 | Directory: hotdeploy: Archive changed: processing servicemix-bean-3.3.0.2-fuse-installer.zip ...

      07:10:15,646 | INFO  | main       | JDBCAdapterFactory       | icemix.jdbc.JDBCAdapterFactory   45 | Database driver recognized:

      07:10:16,057 | INFO  | main       | LogTask                  | servicemix.jbi.logging.LogTask   58 | Logging system reconfigured using file: file:/C:/Apps/iona/fuse-esb-3.3.0.2/conf/log4j.xml

      07:10:16,117 | WARN  | Timer-4    | InstallationService      | .framework.InstallationService  420 | Failed to delete old installation directory: C:\Apps\iona\fuse-esb-3.3.0.2\data\smx\components\servicemix-bean\version_2

      07:10:16,217 | INFO  | Timer-4    | ComponentMBeanImpl       | i.framework.ComponentMBeanImpl  213 | Starting component: servicemix-bean

      07:10:16,217 | INFO  | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  648 | Directory: hotdeploy: Finished installation of archive:  servicemix-bean-3.3.0.2-fuse-installer.zip

      07:10:16,237 | INFO  | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  646 | Directory: hotdeploy: Archive changed: processing servicemix-bpe-3.3.0.2-fuse-installer.zip ...

      07:10:18,290 | WARN  | Timer-4    | InstallationService      | .framework.InstallationService  420 | Failed to delete old installation directory: C:\Apps\iona\fuse-esb-3.3.0.2\data\smx\components\servicemix-bpe\version_2

      07:10:18,350 | INFO  | Timer-4    | ComponentMBeanImpl       | i.framework.ComponentMBeanImpl  213 | Starting component: servicemix-bpe

      07:10:18,350 | INFO  | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  648 | Directory: hotdeploy: Finished installation of archive:  servicemix-bpe-3.3.0.2-fuse-installer.zip

      07:10:18,360 | INFO  | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  646 | Directory: hotdeploy: Archive changed: processing servicemix-camel-3.3.0.2-fuse-installer.zip ...

      07:10:19,192 | ERROR | Timer-4    | InstallerMBeanImpl       | i.framework.InstallerMBeanImpl  200 | Class not found: org.apache.servicemix.common.DefaultBootstrap

      java.lang.NoClassDefFoundError: org/apache/camel/Component

           at java.lang.ClassLoader.defineClass1(Native Method)

           at java.lang.ClassLoader.defineClass(ClassLoader.java:620)

           at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)

           at org.apache.xbean.classloader.JarFileClassLoader.access$200(JarFileClassLoader.java:48)

           at org.apache.xbean.classloader.JarFileClassLoader$6.run(JarFileClassLoader.java:272)

           at java.security.AccessController.doPrivileged(Native Method)

           at org.apache.xbean.classloader.JarFileClassLoader.findClass(JarFileClassLoader.java:224)

           at org.apache.xbean.classloader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:200)

           at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

           at org.apache.servicemix.jbi.framework.InstallerMBeanImpl.activateComponent(InstallerMBeanImpl.java:186)

           at org.apache.servicemix.jbi.framework.InstallerMBeanImpl.install(InstallerMBeanImpl.java:165)

           at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:326)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComponent(AutoDeploymentService.java:289)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:249)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:647)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:60)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:611)

           at java.util.TimerThread.mainLoop(Timer.java:512)

           at java.util.TimerThread.run(Timer.java:462)

      07:10:19,202 | ERROR | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  299 | Failed to update Component: servicemix-camel

      javax.jbi.management.DeploymentException: javax.jbi.management.DeploymentException: java.lang.NoClassDefFoundError: org/apache/camel/Component

           at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:328)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComponent(AutoDeploymentService.java:289)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:249)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:647)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:60)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:611)

           at java.util.TimerThread.mainLoop(Timer.java:512)

           at java.util.TimerThread.run(Timer.java:462)

      Caused by: javax.jbi.management.DeploymentException: java.lang.NoClassDefFoundError: org/apache/camel/Component

           at org.apache.servicemix.jbi.framework.InstallerMBeanImpl.activateComponent(InstallerMBeanImpl.java:201)

           at org.apache.servicemix.jbi.framework.InstallerMBeanImpl.install(InstallerMBeanImpl.java:165)

           at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:326)

           ... 7 more

      Caused by: java.lang.NoClassDefFoundError: org/apache/camel/Component

           at java.lang.ClassLoader.defineClass1(Native Method)

           at java.lang.ClassLoader.defineClass(ClassLoader.java:620)

           at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)

           at org.apache.xbean.classloader.JarFileClassLoader.access$200(JarFileClassLoader.java:48)

           at org.apache.xbean.classloader.JarFileClassLoader$6.run(JarFileClassLoader.java:272)

           at java.security.AccessController.doPrivileged(Native Method)

           at org.apache.xbean.classloader.JarFileClassLoader.findClass(JarFileClassLoader.java:224)

           at org.apache.xbean.classloader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:200)

           at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

           at org.apache.servicemix.jbi.framework.InstallerMBeanImpl.activateComponent(InstallerMBeanImpl.java:186)

           ... 9 more

      07:10:19,202 | WARN  | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  650 | Directory: hotdeploy: Automatic install of C:\Apps\iona\fuse-esb-3.3.0.2\hotdeploy\servicemix-camel-3.3.0.2-fuse-installer.zip failed

      javax.jbi.management.DeploymentException: Failed to update Component: servicemix-camel

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComponent(AutoDeploymentService.java:300)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:249)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:647)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:60)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:611)

           at java.util.TimerThread.mainLoop(Timer.java:512)

           at java.util.TimerThread.run(Timer.java:462)

      Caused by: javax.jbi.management.DeploymentException: javax.jbi.management.DeploymentException: java.lang.NoClassDefFoundError: org/apache/camel/Component

           at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:328)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComponent(AutoDeploymentService.java:289)

           ... 6 more

      Caused by: javax.jbi.management.DeploymentException: java.lang.NoClassDefFoundError: org/apache/camel/Component

           at org.apache.servicemix.jbi.framework.InstallerMBeanImpl.activateComponent(InstallerMBeanImpl.java:201)

           at org.apache.servicemix.jbi.framework.InstallerMBeanImpl.install(InstallerMBeanImpl.java:165)

           at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:326)

           ... 7 more

      Caused by: java.lang.NoClassDefFoundError: org/apache/camel/Component

           at java.lang.ClassLoader.defineClass1(Native Method)

           at java.lang.ClassLoader.defineClass(ClassLoader.java:620)

           at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)

           at org.apache.xbean.classloader.JarFileClassLoader.access$200(JarFileClassLoader.java:48)

           at org.apache.xbean.classloader.JarFileClassLoader$6.run(JarFileClassLoader.java:272)

           at java.security.AccessController.doPrivileged(Native Method)

           at org.apache.xbean.classloader.JarFileClassLoader.findClass(JarFileClassLoader.java:224)

           at org.apache.xbean.classloader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:200)

           at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

           at org.apache.servicemix.jbi.framework.InstallerMBeanImpl.activateComponent(InstallerMBeanImpl.java:186)

           ... 9 more

      07:10:19,212 | INFO  | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  646 | Directory: hotdeploy: Archive changed: processing servicemix-cxf-bc-3.3.0.2-fuse-installer.zip ...

      07:10:27,684 | WARN  | Timer-4    | InstallationService      | .framework.InstallationService  420 | Failed to delete old installation directory: C:\Apps\iona\fuse-esb-3.3.0.2\data\smx\components\servicemix-cxf-bc\version_2

      07:10:28,094 | INFO  | Timer-4    | ComponentMBeanImpl       | i.framework.ComponentMBeanImpl  213 | Starting component: servicemix-cxf-bc

      07:10:28,104 | INFO  | Timer-4    | ComponentMBeanImpl       | i.framework.ComponentMBeanImpl  190 | Initializing component: servicemix-cxf-bc

      07:10:30,428 | ERROR | Timer-4    | ComponentMBeanImpl       | i.framework.ComponentMBeanImpl  219 | Could not start component

      javax.jbi.JBIException: Error calling init

           at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:195)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:200)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:286)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:215)

           at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComponent(AutoDeploymentService.java:289)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:249)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:647)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:60)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:611)

           at java.util.TimerThread.mainLoop(Timer.java:512)

           at java.util.TimerThread.run(Timer.java:462)

      Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder' defined in class path resource : Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:87)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:52)

           at org.apache.servicemix.cxfbc.CxfBcComponent.doInit(CxfBcComponent.java:70)

           at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:187)

           ... 11 more

      Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder' defined in class path resource : Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:448)

           at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)

           at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)

           at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)

           at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)

           at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287)

           at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)

           at org.apache.cxf.bus.spring.BusApplicationContext.(BusApplicationContext.java:71)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:84)

           ... 15 more

      Caused by: java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at java.lang.Class.getDeclaredConstructors0(Native Method)

           at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)

           at java.lang.Class.getDeclaredConstructors(Class.java:1808)

           at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:131)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:799)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:717)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:384)

           ... 23 more

      07:10:30,428 | ERROR | Timer-4    | InstallationService      | .framework.InstallationService  340 | Failed to start Component: servicemix-cxf-bc

      javax.jbi.JBIException: Error calling init

           at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:195)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:200)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:286)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:215)

           at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComponent(AutoDeploymentService.java:289)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:249)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:647)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:60)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:611)

           at java.util.TimerThread.mainLoop(Timer.java:512)

           at java.util.TimerThread.run(Timer.java:462)

      Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder' defined in class path resource : Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:87)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:52)

           at org.apache.servicemix.cxfbc.CxfBcComponent.doInit(CxfBcComponent.java:70)

           at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:187)

           ... 11 more

      Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder' defined in class path resource : Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:448)

           at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)

           at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)

           at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)

           at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)

           at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287)

           at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)

           at org.apache.cxf.bus.spring.BusApplicationContext.(BusApplicationContext.java:71)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:84)

           ... 15 more

      Caused by: java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at java.lang.Class.getDeclaredConstructors0(Native Method)

           at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)

           at java.lang.Class.getDeclaredConstructors(Class.java:1808)

           at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:131)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:799)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:717)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:384)

           ... 23 more

      07:10:30,428 | ERROR | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  299 | Failed to update Component: servicemix-cxf-bc

      javax.jbi.management.DeploymentException: javax.jbi.JBIException: Error calling init

           at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:341)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComponent(AutoDeploymentService.java:289)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:249)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:647)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:60)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:611)

           at java.util.TimerThread.mainLoop(Timer.java:512)

           at java.util.TimerThread.run(Timer.java:462)

      Caused by: javax.jbi.JBIException: Error calling init

           at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:195)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:200)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:286)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:215)

           at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334)

           ... 7 more

      Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder' defined in class path resource : Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:87)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:52)

           at org.apache.servicemix.cxfbc.CxfBcComponent.doInit(CxfBcComponent.java:70)

           at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:187)

           ... 11 more

      Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder' defined in class path resource : Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:448)

           at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)

           at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)

           at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)

           at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)

           at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287)

           at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)

           at org.apache.cxf.bus.spring.BusApplicationContext.(BusApplicationContext.java:71)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:84)

           ... 15 more

      Caused by: java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at java.lang.Class.getDeclaredConstructors0(Native Method)

           at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)

           at java.lang.Class.getDeclaredConstructors(Class.java:1808)

           at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:131)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:799)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:717)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:384)

           ... 23 more

      07:10:30,428 | WARN  | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  650 | Directory: hotdeploy: Automatic install of C:\Apps\iona\fuse-esb-3.3.0.2\hotdeploy\servicemix-cxf-bc-3.3.0.2-fuse-installer.zip failed

      javax.jbi.management.DeploymentException: Failed to update Component: servicemix-cxf-bc

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComponent(AutoDeploymentService.java:300)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:249)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:647)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:60)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDeploymentService.java:611)

           at java.util.TimerThread.mainLoop(Timer.java:512)

           at java.util.TimerThread.run(Timer.java:462)

      Caused by: javax.jbi.management.DeploymentException: javax.jbi.JBIException: Error calling init

           at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:341)

           at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComponent(AutoDeploymentService.java:289)

           ... 6 more

      Caused by: javax.jbi.JBIException: Error calling init

           at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:195)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:200)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:286)

           at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:215)

           at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334)

           ... 7 more

      Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder' defined in class path resource : Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:87)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:52)

           at org.apache.servicemix.cxfbc.CxfBcComponent.doInit(CxfBcComponent.java:70)

           at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:187)

           ... 11 more

      Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder' defined in class path resource : Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:448)

           at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)

           at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)

           at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)

           at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)

           at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287)

           at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)

           at org.apache.cxf.bus.spring.BusApplicationContext.(BusApplicationContext.java:71)

           at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:84)

           ... 15 more

      Caused by: java.lang.NoClassDefFoundError: org/apache/neethi/Assertion

           at java.lang.Class.getDeclaredConstructors0(Native Method)

           at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)

           at java.lang.Class.getDeclaredConstructors(Class.java:1808)

           at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:131)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:799)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:717)

           at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:384)

           ... 23 more

      07:10:30,438 | INFO  | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  646 | Directory: hotdeploy: Archive changed: processing servicemix-cxf-se-3.3.0.2-fuse-installer.zip ...

      07:10:38,780 | WARN  | Timer-4    | InstallationService      | .framework.InstallationService  420 | Failed to delete old installation directory: C:\Apps\iona\fuse-esb-3.3.0.2\data\smx\components\servicemix-cxf-se\version_2

      07:10:39,150 | INFO  | Timer-4    | ComponentMBeanImpl       | i.framework.ComponentMBeanImpl  213 | Starting component: servicemix-cxf-se

      07:10:39,150 | INFO  | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  648 | Directory: hotdeploy: Finished installation of archive:  servicemix-cxf-se-3.3.0.2-fuse-installer.zip

      07:10:39,160 | INFO  | Timer-4    | AutoDeploymentService    | ramework.AutoDeploymentService  646 | Directory: hotdeploy: Archive changed: processing servicemix-drools-3.3.0.2-fuse-installer.zip ...