You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Se...@troika.ru on 2010/12/17 08:57:27 UTC

ServiceMix 4 : Fuse 4.3.0-fuse-03-00 : Problems running JBI example - examples\camel.

Hi there,

I have some troubles running examples\camel example from the distribution 
of ServiceMix 4.

I have built sample using "mvn install" command and dropped 
camel-sa-4.3.0-fuse-03-00.zip into the deploy directory (stacktrace is 
below)

Moreover when I have changed 
examples\camel\camel-simple-su\src\main\resources\camel-context.xml like 
this
 
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="
       http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
       http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd
    ">

    <camelContext xmlns="http://camel.apache.org/schema/spring">
        <from uri="timer:myTimerEvent?fixedRate=true"/>
        <setBody>
            <constant>Hello World!</constant>
        </setBody>
        <to 
uri="log:org.apache.servicemix.samples.camel.ExampleCamelRoute"/>
    </camelContext>

</beans>

Nothing has happened and it seems that camel didn't create endpoins for 
timer and log.

Here is the stacktrace when deploying the original example witount any 
changes:


10:44:07,211 | ERROR | rint Extender: 1 | OsgiCamelJbiComponent | 
mmon.xbean.AbstractXBeanDeployer  104 | 94 - servicemix-common - 
2010.02.0.fuse-02-00 | 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'template': Initialization of bean failed; nested exception 
is org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'camelContext': Invocation of init method failed; nested 
exception is java.util.ConcurrentModificationException
10:44:07,211 | ERROR | rint Extender: 1 | ServiceAssemblyInstaller | 
er.impl.ServiceAssemblyInstaller  212 | 97 - 
org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error deploying SU 
camel-simple-su
javax.jbi.management.DeploymentException: <component-task-result xmlns="
http://java.sun.com/xml/ns/jbi/management-message">
        <component-name>servicemix-camel</component-name>
        <component-task-result-details>
                <task-result-details>
                        <task-id>deploy</task-id>
                        <task-result>FAILED</task-result>
                        <message-type>ERROR</message-type>
 <task-status-msg><msg-loc-info><loc-token/><loc-message>Could not deploy 
xbean service unit</loc-message></msg-loc-info></task-status-msg>
                        <exception-info>
                                <nesting-level>1</nesting-level>
                                <msg-loc-info>
                                        <loc-token />
                                        <loc-message>Error creating bean 
with name 'template': Initialization of bean failed; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'camelContext': Invocation of init method failed; nested 
exception is java.util.ConcurrentModificationException</loc-message>
 
<stack-trace><![CDATA[org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'template': Initialization of bean failed; 
nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'camelContext': Invocation of init method failed; nested 
exception is java.util.ConcurrentModificationException
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
        at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
        at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
        at 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
        at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
        at 
org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:88)
        at 
org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)
        at 
org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
        at 
org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
        at 
org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)
        at 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)
        at 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)
        at 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)
        at 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)
        at 
org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)
        at 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)
        at 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)
        at 
org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)
        at 
org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
        at 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
        at 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
        at 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
        at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
        at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)
        at 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)
        at 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
        at 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
        at 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
        at 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
        at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
        at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)
        at 
org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'camelContext': Invocation of init method failed; 
nested exception is java.util.ConcurrentModificationException
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
        at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
        at 
org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075)
        at 
org.apache.camel.spring.CamelBeanPostProcessor.postProcessBeforeInitialization(CamelBeanPostProcessor.java:95)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
        ... 69 more
Caused by: java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
        at java.util.HashMap$KeyIterator.next(HashMap.java:828)
        at 
org.apache.camel.core.osgi.OsgiPackageScanClassResolver.find(OsgiPackageScanClassResolver.java:62)
        at 
org.apache.camel.impl.DefaultPackageScanClassResolver.findImplementations(DefaultPackageScanClassResolver.java:157)
        at 
org.apache.camel.spring.PackageScanRouteBuilderFinder.appendBuilders(PackageScanRouteBuilderFinder.java:59)
        at 
org.apache.camel.spring.CamelContextFactoryBean.findRouteBuildersByPackageScan(CamelContextFactoryBean.java:185)
        at 
org.apache.camel.core.xml.AbstractCamelContextFactoryBean.findRouteBuilders(AbstractCamelContextFactoryBean.java:790)
        at 
org.apache.camel.core.xml.AbstractCamelContextFactoryBean.afterPropertiesSet(AbstractCamelContextFactoryBean.java:315)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
        ... 80 more
]]></stack-trace>
                                </msg-loc-info>
                        </exception-info>
                </task-result-details>
        </component-task-result-details>
</component-task-result>
        at 
org.apache.servicemix.common.ManagementSupport.failure(ManagementSupport.java:46)[94:servicemix-common:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43)[94:servicemix-common:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:118)[94:servicemix-common:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)[153:servicemix-camel:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)[94:servicemix-common:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)[94:servicemix-common:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)[84:org.apache.servicemix.nmr.core:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)[85:org.apache.servicemix.nmr.osgi:1.3.0.fuse-02-00]
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)[7:org.apache.aries.blueprint:0.2.0.incubating]
        at 
org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)[7:org.apache.aries.blueprint:0.2.0.incubating]
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)[7:org.apache.aries.blueprint:0.2.0.incubating]
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)[7:org.apache.aries.blueprint:0.2.0.incubating]
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)[7:org.apache.aries.blueprint:0.2.0.incubating]
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_21]
        at 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_21]
        at 
java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_21]
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_21]
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[:1.6.0_21]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_21]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_21]
        at java.lang.Thread.run(Thread.java:619)[:1.6.0_21]
10:44:07,211 | ERROR | rint Extender: 1 | ServiceAssemblyInstaller | 
er.impl.ServiceAssemblyInstaller  100 | 97 - 
org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error deploying SU 
camel-simple-su
10:44:07,211 | WARN  | rint Extender: 1 | Deployer | 
cemix.jbi.deployer.impl.Deployer  563 | 97 - 
org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error installing 
JBI artifact
javax.jbi.JBIException: java.lang.Exception: Error deploying SU 
camel-simple-su
        at 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:101)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)[84:org.apache.servicemix.nmr.core:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)[85:org.apache.servicemix.nmr.osgi:1.3.0.fuse-02-00]
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)[7:org.apache.aries.blueprint:0.2.0.incubating]
        at 
org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)[7:org.apache.aries.blueprint:0.2.0.incubating]
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)[7:org.apache.aries.blueprint:0.2.0.incubating]
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)[7:org.apache.aries.blueprint:0.2.0.incubating]
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)[7:org.apache.aries.blueprint:0.2.0.incubating]
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_21]
        at 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_21]
        at 
java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_21]
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_21]
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[:1.6.0_21]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_21]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_21]
        at java.lang.Thread.run(Thread.java:619)[:1.6.0_21]
Caused by: java.lang.Exception: Error deploying SU camel-simple-su
        at 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:213)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        ... 54 more
Caused by: javax.jbi.management.DeploymentException: 
<component-task-result xmlns="
http://java.sun.com/xml/ns/jbi/management-message">
        <component-name>servicemix-camel</component-name>
        <component-task-result-details>
                <task-result-details>
                        <task-id>deploy</task-id>
                        <task-result>FAILED</task-result>
                        <message-type>ERROR</message-type>
 <task-status-msg><msg-loc-info><loc-token/><loc-message>Could not deploy 
xbean service unit</loc-message></msg-loc-info></task-status-msg>
                        <exception-info>
                                <nesting-level>1</nesting-level>
                                <msg-loc-info>
                                        <loc-token />
                                        <loc-message>Error creating bean 
with name 'template': Initialization of bean failed; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'camelContext': Invocation of init method failed; nested 
exception is java.util.ConcurrentModificationException</loc-message>
 
<stack-trace><![CDATA[org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'template': Initialization of bean failed; 
nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'camelContext': Invocation of init method failed; nested 
exception is java.util.ConcurrentModificationException
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
        at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
        at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
        at 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
        at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
        at 
org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:88)
        at 
org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)
        at 
org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
        at 
org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
        at 
org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)
        at 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)
        at 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)
        at 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)
        at 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)
        at 
org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)
        at 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)
        at 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)
        at 
org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)
        at 
org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
        at 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
        at 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
        at 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
        at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
        at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)
        at 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)
        at 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)
        at 
org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
        at 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
        at 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
        at 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
        at 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
        at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
        at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
        at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)
        at 
org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)
        at 
org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'camelContext': Invocation of init method failed; 
nested exception is java.util.ConcurrentModificationException
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
        at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
        at 
org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075)
        at 
org.apache.camel.spring.CamelBeanPostProcessor.postProcessBeforeInitialization(CamelBeanPostProcessor.java:95)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
        ... 69 more
Caused by: java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
        at java.util.HashMap$KeyIterator.next(HashMap.java:828)
        at 
org.apache.camel.core.osgi.OsgiPackageScanClassResolver.find(OsgiPackageScanClassResolver.java:62)
        at 
org.apache.camel.impl.DefaultPackageScanClassResolver.findImplementations(DefaultPackageScanClassResolver.java:157)
        at 
org.apache.camel.spring.PackageScanRouteBuilderFinder.appendBuilders(PackageScanRouteBuilderFinder.java:59)
        at 
org.apache.camel.spring.CamelContextFactoryBean.findRouteBuildersByPackageScan(CamelContextFactoryBean.java:185)
        at 
org.apache.camel.core.xml.AbstractCamelContextFactoryBean.findRouteBuilders(AbstractCamelContextFactoryBean.java:790)
        at 
org.apache.camel.core.xml.AbstractCamelContextFactoryBean.afterPropertiesSet(AbstractCamelContextFactoryBean.java:315)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
        ... 80 more
]]></stack-trace>
                                </msg-loc-info>
                        </exception-info>
                </task-result-details>
        </component-task-result-details>
</component-task-result>
        at 
org.apache.servicemix.common.ManagementSupport.failure(ManagementSupport.java:46)[94:servicemix-common:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43)[94:servicemix-common:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:118)[94:servicemix-common:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)[153:servicemix-camel:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)[94:servicemix-common:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)[94:servicemix-common:2010.02.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        at 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
        ... 55 more

Best Regards,
Sergey

Re: ServiceMix 4 : Fuse 4.3.0-fuse-03-00 : Problems running JBI example - examples\camel.

Posted by Se...@troika.ru.
Hi Freeman,

I have dropped SA zip into deploy directory. I have tried osgi:install 
too, but it hasn't helped.

Here is the output for osgi:list

karaf@root> osgi:list
START LEVEL 100
   ID   State         Blueprint      Spring    Level  Name
[   0] [Active     ] [            ] [       ] [    0] OSGi System Bundle 
(3.6.0.v20100517)
[   1] [Active     ] [            ] [       ] [    5] OPS4J Pax Url - mvn: 
(1.2.1)
[   2] [Active     ] [            ] [       ] [    5] OPS4J Pax Url - 
wrap: (1.2.1)
[   3] [Active     ] [            ] [       ] [    8] OPS4J Pax Logging - 
API (1.5.3)
[   4] [Active     ] [            ] [       ] [    8] OPS4J Pax Logging - 
Service (1.5.3)
[   5] [Active     ] [            ] [       ] [   10] Apache Felix 
Configuration Admin Service (1.2.4)
[   6] [Active     ] [            ] [       ] [   11] Apache Felix File 
Install (3.0.2)
[   7] [Active     ] [Created     ] [       ] [   20] Apache Aries 
Blueprint Bundle (0.2.0.incubating)
[   8] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Admin Core (2.0.0.fuse-02-00)
[   9] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Shell OSGi Commands (2.0.0.fuse-02-00)
[  10] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Management (2.0.0.fuse-02-00)
[  11] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Features Command (2.0.0.fuse-02-00)
[  12] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Shell Console (2.0.0.fuse-02-00)
[  13] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Features Management (2.0.0.fuse-02-00)
[  14] [Active     ] [            ] [       ] [   30] Apache Aries JMX 
Blueprint Bundle (0.2.0.incubating)
[  15] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Features Deployer (2.0.0.fuse-02-00)
[  16] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Shell Development Commands (2.0.0.fuse-02-00)
[  17] [Active     ] [            ] [       ] [   30] Apache Felix Gogo 
Shell Runtime (0.4.0)
[  18] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Shell SSH (2.0.0.fuse-02-00)
[  19] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Admin Management (2.0.0.fuse-02-00)
[  20] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: JAAS 
Modules (2.0.0.fuse-02-00)
[  21] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Features Core (2.0.0.fuse-02-00)
[  22] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Admin Command (2.0.0.fuse-02-00)
[  23] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Shell PackageAdmin Commands (2.0.0.fuse-02-00)
[  24] [Active     ] [            ] [       ] [   30] Apache Aries JMX 
Bundle (0.2.0.incubating)
[  25] [Active     ] [            ] [       ] [   30] Apache MINA Core 
(2.0.0.RC1)
[  26] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Shell Log Commands (2.0.0.fuse-02-00)
[  27] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Blueprint Deployer (2.0.0.fuse-02-00)
[  28] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: JAAS 
Config (2.0.0.fuse-02-00)
[  29] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Spring Deployer (2.0.0.fuse-02-00)
[  30] [Active     ] [            ] [       ] [   30] Apache Mina SSHD :: 
Core (0.4.0)
[  31] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: 
Shell Various Commands (2.0.0.fuse-02-00)
[  32] [Active     ] [Created     ] [       ] [   60] Apache Karaf :: 
Shell ConfigAdmin Commands (2.0.0.fuse-02-00)
[  33] [Active     ] [            ] [       ] [   60] 
geronimo-annotation_1.0_spec (1.1.1)
[  34] [Active     ] [            ] [       ] [   60] 
geronimo-jta_1.1_spec (1.1.1)
[  35] [Active     ] [            ] [       ] [   60] 
geronimo-jms_1.1_spec (1.1.1)
[  36] [Active     ] [            ] [       ] [   60] 
geronimo-j2ee-management_1.1_spec (1.0.1)
[  37] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: commons-pool-1.5.4 (1.5.4.1)
[  38] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Bundles :: commons-collections 3.2.1 (3.2.1.fuse)
[  39] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: commons-lang-2.4 (2.4.0.3)
[  40] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Bundles :: commons-codec (1.3.0.3)
[  41] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: oro-2.0.8 (2.0.8.3)
[  42] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: velocity-1.6.2 (1.6.2.3)
[  43] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Bundles :: jasypt (1.6.0.1)
[  44] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Bundles :: howl (1.0.1.1_2)
[  45] [Active     ] [            ] [       ] [   60] activeio-core 
(3.1.2)
[  46] [Active     ] [Created     ] [       ] [   60] activemq-core 
(5.4.1.fuse-01-00)
                                       Fragments: 56
[  47] [Active     ] [            ] [       ] [   60] kahadb 
(5.4.1.fuse-01-00)
[  48] [Active     ] [            ] [       ] [   60] activemq-console 
(5.4.1.fuse-01-00)
[  49] [Active     ] [            ] [       ] [   60] activemq-ra 
(5.4.1.fuse-01-00)
[  50] [Active     ] [            ] [       ] [   60] activemq-pool 
(5.4.1.fuse-01-00)
[  51] [Active     ] [Created     ] [       ] [   60] activemq-karaf 
(5.4.1.fuse-01-00)
[  52] [Active     ] [            ] [       ] [   60] Apache Aries 
Transaction Manager (0.2.0.incubating)
[  53] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Specs :: Scripting API 1.0 (1.5.0)
[  54] [Active     ] [            ] [       ] [   60] Commons JEXL (2.0.1)
[  55] [Active     ] [Created     ] [       ] [   60] Apache XBean :: OSGI 
Blueprint Namespace Handler (3.7)
[  56] [Resolved   ] [            ] [       ] [   60] activemq-blueprint 
(5.4.1.fuse-01-00)
                                       Hosts: 46
[  57] [Active     ] [Created     ] [       ] [   60] activemq-broker.xml 
(0.0.0)
[  58] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Bundles :: aopalliance (1.0.0.4)
[  59] [Active     ] [            ] [       ] [   60] Spring Core 
(3.0.3.RELEASE)
[  60] [Active     ] [            ] [       ] [   60] Spring ASM 
(3.0.3.RELEASE)
[  61] [Active     ] [            ] [       ] [   60] Spring Aspects 
(3.0.3.RELEASE)
[  62] [Active     ] [            ] [       ] [   60] Spring Expression 
Language (3.0.3.RELEASE)
[  63] [Active     ] [            ] [       ] [   60] Spring Beans 
(3.0.3.RELEASE)
[  64] [Active     ] [            ] [       ] [   60] Spring AOP 
(3.0.3.RELEASE)
[  65] [Active     ] [            ] [       ] [   60] Spring Context 
(3.0.3.RELEASE)
[  66] [Active     ] [            ] [       ] [   60] Spring Context 
Support (3.0.3.RELEASE)
[  67] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Specs :: ACTIVATION API 1.4 (1.5.0)
[  68] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Specs :: JAXB API 2.1 (1.6.0)
[  69] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Specs :: Stax API 1.0 (1.6.0)
[  70] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: jaxb-impl-2.1.12 (2.1.12.1)
[  71] [Active     ] [            ] [       ] [   60] Commons Management 
(1.0)
[  72] [Active     ] [            ] [       ] [   60] camel-core 
(2.4.0.fuse-02-00)
[  73] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Bundles :: cglib (2.1.0.3_6)
[  74] [Active     ] [            ] [       ] [   60] spring-osgi-io 
(1.2.0)
[  75] [Active     ] [            ] [       ] [   60] spring-osgi-core 
(1.2.0)
[  76] [Active     ] [            ] [       ] [   60] spring-osgi-extender 
(1.2.0)
[  77] [Active     ] [            ] [       ] [   60] 
spring-osgi-annotation (1.2.0)
[  78] [Active     ] [            ] [       ] [   60] Spring Transaction 
(3.0.3.RELEASE)
[  79] [Active     ] [            ] [       ] [   60] camel-spring 
(2.4.0.fuse-02-00)
[  80] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Naming (1.3.0.fuse-02-00)
[  81] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Document (1.3.0.fuse-02-00)
[  82] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Utils (1.3.0.fuse-01-00)
[  83] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
NMR API (1.3.0.fuse-02-00)
[  84] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
NMR Core (1.3.0.fuse-02-00)
[  85] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix 
NMR OSGi (1.3.0.fuse-02-00)
[  86] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix 
NMR Commands (1.3.0.fuse-02-00)
[  87] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix 
NMR Management (1.3.0.fuse-02-00)
[  88] [Active     ] [            ] [       ] [   60] Stax2 API (3.0.2)
[  89] [Active     ] [            ] [       ] [   60] Woodstox 
XML-processor (4.0.8)
[  90] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Specs :: Activation API 1.4 (1.6.0)
[  91] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Specs :: JBI API 1.0 (1.6.0)
[  92] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: wsdl4j-1.6.2 (1.6.2.2)
[  93] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: ant-1.7.0 (1.7.0.3)
[  94] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: Shared Libraries :: Common (2010.02.0.fuse-02-00)
[  95] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
JBI Runtime (1.3.0.fuse-02-00)
[  96] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix 
JBI OSGi (1.3.0.fuse-02-00)
[  97] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix 
JBI Deployer (1.3.0.fuse-02-00)
[  98] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix 
JBI Commands (1.3.0.fuse-02-00)
[  99] [Active     ] [            ] [       ] [   60] Spring JMS 
(3.0.3.RELEASE)
[ 100] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
JBI Clustering Requestor (1.3.0.fuse-02-00)
[ 101] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
JBI Clustering Engine (1.3.0.fuse-02-00)
[ 102] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix 
JBI Clustering Config (1.3.0.fuse-02-00)
[ 103] [Active     ] [            ] [       ] [   60] 
geronimo-servlet_2.5_spec (1.1.2)
[ 104] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Bundles :: jetty (6.1.26.1-fuse)
[ 105] [Active     ] [            ] [       ] [   60] OPS4J Pax Web - API 
(0.7.3)
[ 106] [Active     ] [            ] [       ] [   60] OPS4J Pax Web - 
Service SPI (0.7.3)
[ 107] [Active     ] [            ] [       ] [   60] OPS4J Pax Web - 
Runtime (0.7.3)
[ 108] [Active     ] [            ] [       ] [   60] OPS4J Pax Web - 
Jetty (0.7.3)
[ 109] [Active     ] [            ] [       ] [   60] OPS4J Pax Web - Jsp 
Support (0.7.3)
[ 110] [Active     ] [            ] [       ] [   60] OPS4J Pax Web - 
Extender - WAR (0.7.3)
[ 111] [Active     ] [            ] [       ] [   60] OPS4J Pax Web - 
Extender - Whiteboard (0.7.3)
[ 112] [Active     ] [            ] [       ] [   60] OPS4J Pax Url - 
war:, war-i: (1.1.3)
[ 113] [Active     ] [Created     ] [       ] [   60] Apache Karaf :: WAR 
Deployer (2.0.0.fuse-02-00)
[ 114] [Active     ] [            ] [       ] [   60] Apache XBean :: 
Spring (3.7)
[ 115] [Active     ] [            ] [       ] [   60] Apache XBean :: 
Classloader (3.7)
[ 116] [Active     ] [            ] [       ] [   60] 
geronimo-j2ee-connector_1.5_spec (2.0.0)
[ 117] [Active     ] [            ] [       ] [   60] 
geronimo-ws-metadata_2.0_spec (1.1.2)
[ 118] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Specs :: SAAJ API 1.3 (1.6.0)
[ 119] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Specs :: JAXWS API 2.1 (1.6.0)
[ 120] [Active     ] [            ] [       ] [   60] JavaMail API (1.4.3)
[ 121] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: asm-2.2.3 (2.2.3.3)
[ 122] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: FastInfoset-1.2.7 (1.2.7.2)
[ 123] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: neethi-2.0.4 (2.0.4.2)
[ 124] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: saaj-impl-1.3.2 (1.3.2.1)
[ 125] [Active     ] [            ] [       ] [   60] XmlSchema (1.4.5)
[ 126] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: xmlresolver-1.2 (1.2.0.2)
[ 127] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: xmlsec-1.4.3 (1.4.3.2)
[ 128] [Active     ] [            ] [       ] [   60] WSS4J (1.5.9)
[ 129] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: xercesImpl-2.9.1 (2.9.1.3)
[ 130] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: bcel-5.2 (5.2.0.2)
[ 131] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: xalan-2.7.1 (2.7.1.2)
[ 132] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Specs :: JSR-311 API 1.0 (1.6.0)
[ 133] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: opensaml-1.1 (1.1.0.3)
[ 134] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: xmlbeans-2.4.0 (2.4.0.3)
[ 135] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: abdera-0.4.0-incubating (0.4.0.incubating_3)
[ 136] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: commons-codec-1.3 (1.3.0.2)
[ 137] [Active     ] [            ] [       ] [   60] jettison (1.2)
[ 138] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: jdom-1.1 (1.1.0.2)
[ 139] [Active     ] [            ] [       ] [   60] Axiom API (1.2.8)
[ 140] [Active     ] [            ] [       ] [   60] Axiom API (1.2.8)
[ 141] [Active     ] [            ] [Started] [   60] Apache CXF Bundle 
Jar (2.2.11.fuse-00-00)
[ 142] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Components :: Shared Libraries :: SOAP Stack v2 (2010.02.0.fuse-02-00)
[ 143] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: CXF Binding Component (2010.02.0.fuse-02-00)
[ 144] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: File Binding Component (2010.02.0.fuse-02-00)
[ 145] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: commons-net-1.4.1 (1.4.1.3)
[ 146] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: FTP Binding Component (2010.02.0.fuse-02-00)
[ 147] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: commons-httpclient-3.1 (3.1.0.4)
[ 148] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Components :: Shared Libraries :: SOAP Stack (2010.02.0.fuse-02-00)
[ 149] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: HTTP Binding Component (2010.02.0.fuse-02-00)
[ 150] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: JMS Binding Component (2010.02.0.fuse-02-00)
[ 151] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: Mail Binding Component (2010.02.0.fuse-02-00)
[ 152] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: Bean Service Engine (2010.02.0.fuse-02-00)
[ 153] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: Camel Service Engine (2010.02.0.fuse-02-00)
[ 154] [Active     ] [            ] [       ] [   60] Apache CXF Runtime 
JBI Binding (2.2.11.fuse-00-00)
[ 155] [Active     ] [            ] [       ] [   60] Apache CXF Runtime 
JBI Transport (2.2.11.fuse-00-00)
[ 156] [Active     ] [            ] [Started] [   60] Apache ServiceMix :: 
Components :: CXF Service Engine (2010.02.0.fuse-02-00)
[ 157] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: core-3.2.3.v_686_R32x (3.2.3.3)
[ 158] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: antlr-3.0.1 (3.0.1.3)
[ 159] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: mvel-1.3.12 (1.3.12.1)
[ 160] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: drools-4.0.7 (4.0.7.4)
[ 161] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: Drools Service Engine (2010.02.0.fuse-02-00)
[ 162] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: EIP Service Engine (2010.02.0.fuse-02-00)
[ 163] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: quartz-1.6.1 (1.6.1.3)
[ 164] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: oscore-2.2.4 (2.2.4.3)
[ 165] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: propertyset-1.3 (1.3.0.3)
[ 166] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: osworkflow-2.7.0 (2.7.0.3)
[ 167] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: OSWorkflow Service Engine (2010.02.0.fuse-02-00)
[ 168] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: Quartz Service Engine (2010.02.0.fuse-02-00)
[ 169] [Active     ] [            ] [       ] [   60] Apache ServiceMix :: 
Specs :: Scripting API 1.0 (1.6.0)
[ 170] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: antlr-2.7.7 (2.7.7.2)
[ 171] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: groovy-1.5.6 (1.5.6.3)
[ 172] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: js-1.7R1 (1.0.0.7R1_2)
[ 173] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: jruby-1.1.2 (1.1.2.2)
[ 174] [Active     ] [            ] [       ] [   60] ScriptEngines :: 
Groovy (1.1)
[ 175] [Active     ] [            ] [       ] [   60] ScriptEngines :: 
JavaScript (1.1)
[ 176] [Active     ] [            ] [       ] [   60] ScriptEngines :: 
JRuby (1.1)
[ 177] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: JSR-223 Scripting Service Engine (2010.02.0.fuse-02-00)
[ 178] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: Validation Service Engine (2010.02.0.fuse-02-00)
[ 179] [Active     ] [            ] [       ] [   60] Apache ServiceMix 
Bundles: saxon-9.1.0.8 (9.1.0.8_1-fuse)
[ 180] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: Saxon Service Engine (2010.02.0.fuse-02-00)
[ 181] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix :: 
Components :: WS-Notification Service Engine (2010.02.0.fuse-02-00)
[ 183] [Active     ] [            ] [       ] [   60] camel-sa (0.0.0)

Regards,
Sergey



Freeman Fang <fr...@gmail.com> 
17.12.2010 15:44
Please respond to
users@servicemix.apache.org


To
users@servicemix.apache.org
cc

Subject
Re: ServiceMix 4 : Fuse 4.3.0-fuse-03-00 : Problems running JBI example - 
examples\camel.






Hi,

Suspect the error is caused by the necessary camel bundles not get 
installed correctly, does your machine running ESB have internet 
access? Could you append the output for
osgi:list? How you run the camel example? using
osgi:install -s mvn:org.apache.servicemix.examples.camel/camel-sa/ 
4.3.0-fuse-03-00/zip
or drop the SA zip into deploy folder?
I just test camel example with Fuse 4.3.0-fuse-03-00 on my mac, it 
works for me.

Freeman

On 2010-12-17, at 下午8:22, Sergey_Zhemzhitsky@troika.ru wrote:

> Hi Laurentiu,
>
> Setting logging level to debug didn't help. There are no stacktraces 
> in
> the log, and everything looks good. There is still no output  from the
> camel's route in the log file.
>
>
> Best Regards,
> Sergey
>
>
>
> Laurentiu Trica <la...@finalfolder.biz>
> 17.12.2010 14:09
> Please respond to
> users@servicemix.apache.org
>
>
> To
> users@servicemix.apache.org
> cc
>
> Subject
> Re: ServiceMix 4 : Fuse 4.3.0-fuse-03-00 : Problems running JBI 
> example -
> examples\camel.
>
>
>
>
>
>
> Did you try to get more info by setting the log level to Debug?
>
> Here is the command for this in karaf:
> log:set DEBUG
>
> First start servicemix without the example, then set the log level to
> debug,
> deploy the example and see what the log is.
>
> Maybe it helps...
>
> On Fri, Dec 17, 2010 at 9:57 AM, <Se...@troika.ru> wrote:
>
>> Hi there,
>>
>> I have some troubles running examples\camel example from the
> distribution
>> of ServiceMix 4.
>>
>> I have built sample using "mvn install" command and dropped
>> camel-sa-4.3.0-fuse-03-00.zip into the deploy directory (stacktrace 
>> is
>> below)
>>
>> Moreover when I have changed
>> examples\camel\camel-simple-su\src\main\resources\camel-context.xml 
>> like
>> this
>>
>> <beans xmlns="http://www.springframework.org/schema/beans"
>>      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>>      xsi:schemaLocation="
>>      http://www.springframework.org/schema/beans
>> http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
>>      http://camel.apache.org/schema/spring
>> http://camel.apache.org/schema/spring/camel-spring.xsd
>>   ">
>>
>>   <camelContext xmlns="http://camel.apache.org/schema/spring">
>>       <from uri="timer:myTimerEvent?fixedRate=true"/>
>>       <setBody>
>>           <constant>Hello World!</constant>
>>       </setBody>
>>       <to
>> uri="log:org.apache.servicemix.samples.camel.ExampleCamelRoute"/>
>>   </camelContext>
>>
>> </beans>
>>
>> Nothing has happened and it seems that camel didn't create endpoins 
>> for
>> timer and log.
>>
>> Here is the stacktrace when deploying the original example witount 
>> any
>> changes:
>>
>>
>> 10:44:07,211 | ERROR | rint Extender: 1 | OsgiCamelJbiComponent |
>> mmon.xbean.AbstractXBeanDeployer  104 | 94 - servicemix-common -
>> 2010.02.0.fuse-02-00 |
>> org.springframework.beans.factory.BeanCreationException: Error 
>> creating
>> bean with name 'template': Initialization of bean failed; nested
> exception
>> is org.springframework.beans.factory.BeanCreationException: Error
> creating
>> bean with name 'camelContext': Invocation of init method failed; 
>> nested
>> exception is java.util.ConcurrentModificationException
>> 10:44:07,211 | ERROR | rint Extender: 1 | ServiceAssemblyInstaller |
>> er.impl.ServiceAssemblyInstaller  212 | 97 -
>> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error 
>> deploying
> SU
>> camel-simple-su
>> javax.jbi.management.DeploymentException: <component-task-result 
>> xmlns="
>> http://java.sun.com/xml/ns/jbi/management-message">
>>       <component-name>servicemix-camel</component-name>
>>       <component-task-result-details>
>>               <task-result-details>
>>                       <task-id>deploy</task-id>
>>                       <task-result>FAILED</task-result>
>>                       <message-type>ERROR</message-type>
>> <task-status-msg><msg-loc-info><loc-token/><loc-message>Could not
> deploy
>> xbean service unit</loc-message></msg-loc-info></task-status-msg>
>>                       <exception-info>
>>                               <nesting-level>1</nesting-level>
>>                               <msg-loc-info>
>>                                       <loc-token />
>>                                       <loc-message>Error creating 
>> bean
>> with name 'template': Initialization of bean failed; nested 
>> exception is
>> org.springframework.beans.factory.BeanCreationException: Error 
>> creating
>> bean with name 'camelContext': Invocation of init method failed; 
>> nested
>> exception is java.util.ConcurrentModificationException</loc-message>
>>
>>
>>
> <stack-trace><! 
> [CDATA[org.springframework.beans.factory.BeanCreationException:
>> Error creating bean with name 'template': Initialization of bean 
>> failed;
>> nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error 
>> creating
>> bean with name 'camelContext': Invocation of init method failed; 
>> nested
>> exception is java.util.ConcurrentModificationException
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .createBean(AbstractAutowireCapableBeanFactory.java:456)
>>       at
>>
>>
> org.springframework.beans.factory.support.AbstractBeanFactory 
> $1.getObject(AbstractBeanFactory.java:291)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultSingletonBeanRegistry 
> .getSingleton(DefaultSingletonBeanRegistry.java:222)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultListableBeanFactory 
> .preInstantiateSingletons(DefaultListableBeanFactory.java:557)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext 
> .finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext.refresh(AbstractApplicationContext.java: 
> 425)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common 
> .xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:88)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java: 
> 88)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java: 
> 104)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl 
> .ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java: 
> 85)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:102)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:92)
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl 
> $ComponentWrapper.init(ComponentImpl.java:250)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr 
> .osgi 
> .OsgiServiceRegistryTracker 
> .addingService(OsgiServiceRegistryTracker.java:78)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896)
>>       at
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)
>>       at
>> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>>       at
>>
>>
> org 
> .apache 
> .servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java: 
> 762)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java: 
> 657)
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.impl.Deployer 
> $1.addingService(Deployer.java:222)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896)
>>       at
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)
>>       at
>> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerService(BlueprintContainerImpl.java: 
> 388)
>>       at
>>
>>
> org 
> .apache 
> .aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java: 
> 166)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java: 
> 646)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java: 
> 314)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)
>>       at
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java: 
>> 441)
>>       at
>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>       at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.runTask(ThreadPoolExecutor.java:886)
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.run(ThreadPoolExecutor.java:908)
>>       at java.lang.Thread.run(Thread.java:619)
>> Caused by: org.springframework.beans.factory.BeanCreationException:
> Error
>> creating bean with name 'camelContext': Invocation of init method
> failed;
>> nested exception is java.util.ConcurrentModificationException
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .createBean(AbstractAutowireCapableBeanFactory.java:456)
>>       at
>>
>>
> org.springframework.beans.factory.support.AbstractBeanFactory 
> $1.getObject(AbstractBeanFactory.java:291)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultSingletonBeanRegistry 
> .getSingleton(DefaultSingletonBeanRegistry.java:222)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext.getBean(AbstractApplicationContext.java: 
> 1075)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .CamelBeanPostProcessor 
> .postProcessBeforeInitialization(CamelBeanPostProcessor.java:95)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .applyBeanPostProcessorsBeforeInitialization 
> (AbstractAutowireCapableBeanFactory.java:394)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>>       ... 69 more
>> Caused by: java.util.ConcurrentModificationException
>>       at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
>>       at java.util.HashMap$KeyIterator.next(HashMap.java:828)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .osgi 
> .OsgiPackageScanClassResolver.find(OsgiPackageScanClassResolver.java: 
> 62)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .impl 
> .DefaultPackageScanClassResolver 
> .findImplementations(DefaultPackageScanClassResolver.java:157)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .PackageScanRouteBuilderFinder 
> .appendBuilders(PackageScanRouteBuilderFinder.java:59)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .CamelContextFactoryBean 
> .findRouteBuildersByPackageScan(CamelContextFactoryBean.java:185)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .xml 
> .AbstractCamelContextFactoryBean 
> .findRouteBuilders(AbstractCamelContextFactoryBean.java:790)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .xml 
> .AbstractCamelContextFactoryBean 
> .afterPropertiesSet(AbstractCamelContextFactoryBean.java:315)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
>>       ... 80 more
>> ]]></stack-trace>
>>                               </msg-loc-info>
>>                       </exception-info>
>>               </task-result-details>
>>       </component-task-result-details>
>> </component-task-result>
>>       at
>>
>>
> org 
> .apache 
> .servicemix.common.ManagementSupport.failure(ManagementSupport.java: 
> 46)[94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common 
> .xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:118) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76) 
> [153:servicemix-camel:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java: 
> 88)[94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java: 
> 104)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl 
> .ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java: 
> 207)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java: 
> 85)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:102) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:92) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl 
> $ComponentWrapper.init(ComponentImpl.java:250) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89) 
> [95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38) 
> [95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47) 
> [84:org.apache.servicemix.nmr.core:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr 
> .osgi 
> .OsgiServiceRegistryTracker 
> .addingService(OsgiServiceRegistryTracker.java:78) 
> [85:org.apache.servicemix.nmr.osgi:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .apache 
> .servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java: 
> 762)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ComponentInstaller.initComponent(ComponentInstaller.java:424) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer.impl.ComponentInstaller.install(ComponentInstaller.java: 
> 140)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java: 
> 657)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.impl.Deployer 
> $1.addingService(Deployer.java:222) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerService(BlueprintContainerImpl.java: 
> 388)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java: 
> 166)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java: 
> 646)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java: 
> 314)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.run(BlueprintContainerImpl.java: 
> 213)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java: 
> 441)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[: 
> 1.6.0_21]
>>       at
>> java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98) 
> [:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[: 
> 1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_21]
>>       at java.lang.Thread.run(Thread.java:619)[:1.6.0_21]
>> 10:44:07,211 | ERROR | rint Extender: 1 | ServiceAssemblyInstaller |
>> er.impl.ServiceAssemblyInstaller  100 | 97 -
>> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error 
>> deploying
> SU
>> camel-simple-su
>> 10:44:07,211 | WARN  | rint Extender: 1 | Deployer |
>> cemix.jbi.deployer.impl.Deployer  563 | 97 -
>> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error 
>> installing
>> JBI artifact
>> javax.jbi.JBIException: java.lang.Exception: Error deploying SU
>> camel-simple-su
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java: 
> 101)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:102) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:92) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl 
> $ComponentWrapper.init(ComponentImpl.java:250) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89) 
> [95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38) 
> [95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47) 
> [84:org.apache.servicemix.nmr.core:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr 
> .osgi 
> .OsgiServiceRegistryTracker 
> .addingService(OsgiServiceRegistryTracker.java:78) 
> [85:org.apache.servicemix.nmr.osgi:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .apache 
> .servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java: 
> 762)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ComponentInstaller.initComponent(ComponentInstaller.java:424) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer.impl.ComponentInstaller.install(ComponentInstaller.java: 
> 140)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java: 
> 657)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.impl.Deployer 
> $1.addingService(Deployer.java:222) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerService(BlueprintContainerImpl.java: 
> 388)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java: 
> 166)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java: 
> 646)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java: 
> 314)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.run(BlueprintContainerImpl.java: 
> 213)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java: 
> 441)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[: 
> 1.6.0_21]
>>       at
>> java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98) 
> [:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[: 
> 1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_21]
>>       at java.lang.Thread.run(Thread.java:619)[:1.6.0_21]
>> Caused by: java.lang.Exception: Error deploying SU camel-simple-su
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl 
> .ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java: 
> 213)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java: 
> 85)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       ... 54 more
>> Caused by: javax.jbi.management.DeploymentException:
>> <component-task-result xmlns="
>> http://java.sun.com/xml/ns/jbi/management-message">
>>       <component-name>servicemix-camel</component-name>
>>       <component-task-result-details>
>>               <task-result-details>
>>                       <task-id>deploy</task-id>
>>                       <task-result>FAILED</task-result>
>>                       <message-type>ERROR</message-type>
>> <task-status-msg><msg-loc-info><loc-token/><loc-message>Could not
> deploy
>> xbean service unit</loc-message></msg-loc-info></task-status-msg>
>>                       <exception-info>
>>                               <nesting-level>1</nesting-level>
>>                               <msg-loc-info>
>>                                       <loc-token />
>>                                       <loc-message>Error creating 
>> bean
>> with name 'template': Initialization of bean failed; nested 
>> exception is
>> org.springframework.beans.factory.BeanCreationException: Error 
>> creating
>> bean with name 'camelContext': Invocation of init method failed; 
>> nested
>> exception is java.util.ConcurrentModificationException</loc-message>
>>
>>
>>
> <stack-trace><! 
> [CDATA[org.springframework.beans.factory.BeanCreationException:
>> Error creating bean with name 'template': Initialization of bean 
>> failed;
>> nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error 
>> creating
>> bean with name 'camelContext': Invocation of init method failed; 
>> nested
>> exception is java.util.ConcurrentModificationException
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .createBean(AbstractAutowireCapableBeanFactory.java:456)
>>       at
>>
>>
> org.springframework.beans.factory.support.AbstractBeanFactory 
> $1.getObject(AbstractBeanFactory.java:291)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultSingletonBeanRegistry 
> .getSingleton(DefaultSingletonBeanRegistry.java:222)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultListableBeanFactory 
> .preInstantiateSingletons(DefaultListableBeanFactory.java:557)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext 
> .finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext.refresh(AbstractApplicationContext.java: 
> 425)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common 
> .xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:88)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java: 
> 88)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java: 
> 104)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl 
> .ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java: 
> 85)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:102)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:92)
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl 
> $ComponentWrapper.init(ComponentImpl.java:250)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr 
> .osgi 
> .OsgiServiceRegistryTracker 
> .addingService(OsgiServiceRegistryTracker.java:78)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896)
>>       at
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)
>>       at
>> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>>       at
>>
>>
> org 
> .apache 
> .servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java: 
> 762)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java: 
> 657)
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.impl.Deployer 
> $1.addingService(Deployer.java:222)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896)
>>       at
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)
>>       at
>> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerService(BlueprintContainerImpl.java: 
> 388)
>>       at
>>
>>
> org 
> .apache 
> .aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java: 
> 166)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java: 
> 646)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java: 
> 314)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)
>>       at
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java: 
>> 441)
>>       at
>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>       at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.runTask(ThreadPoolExecutor.java:886)
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.run(ThreadPoolExecutor.java:908)
>>       at java.lang.Thread.run(Thread.java:619)
>> Caused by: org.springframework.beans.factory.BeanCreationException:
> Error
>> creating bean with name 'camelContext': Invocation of init method
> failed;
>> nested exception is java.util.ConcurrentModificationException
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .createBean(AbstractAutowireCapableBeanFactory.java:456)
>>       at
>>
>>
> org.springframework.beans.factory.support.AbstractBeanFactory 
> $1.getObject(AbstractBeanFactory.java:291)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultSingletonBeanRegistry 
> .getSingleton(DefaultSingletonBeanRegistry.java:222)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext.getBean(AbstractApplicationContext.java: 
> 1075)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .CamelBeanPostProcessor 
> .postProcessBeforeInitialization(CamelBeanPostProcessor.java:95)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .applyBeanPostProcessorsBeforeInitialization 
> (AbstractAutowireCapableBeanFactory.java:394)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>>       ... 69 more
>> Caused by: java.util.ConcurrentModificationException
>>       at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
>>       at java.util.HashMap$KeyIterator.next(HashMap.java:828)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .osgi 
> .OsgiPackageScanClassResolver.find(OsgiPackageScanClassResolver.java: 
> 62)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .impl 
> .DefaultPackageScanClassResolver 
> .findImplementations(DefaultPackageScanClassResolver.java:157)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .PackageScanRouteBuilderFinder 
> .appendBuilders(PackageScanRouteBuilderFinder.java:59)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .CamelContextFactoryBean 
> .findRouteBuildersByPackageScan(CamelContextFactoryBean.java:185)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .xml 
> .AbstractCamelContextFactoryBean 
> .findRouteBuilders(AbstractCamelContextFactoryBean.java:790)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .xml 
> .AbstractCamelContextFactoryBean 
> .afterPropertiesSet(AbstractCamelContextFactoryBean.java:315)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
>>       ... 80 more
>> ]]></stack-trace>
>>                               </msg-loc-info>
>>                       </exception-info>
>>               </task-result-details>
>>       </component-task-result-details>
>> </component-task-result>
>>       at
>>
>>
> org 
> .apache 
> .servicemix.common.ManagementSupport.failure(ManagementSupport.java: 
> 46)[94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common 
> .xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:118) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76) 
> [153:servicemix-camel:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java: 
> 88)[94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java: 
> 104)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl 
> .ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java: 
> 207)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       ... 55 more
>>
>> Best Regards,
>> Sergey
>
>
>
>
> -- 
> Laurentiu Trica
> Software Developer             Mobile: (+40) 722 329318
> S.C MoreDevs S.R.L.          Email: laurentiu.trica@finalfolder.biz
>
> This message can contain privileged or confidential information and 
> it is
> intended only for addressee. Any unauthorized disclosure is strictly
> prohibited.
>


-- 
Freeman Fang

------------------------

FuseSource: http://fusesource.com
blog: http://freemanfang.blogspot.com
twitter: http://twitter.com/freemanfang
Apache Servicemix:http://servicemix.apache.org
Apache Cxf: http://cxf.apache.org
Apache Karaf: http://karaf.apache.org
Apache Felix: http://felix.apache.org



Re: ServiceMix 4 : Fuse 4.3.0-fuse-03-00 : Problems running JBI example - examples\camel.

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

Suspect the error is caused by the necessary camel bundles not get  
installed correctly, does your machine running ESB have internet  
access? Could you append the output for
osgi:list? How you run the camel example? using
osgi:install -s mvn:org.apache.servicemix.examples.camel/camel-sa/ 
4.3.0-fuse-03-00/zip
or drop the SA zip into deploy folder?
I just test camel example with Fuse 4.3.0-fuse-03-00 on my mac, it  
works for me.

Freeman

On 2010-12-17, at 下午8:22, Sergey_Zhemzhitsky@troika.ru wrote:

> Hi Laurentiu,
>
> Setting logging level to debug didn't help. There are no stacktraces  
> in
> the log, and everything looks good. There is still no output  from the
> camel's route in the log file.
>
>
> Best Regards,
> Sergey
>
>
>
> Laurentiu Trica <la...@finalfolder.biz>
> 17.12.2010 14:09
> Please respond to
> users@servicemix.apache.org
>
>
> To
> users@servicemix.apache.org
> cc
>
> Subject
> Re: ServiceMix 4 : Fuse 4.3.0-fuse-03-00 : Problems running JBI  
> example -
> examples\camel.
>
>
>
>
>
>
> Did you try to get more info by setting the log level to Debug?
>
> Here is the command for this in karaf:
> log:set DEBUG
>
> First start servicemix without the example, then set the log level to
> debug,
> deploy the example and see what the log is.
>
> Maybe it helps...
>
> On Fri, Dec 17, 2010 at 9:57 AM, <Se...@troika.ru> wrote:
>
>> Hi there,
>>
>> I have some troubles running examples\camel example from the
> distribution
>> of ServiceMix 4.
>>
>> I have built sample using "mvn install" command and dropped
>> camel-sa-4.3.0-fuse-03-00.zip into the deploy directory (stacktrace  
>> is
>> below)
>>
>> Moreover when I have changed
>> examples\camel\camel-simple-su\src\main\resources\camel-context.xml  
>> like
>> this
>>
>> <beans xmlns="http://www.springframework.org/schema/beans"
>>      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>>      xsi:schemaLocation="
>>      http://www.springframework.org/schema/beans
>> http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
>>      http://camel.apache.org/schema/spring
>> http://camel.apache.org/schema/spring/camel-spring.xsd
>>   ">
>>
>>   <camelContext xmlns="http://camel.apache.org/schema/spring">
>>       <from uri="timer:myTimerEvent?fixedRate=true"/>
>>       <setBody>
>>           <constant>Hello World!</constant>
>>       </setBody>
>>       <to
>> uri="log:org.apache.servicemix.samples.camel.ExampleCamelRoute"/>
>>   </camelContext>
>>
>> </beans>
>>
>> Nothing has happened and it seems that camel didn't create endpoins  
>> for
>> timer and log.
>>
>> Here is the stacktrace when deploying the original example witount  
>> any
>> changes:
>>
>>
>> 10:44:07,211 | ERROR | rint Extender: 1 | OsgiCamelJbiComponent |
>> mmon.xbean.AbstractXBeanDeployer  104 | 94 - servicemix-common -
>> 2010.02.0.fuse-02-00 |
>> org.springframework.beans.factory.BeanCreationException: Error  
>> creating
>> bean with name 'template': Initialization of bean failed; nested
> exception
>> is org.springframework.beans.factory.BeanCreationException: Error
> creating
>> bean with name 'camelContext': Invocation of init method failed;  
>> nested
>> exception is java.util.ConcurrentModificationException
>> 10:44:07,211 | ERROR | rint Extender: 1 | ServiceAssemblyInstaller |
>> er.impl.ServiceAssemblyInstaller  212 | 97 -
>> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error  
>> deploying
> SU
>> camel-simple-su
>> javax.jbi.management.DeploymentException: <component-task-result  
>> xmlns="
>> http://java.sun.com/xml/ns/jbi/management-message">
>>       <component-name>servicemix-camel</component-name>
>>       <component-task-result-details>
>>               <task-result-details>
>>                       <task-id>deploy</task-id>
>>                       <task-result>FAILED</task-result>
>>                       <message-type>ERROR</message-type>
>> <task-status-msg><msg-loc-info><loc-token/><loc-message>Could not
> deploy
>> xbean service unit</loc-message></msg-loc-info></task-status-msg>
>>                       <exception-info>
>>                               <nesting-level>1</nesting-level>
>>                               <msg-loc-info>
>>                                       <loc-token />
>>                                       <loc-message>Error creating  
>> bean
>> with name 'template': Initialization of bean failed; nested  
>> exception is
>> org.springframework.beans.factory.BeanCreationException: Error  
>> creating
>> bean with name 'camelContext': Invocation of init method failed;  
>> nested
>> exception is java.util.ConcurrentModificationException</loc-message>
>>
>>
>>
> <stack-trace><! 
> [CDATA[org.springframework.beans.factory.BeanCreationException:
>> Error creating bean with name 'template': Initialization of bean  
>> failed;
>> nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error  
>> creating
>> bean with name 'camelContext': Invocation of init method failed;  
>> nested
>> exception is java.util.ConcurrentModificationException
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .createBean(AbstractAutowireCapableBeanFactory.java:456)
>>       at
>>
>>
> org.springframework.beans.factory.support.AbstractBeanFactory 
> $1.getObject(AbstractBeanFactory.java:291)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultSingletonBeanRegistry 
> .getSingleton(DefaultSingletonBeanRegistry.java:222)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultListableBeanFactory 
> .preInstantiateSingletons(DefaultListableBeanFactory.java:557)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext 
> .finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext.refresh(AbstractApplicationContext.java: 
> 425)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common 
> .xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:88)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java: 
> 88)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java: 
> 104)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl 
> .ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java: 
> 85)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:102)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:92)
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl 
> $ComponentWrapper.init(ComponentImpl.java:250)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr 
> .osgi 
> .OsgiServiceRegistryTracker 
> .addingService(OsgiServiceRegistryTracker.java:78)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896)
>>       at
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)
>>       at
>> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>>       at
>>
>>
> org 
> .apache 
> .servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java: 
> 762)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java: 
> 657)
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.impl.Deployer 
> $1.addingService(Deployer.java:222)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896)
>>       at
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)
>>       at
>> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerService(BlueprintContainerImpl.java: 
> 388)
>>       at
>>
>>
> org 
> .apache 
> .aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java: 
> 166)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java: 
> 646)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java: 
> 314)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)
>>       at
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java: 
>> 441)
>>       at
>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>       at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.runTask(ThreadPoolExecutor.java:886)
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.run(ThreadPoolExecutor.java:908)
>>       at java.lang.Thread.run(Thread.java:619)
>> Caused by: org.springframework.beans.factory.BeanCreationException:
> Error
>> creating bean with name 'camelContext': Invocation of init method
> failed;
>> nested exception is java.util.ConcurrentModificationException
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .createBean(AbstractAutowireCapableBeanFactory.java:456)
>>       at
>>
>>
> org.springframework.beans.factory.support.AbstractBeanFactory 
> $1.getObject(AbstractBeanFactory.java:291)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultSingletonBeanRegistry 
> .getSingleton(DefaultSingletonBeanRegistry.java:222)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext.getBean(AbstractApplicationContext.java: 
> 1075)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .CamelBeanPostProcessor 
> .postProcessBeforeInitialization(CamelBeanPostProcessor.java:95)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .applyBeanPostProcessorsBeforeInitialization 
> (AbstractAutowireCapableBeanFactory.java:394)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>>       ... 69 more
>> Caused by: java.util.ConcurrentModificationException
>>       at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
>>       at java.util.HashMap$KeyIterator.next(HashMap.java:828)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .osgi 
> .OsgiPackageScanClassResolver.find(OsgiPackageScanClassResolver.java: 
> 62)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .impl 
> .DefaultPackageScanClassResolver 
> .findImplementations(DefaultPackageScanClassResolver.java:157)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .PackageScanRouteBuilderFinder 
> .appendBuilders(PackageScanRouteBuilderFinder.java:59)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .CamelContextFactoryBean 
> .findRouteBuildersByPackageScan(CamelContextFactoryBean.java:185)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .xml 
> .AbstractCamelContextFactoryBean 
> .findRouteBuilders(AbstractCamelContextFactoryBean.java:790)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .xml 
> .AbstractCamelContextFactoryBean 
> .afterPropertiesSet(AbstractCamelContextFactoryBean.java:315)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
>>       ... 80 more
>> ]]></stack-trace>
>>                               </msg-loc-info>
>>                       </exception-info>
>>               </task-result-details>
>>       </component-task-result-details>
>> </component-task-result>
>>       at
>>
>>
> org 
> .apache 
> .servicemix.common.ManagementSupport.failure(ManagementSupport.java: 
> 46)[94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common 
> .xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:118) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76) 
> [153:servicemix-camel:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java: 
> 88)[94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java: 
> 104)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl 
> .ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java: 
> 207)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java: 
> 85)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:102) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:92) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl 
> $ComponentWrapper.init(ComponentImpl.java:250) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89) 
> [95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38) 
> [95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47) 
> [84:org.apache.servicemix.nmr.core:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr 
> .osgi 
> .OsgiServiceRegistryTracker 
> .addingService(OsgiServiceRegistryTracker.java:78) 
> [85:org.apache.servicemix.nmr.osgi:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .apache 
> .servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java: 
> 762)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ComponentInstaller.initComponent(ComponentInstaller.java:424) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer.impl.ComponentInstaller.install(ComponentInstaller.java: 
> 140)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java: 
> 657)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.impl.Deployer 
> $1.addingService(Deployer.java:222) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerService(BlueprintContainerImpl.java: 
> 388)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java: 
> 166)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java: 
> 646)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java: 
> 314)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.run(BlueprintContainerImpl.java: 
> 213)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java: 
> 441)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[: 
> 1.6.0_21]
>>       at
>> java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98) 
> [:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[: 
> 1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_21]
>>       at java.lang.Thread.run(Thread.java:619)[:1.6.0_21]
>> 10:44:07,211 | ERROR | rint Extender: 1 | ServiceAssemblyInstaller |
>> er.impl.ServiceAssemblyInstaller  100 | 97 -
>> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error  
>> deploying
> SU
>> camel-simple-su
>> 10:44:07,211 | WARN  | rint Extender: 1 | Deployer |
>> cemix.jbi.deployer.impl.Deployer  563 | 97 -
>> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error  
>> installing
>> JBI artifact
>> javax.jbi.JBIException: java.lang.Exception: Error deploying SU
>> camel-simple-su
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java: 
> 101)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:102) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:92) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl 
> $ComponentWrapper.init(ComponentImpl.java:250) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89) 
> [95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38) 
> [95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47) 
> [84:org.apache.servicemix.nmr.core:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr 
> .osgi 
> .OsgiServiceRegistryTracker 
> .addingService(OsgiServiceRegistryTracker.java:78) 
> [85:org.apache.servicemix.nmr.osgi:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .apache 
> .servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java: 
> 762)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ComponentInstaller.initComponent(ComponentInstaller.java:424) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer.impl.ComponentInstaller.install(ComponentInstaller.java: 
> 140)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java: 
> 657)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.impl.Deployer 
> $1.addingService(Deployer.java:222) 
> [97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)[osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507) 
> [osgi-3.6.0.v20100517.jar:]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerService(BlueprintContainerImpl.java: 
> 388)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java: 
> 166)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java: 
> 646)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java: 
> 314)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.run(BlueprintContainerImpl.java: 
> 213)[7:org.apache.aries.blueprint:0.2.0.incubating]
>>       at
>>
>>
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java: 
> 441)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[: 
> 1.6.0_21]
>>       at
>> java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98) 
> [:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[: 
> 1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_21]
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_21]
>>       at java.lang.Thread.run(Thread.java:619)[:1.6.0_21]
>> Caused by: java.lang.Exception: Error deploying SU camel-simple-su
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl 
> .ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java: 
> 213)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java: 
> 85)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       ... 54 more
>> Caused by: javax.jbi.management.DeploymentException:
>> <component-task-result xmlns="
>> http://java.sun.com/xml/ns/jbi/management-message">
>>       <component-name>servicemix-camel</component-name>
>>       <component-task-result-details>
>>               <task-result-details>
>>                       <task-id>deploy</task-id>
>>                       <task-result>FAILED</task-result>
>>                       <message-type>ERROR</message-type>
>> <task-status-msg><msg-loc-info><loc-token/><loc-message>Could not
> deploy
>> xbean service unit</loc-message></msg-loc-info></task-status-msg>
>>                       <exception-info>
>>                               <nesting-level>1</nesting-level>
>>                               <msg-loc-info>
>>                                       <loc-token />
>>                                       <loc-message>Error creating  
>> bean
>> with name 'template': Initialization of bean failed; nested  
>> exception is
>> org.springframework.beans.factory.BeanCreationException: Error  
>> creating
>> bean with name 'camelContext': Invocation of init method failed;  
>> nested
>> exception is java.util.ConcurrentModificationException</loc-message>
>>
>>
>>
> <stack-trace><! 
> [CDATA[org.springframework.beans.factory.BeanCreationException:
>> Error creating bean with name 'template': Initialization of bean  
>> failed;
>> nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error  
>> creating
>> bean with name 'camelContext': Invocation of init method failed;  
>> nested
>> exception is java.util.ConcurrentModificationException
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .createBean(AbstractAutowireCapableBeanFactory.java:456)
>>       at
>>
>>
> org.springframework.beans.factory.support.AbstractBeanFactory 
> $1.getObject(AbstractBeanFactory.java:291)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultSingletonBeanRegistry 
> .getSingleton(DefaultSingletonBeanRegistry.java:222)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultListableBeanFactory 
> .preInstantiateSingletons(DefaultListableBeanFactory.java:557)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext 
> .finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext.refresh(AbstractApplicationContext.java: 
> 425)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common 
> .xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:88)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java: 
> 88)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java: 
> 104)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl 
> .ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java: 
> 85)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:102)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .artifacts 
> .AbstractLifecycleJbiArtifact 
> .fireEvent(AbstractLifecycleJbiArtifact.java:92)
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl 
> $ComponentWrapper.init(ComponentImpl.java:250)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .runtime 
> .impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .nmr 
> .osgi 
> .OsgiServiceRegistryTracker 
> .addingService(OsgiServiceRegistryTracker.java:78)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896)
>>       at
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)
>>       at
>> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>>       at
>>
>>
> org 
> .apache 
> .servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java: 
> 762)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java: 
> 657)
>>       at
>>
>>
> org.apache.servicemix.jbi.deployer.impl.Deployer 
> $1.addingService(Deployer.java:222)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.customizerAdding(ServiceTracker.java:896)
>>       at
>>
> org 
> .osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java: 
> 261)
>>       at
>> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>>       at
>>
>>
> org.osgi.util.tracker.ServiceTracker 
> $Tracked.serviceChanged(ServiceTracker.java:840)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .FilteredServiceListener.serviceChanged(FilteredServiceListener.java: 
> 104)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java: 
> 149)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java: 
> 756)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .internal 
> .serviceregistry 
> .ServiceRegistry.registerService(ServiceRegistry.java:206)
>>       at
>>
>>
> org 
> .eclipse 
> .osgi 
> .framework 
> .internal 
> .core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerService(BlueprintContainerImpl.java: 
> 388)
>>       at
>>
>>
> org 
> .apache 
> .aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java: 
> 166)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container 
> .BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java: 
> 646)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java: 
> 314)
>>       at
>>
>>
> org 
> .apache 
> .aries 
> .blueprint 
> .container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)
>>       at
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java: 
>> 441)
>>       at
>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>       at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
>>       at
>>
>>
> java.util.concurrent.ScheduledThreadPoolExecutor 
> $ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.runTask(ThreadPoolExecutor.java:886)
>>       at
>>
>>
> java.util.concurrent.ThreadPoolExecutor 
> $Worker.run(ThreadPoolExecutor.java:908)
>>       at java.lang.Thread.run(Thread.java:619)
>> Caused by: org.springframework.beans.factory.BeanCreationException:
> Error
>> creating bean with name 'camelContext': Invocation of init method
> failed;
>> nested exception is java.util.ConcurrentModificationException
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .createBean(AbstractAutowireCapableBeanFactory.java:456)
>>       at
>>
>>
> org.springframework.beans.factory.support.AbstractBeanFactory 
> $1.getObject(AbstractBeanFactory.java:291)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .DefaultSingletonBeanRegistry 
> .getSingleton(DefaultSingletonBeanRegistry.java:222)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>>       at
>>
>>
> org 
> .springframework 
> .context 
> .support 
> .AbstractApplicationContext.getBean(AbstractApplicationContext.java: 
> 1075)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .CamelBeanPostProcessor 
> .postProcessBeforeInitialization(CamelBeanPostProcessor.java:95)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .applyBeanPostProcessorsBeforeInitialization 
> (AbstractAutowireCapableBeanFactory.java:394)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>>       ... 69 more
>> Caused by: java.util.ConcurrentModificationException
>>       at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
>>       at java.util.HashMap$KeyIterator.next(HashMap.java:828)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .osgi 
> .OsgiPackageScanClassResolver.find(OsgiPackageScanClassResolver.java: 
> 62)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .impl 
> .DefaultPackageScanClassResolver 
> .findImplementations(DefaultPackageScanClassResolver.java:157)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .PackageScanRouteBuilderFinder 
> .appendBuilders(PackageScanRouteBuilderFinder.java:59)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .spring 
> .CamelContextFactoryBean 
> .findRouteBuildersByPackageScan(CamelContextFactoryBean.java:185)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .xml 
> .AbstractCamelContextFactoryBean 
> .findRouteBuilders(AbstractCamelContextFactoryBean.java:790)
>>       at
>>
>>
> org 
> .apache 
> .camel 
> .core 
> .xml 
> .AbstractCamelContextFactoryBean 
> .afterPropertiesSet(AbstractCamelContextFactoryBean.java:315)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
>>       at
>>
>>
> org 
> .springframework 
> .beans 
> .factory 
> .support 
> .AbstractAutowireCapableBeanFactory 
> .initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
>>       ... 80 more
>> ]]></stack-trace>
>>                               </msg-loc-info>
>>                       </exception-info>
>>               </task-result-details>
>>       </component-task-result-details>
>> </component-task-result>
>>       at
>>
>>
> org 
> .apache 
> .servicemix.common.ManagementSupport.failure(ManagementSupport.java: 
> 46)[94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common 
> .xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:118) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76) 
> [153:servicemix-camel:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java: 
> 88)[94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69) 
> [94:servicemix-common:2010.02.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java: 
> 104)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       at
>>
>>
> org 
> .apache 
> .servicemix 
> .jbi 
> .deployer 
> .impl 
> .ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java: 
> 207)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>>       ... 55 more
>>
>> Best Regards,
>> Sergey
>
>
>
>
> -- 
> Laurentiu Trica
> Software Developer             Mobile: (+40) 722 329318
> S.C MoreDevs S.R.L.          Email: laurentiu.trica@finalfolder.biz
>
> This message can contain privileged or confidential information and  
> it is
> intended only for addressee. Any unauthorized disclosure is strictly
> prohibited.
>


-- 
Freeman Fang

------------------------

FuseSource: http://fusesource.com
blog: http://freemanfang.blogspot.com
twitter: http://twitter.com/freemanfang
Apache Servicemix:http://servicemix.apache.org
Apache Cxf: http://cxf.apache.org
Apache Karaf: http://karaf.apache.org
Apache Felix: http://felix.apache.org


Re: ServiceMix 4 : Fuse 4.3.0-fuse-03-00 : Problems running JBI example - examples\camel.

Posted by Se...@troika.ru.
Hi Laurentiu,

Setting logging level to debug didn't help. There are no stacktraces in 
the log, and everything looks good. There is still no output  from the 
camel's route in the log file.


Best Regards,
Sergey



Laurentiu Trica <la...@finalfolder.biz> 
17.12.2010 14:09
Please respond to
users@servicemix.apache.org


To
users@servicemix.apache.org
cc

Subject
Re: ServiceMix 4 : Fuse 4.3.0-fuse-03-00 : Problems running JBI example - 
examples\camel.






Did you try to get more info by setting the log level to Debug?

Here is the command for this in karaf:
log:set DEBUG

First start servicemix without the example, then set the log level to 
debug,
deploy the example and see what the log is.

Maybe it helps...

On Fri, Dec 17, 2010 at 9:57 AM, <Se...@troika.ru> wrote:

> Hi there,
>
> I have some troubles running examples\camel example from the 
distribution
> of ServiceMix 4.
>
> I have built sample using "mvn install" command and dropped
> camel-sa-4.3.0-fuse-03-00.zip into the deploy directory (stacktrace is
> below)
>
> Moreover when I have changed
> examples\camel\camel-simple-su\src\main\resources\camel-context.xml like
> this
>
> <beans xmlns="http://www.springframework.org/schema/beans"
>       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>       xsi:schemaLocation="
>       http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
>       http://camel.apache.org/schema/spring
> http://camel.apache.org/schema/spring/camel-spring.xsd
>    ">
>
>    <camelContext xmlns="http://camel.apache.org/schema/spring">
>        <from uri="timer:myTimerEvent?fixedRate=true"/>
>        <setBody>
>            <constant>Hello World!</constant>
>        </setBody>
>        <to
> uri="log:org.apache.servicemix.samples.camel.ExampleCamelRoute"/>
>    </camelContext>
>
> </beans>
>
> Nothing has happened and it seems that camel didn't create endpoins for
> timer and log.
>
> Here is the stacktrace when deploying the original example witount any
> changes:
>
>
> 10:44:07,211 | ERROR | rint Extender: 1 | OsgiCamelJbiComponent |
> mmon.xbean.AbstractXBeanDeployer  104 | 94 - servicemix-common -
> 2010.02.0.fuse-02-00 |
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'template': Initialization of bean failed; nested 
exception
> is org.springframework.beans.factory.BeanCreationException: Error 
creating
> bean with name 'camelContext': Invocation of init method failed; nested
> exception is java.util.ConcurrentModificationException
> 10:44:07,211 | ERROR | rint Extender: 1 | ServiceAssemblyInstaller |
> er.impl.ServiceAssemblyInstaller  212 | 97 -
> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error deploying 
SU
> camel-simple-su
> javax.jbi.management.DeploymentException: <component-task-result xmlns="
> http://java.sun.com/xml/ns/jbi/management-message">
>        <component-name>servicemix-camel</component-name>
>        <component-task-result-details>
>                <task-result-details>
>                        <task-id>deploy</task-id>
>                        <task-result>FAILED</task-result>
>                        <message-type>ERROR</message-type>
>  <task-status-msg><msg-loc-info><loc-token/><loc-message>Could not 
deploy
> xbean service unit</loc-message></msg-loc-info></task-status-msg>
>                        <exception-info>
>                                <nesting-level>1</nesting-level>
>                                <msg-loc-info>
>                                        <loc-token />
>                                        <loc-message>Error creating bean
> with name 'template': Initialization of bean failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'camelContext': Invocation of init method failed; nested
> exception is java.util.ConcurrentModificationException</loc-message>
>
>
> 
<stack-trace><![CDATA[org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'template': Initialization of bean failed;
> nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'camelContext': Invocation of init method failed; nested
> exception is java.util.ConcurrentModificationException
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
>        at
>
> 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>        at
>
> 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
>        at
>
> 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
>        at
>
> 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
>        at
>
> 
org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:88)
>        at
>
> 
org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)
>        at
>
> 
org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
>        at
>
> 
org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)
>        at
>
> 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)
>        at
>
> 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)
>        at
>
> 
org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)
>        at
>
> 
org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
>        at
> 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
>        at
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
>        at
> 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
>        at
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)
>        at
>
> 
org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)
>        at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>        at
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>        at
>
> 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
>        at
>
> 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
>        at
>
> 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>        at
>
> 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>        at java.lang.Thread.run(Thread.java:619)
> Caused by: org.springframework.beans.factory.BeanCreationException: 
Error
> creating bean with name 'camelContext': Invocation of init method 
failed;
> nested exception is java.util.ConcurrentModificationException
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
>        at
>
> 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>        at
>
> 
org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075)
>        at
>
> 
org.apache.camel.spring.CamelBeanPostProcessor.postProcessBeforeInitialization(CamelBeanPostProcessor.java:95)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>        ... 69 more
> Caused by: java.util.ConcurrentModificationException
>        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
>        at java.util.HashMap$KeyIterator.next(HashMap.java:828)
>        at
>
> 
org.apache.camel.core.osgi.OsgiPackageScanClassResolver.find(OsgiPackageScanClassResolver.java:62)
>        at
>
> 
org.apache.camel.impl.DefaultPackageScanClassResolver.findImplementations(DefaultPackageScanClassResolver.java:157)
>        at
>
> 
org.apache.camel.spring.PackageScanRouteBuilderFinder.appendBuilders(PackageScanRouteBuilderFinder.java:59)
>        at
>
> 
org.apache.camel.spring.CamelContextFactoryBean.findRouteBuildersByPackageScan(CamelContextFactoryBean.java:185)
>        at
>
> 
org.apache.camel.core.xml.AbstractCamelContextFactoryBean.findRouteBuilders(AbstractCamelContextFactoryBean.java:790)
>        at
>
> 
org.apache.camel.core.xml.AbstractCamelContextFactoryBean.afterPropertiesSet(AbstractCamelContextFactoryBean.java:315)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
>        ... 80 more
> ]]></stack-trace>
>                                </msg-loc-info>
>                        </exception-info>
>                </task-result-details>
>        </component-task-result-details>
> </component-task-result>
>        at
>
> 
org.apache.servicemix.common.ManagementSupport.failure(ManagementSupport.java:46)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:118)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)[153:servicemix-camel:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)[84:org.apache.servicemix.nmr.core:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)[85:org.apache.servicemix.nmr.osgi:1.3.0.fuse-02-00]
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> 
org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_21]
>        at
>
> 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_21]
>        at
> java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_21]
>        at
>
> 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_21]
>        at
>
> 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[:1.6.0_21]
>        at
>
> 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_21]
>        at
>
> 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_21]
>        at java.lang.Thread.run(Thread.java:619)[:1.6.0_21]
> 10:44:07,211 | ERROR | rint Extender: 1 | ServiceAssemblyInstaller |
> er.impl.ServiceAssemblyInstaller  100 | 97 -
> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error deploying 
SU
> camel-simple-su
> 10:44:07,211 | WARN  | rint Extender: 1 | Deployer |
> cemix.jbi.deployer.impl.Deployer  563 | 97 -
> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error installing
> JBI artifact
> javax.jbi.JBIException: java.lang.Exception: Error deploying SU
> camel-simple-su
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:101)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)[84:org.apache.servicemix.nmr.core:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)[85:org.apache.servicemix.nmr.osgi:1.3.0.fuse-02-00]
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> 
org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_21]
>        at
>
> 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_21]
>        at
> java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_21]
>        at
>
> 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_21]
>        at
>
> 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[:1.6.0_21]
>        at
>
> 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_21]
>        at
>
> 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_21]
>        at java.lang.Thread.run(Thread.java:619)[:1.6.0_21]
> Caused by: java.lang.Exception: Error deploying SU camel-simple-su
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:213)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        ... 54 more
> Caused by: javax.jbi.management.DeploymentException:
> <component-task-result xmlns="
> http://java.sun.com/xml/ns/jbi/management-message">
>        <component-name>servicemix-camel</component-name>
>        <component-task-result-details>
>                <task-result-details>
>                        <task-id>deploy</task-id>
>                        <task-result>FAILED</task-result>
>                        <message-type>ERROR</message-type>
>  <task-status-msg><msg-loc-info><loc-token/><loc-message>Could not 
deploy
> xbean service unit</loc-message></msg-loc-info></task-status-msg>
>                        <exception-info>
>                                <nesting-level>1</nesting-level>
>                                <msg-loc-info>
>                                        <loc-token />
>                                        <loc-message>Error creating bean
> with name 'template': Initialization of bean failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'camelContext': Invocation of init method failed; nested
> exception is java.util.ConcurrentModificationException</loc-message>
>
>
> 
<stack-trace><![CDATA[org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'template': Initialization of bean failed;
> nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'camelContext': Invocation of init method failed; nested
> exception is java.util.ConcurrentModificationException
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
>        at
>
> 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>        at
>
> 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
>        at
>
> 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
>        at
>
> 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
>        at
>
> 
org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:88)
>        at
>
> 
org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)
>        at
>
> 
org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
>        at
>
> 
org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)
>        at
>
> 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)
>        at
>
> 
org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)
>        at
>
> 
org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)
>        at
>
> 
org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
>        at
> 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
>        at
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
>        at
> 
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
>        at
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>        at
>
> 
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>        at
>
> 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>        at
>
> 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
>        at
>
> 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)
>        at
>
> 
org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)
>        at
>
> 
org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)
>        at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>        at
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>        at
>
> 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
>        at
>
> 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
>        at
>
> 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>        at
>
> 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>        at java.lang.Thread.run(Thread.java:619)
> Caused by: org.springframework.beans.factory.BeanCreationException: 
Error
> creating bean with name 'camelContext': Invocation of init method 
failed;
> nested exception is java.util.ConcurrentModificationException
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
>        at
>
> 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>        at
>
> 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>        at
>
> 
org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075)
>        at
>
> 
org.apache.camel.spring.CamelBeanPostProcessor.postProcessBeforeInitialization(CamelBeanPostProcessor.java:95)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>        ... 69 more
> Caused by: java.util.ConcurrentModificationException
>        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
>        at java.util.HashMap$KeyIterator.next(HashMap.java:828)
>        at
>
> 
org.apache.camel.core.osgi.OsgiPackageScanClassResolver.find(OsgiPackageScanClassResolver.java:62)
>        at
>
> 
org.apache.camel.impl.DefaultPackageScanClassResolver.findImplementations(DefaultPackageScanClassResolver.java:157)
>        at
>
> 
org.apache.camel.spring.PackageScanRouteBuilderFinder.appendBuilders(PackageScanRouteBuilderFinder.java:59)
>        at
>
> 
org.apache.camel.spring.CamelContextFactoryBean.findRouteBuildersByPackageScan(CamelContextFactoryBean.java:185)
>        at
>
> 
org.apache.camel.core.xml.AbstractCamelContextFactoryBean.findRouteBuilders(AbstractCamelContextFactoryBean.java:790)
>        at
>
> 
org.apache.camel.core.xml.AbstractCamelContextFactoryBean.afterPropertiesSet(AbstractCamelContextFactoryBean.java:315)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
>        at
>
> 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
>        ... 80 more
> ]]></stack-trace>
>                                </msg-loc-info>
>                        </exception-info>
>                </task-result-details>
>        </component-task-result-details>
> </component-task-result>
>        at
>
> 
org.apache.servicemix.common.ManagementSupport.failure(ManagementSupport.java:46)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:118)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)[153:servicemix-camel:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> 
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        ... 55 more
>
> Best Regards,
> Sergey




-- 
Laurentiu Trica
Software Developer             Mobile: (+40) 722 329318
S.C MoreDevs S.R.L.          Email: laurentiu.trica@finalfolder.biz

This message can contain privileged or confidential information and it is
intended only for addressee. Any unauthorized disclosure is strictly
prohibited.


Re: ServiceMix 4 : Fuse 4.3.0-fuse-03-00 : Problems running JBI example - examples\camel.

Posted by Laurentiu Trica <la...@finalfolder.biz>.
Did you try to get more info by setting the log level to Debug?

Here is the command for this in karaf:
log:set DEBUG

First start servicemix without the example, then set the log level to debug,
deploy the example and see what the log is.

Maybe it helps...

On Fri, Dec 17, 2010 at 9:57 AM, <Se...@troika.ru> wrote:

> Hi there,
>
> I have some troubles running examples\camel example from the distribution
> of ServiceMix 4.
>
> I have built sample using "mvn install" command and dropped
> camel-sa-4.3.0-fuse-03-00.zip into the deploy directory (stacktrace is
> below)
>
> Moreover when I have changed
> examples\camel\camel-simple-su\src\main\resources\camel-context.xml like
> this
>
> <beans xmlns="http://www.springframework.org/schema/beans"
>       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>       xsi:schemaLocation="
>       http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
>       http://camel.apache.org/schema/spring
> http://camel.apache.org/schema/spring/camel-spring.xsd
>    ">
>
>    <camelContext xmlns="http://camel.apache.org/schema/spring">
>        <from uri="timer:myTimerEvent?fixedRate=true"/>
>        <setBody>
>            <constant>Hello World!</constant>
>        </setBody>
>        <to
> uri="log:org.apache.servicemix.samples.camel.ExampleCamelRoute"/>
>    </camelContext>
>
> </beans>
>
> Nothing has happened and it seems that camel didn't create endpoins for
> timer and log.
>
> Here is the stacktrace when deploying the original example witount any
> changes:
>
>
> 10:44:07,211 | ERROR | rint Extender: 1 | OsgiCamelJbiComponent |
> mmon.xbean.AbstractXBeanDeployer  104 | 94 - servicemix-common -
> 2010.02.0.fuse-02-00 |
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'template': Initialization of bean failed; nested exception
> is org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'camelContext': Invocation of init method failed; nested
> exception is java.util.ConcurrentModificationException
> 10:44:07,211 | ERROR | rint Extender: 1 | ServiceAssemblyInstaller |
> er.impl.ServiceAssemblyInstaller  212 | 97 -
> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error deploying SU
> camel-simple-su
> javax.jbi.management.DeploymentException: <component-task-result xmlns="
> http://java.sun.com/xml/ns/jbi/management-message">
>        <component-name>servicemix-camel</component-name>
>        <component-task-result-details>
>                <task-result-details>
>                        <task-id>deploy</task-id>
>                        <task-result>FAILED</task-result>
>                        <message-type>ERROR</message-type>
>  <task-status-msg><msg-loc-info><loc-token/><loc-message>Could not deploy
> xbean service unit</loc-message></msg-loc-info></task-status-msg>
>                        <exception-info>
>                                <nesting-level>1</nesting-level>
>                                <msg-loc-info>
>                                        <loc-token />
>                                        <loc-message>Error creating bean
> with name 'template': Initialization of bean failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'camelContext': Invocation of init method failed; nested
> exception is java.util.ConcurrentModificationException</loc-message>
>
>
> <stack-trace><![CDATA[org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'template': Initialization of bean failed;
> nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'camelContext': Invocation of init method failed; nested
> exception is java.util.ConcurrentModificationException
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
>        at
>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>        at
>
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
>        at
>
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
>        at
>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
>        at
>
> org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:88)
>        at
>
> org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)
>        at
>
> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
>        at
>
> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)
>        at
>
> org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)
>        at
>
> org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)
>        at
>
> org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)
>        at
>
> org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
>        at
> org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
>        at
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>        at
>
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>        at
>
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
>        at
> org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
>        at
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>        at
>
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>        at
>
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)
>        at
>
> org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)
>        at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>        at
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>        at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
>        at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
>        at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>        at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>        at java.lang.Thread.run(Thread.java:619)
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'camelContext': Invocation of init method failed;
> nested exception is java.util.ConcurrentModificationException
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
>        at
>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>        at
>
> org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075)
>        at
>
> org.apache.camel.spring.CamelBeanPostProcessor.postProcessBeforeInitialization(CamelBeanPostProcessor.java:95)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>        ... 69 more
> Caused by: java.util.ConcurrentModificationException
>        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
>        at java.util.HashMap$KeyIterator.next(HashMap.java:828)
>        at
>
> org.apache.camel.core.osgi.OsgiPackageScanClassResolver.find(OsgiPackageScanClassResolver.java:62)
>        at
>
> org.apache.camel.impl.DefaultPackageScanClassResolver.findImplementations(DefaultPackageScanClassResolver.java:157)
>        at
>
> org.apache.camel.spring.PackageScanRouteBuilderFinder.appendBuilders(PackageScanRouteBuilderFinder.java:59)
>        at
>
> org.apache.camel.spring.CamelContextFactoryBean.findRouteBuildersByPackageScan(CamelContextFactoryBean.java:185)
>        at
>
> org.apache.camel.core.xml.AbstractCamelContextFactoryBean.findRouteBuilders(AbstractCamelContextFactoryBean.java:790)
>        at
>
> org.apache.camel.core.xml.AbstractCamelContextFactoryBean.afterPropertiesSet(AbstractCamelContextFactoryBean.java:315)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
>        ... 80 more
> ]]></stack-trace>
>                                </msg-loc-info>
>                        </exception-info>
>                </task-result-details>
>        </component-task-result-details>
> </component-task-result>
>        at
>
> org.apache.servicemix.common.ManagementSupport.failure(ManagementSupport.java:46)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:118)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)[153:servicemix-camel:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)[84:org.apache.servicemix.nmr.core:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)[85:org.apache.servicemix.nmr.osgi:1.3.0.fuse-02-00]
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_21]
>        at
>
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_21]
>        at
> java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_21]
>        at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_21]
>        at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[:1.6.0_21]
>        at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_21]
>        at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_21]
>        at java.lang.Thread.run(Thread.java:619)[:1.6.0_21]
> 10:44:07,211 | ERROR | rint Extender: 1 | ServiceAssemblyInstaller |
> er.impl.ServiceAssemblyInstaller  100 | 97 -
> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error deploying SU
> camel-simple-su
> 10:44:07,211 | WARN  | rint Extender: 1 | Deployer |
> cemix.jbi.deployer.impl.Deployer  563 | 97 -
> org.apache.servicemix.jbi.deployer - 1.3.0.fuse-02-00 | Error installing
> JBI artifact
> javax.jbi.JBIException: java.lang.Exception: Error deploying SU
> camel-simple-su
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:101)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)[95:org.apache.servicemix.jbi.runtime:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)[84:org.apache.servicemix.nmr.core:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)[85:org.apache.servicemix.nmr.osgi:1.3.0.fuse-02-00]
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)[osgi-3.6.0.v20100517.jar:]
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)[7:org.apache.aries.blueprint:0.2.0.incubating]
>        at
>
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_21]
>        at
>
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_21]
>        at
> java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_21]
>        at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_21]
>        at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)[:1.6.0_21]
>        at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_21]
>        at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_21]
>        at java.lang.Thread.run(Thread.java:619)[:1.6.0_21]
> Caused by: java.lang.Exception: Error deploying SU camel-simple-su
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:213)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        ... 54 more
> Caused by: javax.jbi.management.DeploymentException:
> <component-task-result xmlns="
> http://java.sun.com/xml/ns/jbi/management-message">
>        <component-name>servicemix-camel</component-name>
>        <component-task-result-details>
>                <task-result-details>
>                        <task-id>deploy</task-id>
>                        <task-result>FAILED</task-result>
>                        <message-type>ERROR</message-type>
>  <task-status-msg><msg-loc-info><loc-token/><loc-message>Could not deploy
> xbean service unit</loc-message></msg-loc-info></task-status-msg>
>                        <exception-info>
>                                <nesting-level>1</nesting-level>
>                                <msg-loc-info>
>                                        <loc-token />
>                                        <loc-message>Error creating bean
> with name 'template': Initialization of bean failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'camelContext': Invocation of init method failed; nested
> exception is java.util.ConcurrentModificationException</loc-message>
>
>
> <stack-trace><![CDATA[org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'template': Initialization of bean failed;
> nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'camelContext': Invocation of init method failed; nested
> exception is java.util.ConcurrentModificationException
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
>        at
>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>        at
>
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
>        at
>
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
>        at
>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
>        at
>
> org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:88)
>        at
>
> org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)
>        at
>
> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)
>        at
>
> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.install(ServiceAssemblyInstaller.java:85)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.checkPendingInstallers(Deployer.java:558)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.lifeCycleChanged(Deployer.java:608)
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:102)
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.AbstractLifecycleJbiArtifact.fireEvent(AbstractLifecycleJbiArtifact.java:92)
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl$ComponentWrapper.init(ComponentImpl.java:250)
>        at
>
> org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:89)
>        at
>
> org.apache.servicemix.jbi.runtime.impl.ComponentRegistryImpl.doRegister(ComponentRegistryImpl.java:38)
>        at
>
> org.apache.servicemix.nmr.core.ServiceRegistryImpl.register(ServiceRegistryImpl.java:47)
>        at
>
> org.apache.servicemix.nmr.osgi.OsgiServiceRegistryTracker.addingService(OsgiServiceRegistryTracker.java:78)
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
>        at
> org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
>        at
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>        at
>
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>        at
>
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerService(Deployer.java:762)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerComponent(Deployer.java:418)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.initComponent(ComponentInstaller.java:424)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ComponentInstaller.install(ComponentInstaller.java:140)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer.registerDeployedComponent(Deployer.java:657)
>        at
>
> org.apache.servicemix.jbi.deployer.impl.Deployer$1.addingService(Deployer.java:222)
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
>        at
> org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
>        at
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
>        at
>
> org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
>        at
>
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
>        at
>
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>        at
>
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
>        at
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:388)
>        at
>
> org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:166)
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:646)
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:314)
>        at
>
> org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:213)
>        at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>        at
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>        at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
>        at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
>        at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>        at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>        at java.lang.Thread.run(Thread.java:619)
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'camelContext': Invocation of init method failed;
> nested exception is java.util.ConcurrentModificationException
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
>        at
>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
>        at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
>        at
>
> org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075)
>        at
>
> org.apache.camel.spring.CamelBeanPostProcessor.postProcessBeforeInitialization(CamelBeanPostProcessor.java:95)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
>        ... 69 more
> Caused by: java.util.ConcurrentModificationException
>        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
>        at java.util.HashMap$KeyIterator.next(HashMap.java:828)
>        at
>
> org.apache.camel.core.osgi.OsgiPackageScanClassResolver.find(OsgiPackageScanClassResolver.java:62)
>        at
>
> org.apache.camel.impl.DefaultPackageScanClassResolver.findImplementations(DefaultPackageScanClassResolver.java:157)
>        at
>
> org.apache.camel.spring.PackageScanRouteBuilderFinder.appendBuilders(PackageScanRouteBuilderFinder.java:59)
>        at
>
> org.apache.camel.spring.CamelContextFactoryBean.findRouteBuildersByPackageScan(CamelContextFactoryBean.java:185)
>        at
>
> org.apache.camel.core.xml.AbstractCamelContextFactoryBean.findRouteBuilders(AbstractCamelContextFactoryBean.java:790)
>        at
>
> org.apache.camel.core.xml.AbstractCamelContextFactoryBean.afterPropertiesSet(AbstractCamelContextFactoryBean.java:315)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
>        at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
>        ... 80 more
> ]]></stack-trace>
>                                </msg-loc-info>
>                        </exception-info>
>                </task-result-details>
>        </component-task-result-details>
> </component-task-result>
>        at
>
> org.apache.servicemix.common.ManagementSupport.failure(ManagementSupport.java:46)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.common.AbstractDeployer.failure(AbstractDeployer.java:43)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(AbstractXBeanDeployer.java:118)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.camel.CamelSpringDeployer.deploy(CamelSpringDeployer.java:76)[153:servicemix-camel:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServiceUnitManager.java:88)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceUnitManager.java:69)[94:servicemix-common:2010.02.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl.deploy(ServiceUnitImpl.java:104)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        at
>
> org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller.deploySUs(ServiceAssemblyInstaller.java:207)[97:org.apache.servicemix.jbi.deployer:1.3.0.fuse-02-00]
>        ... 55 more
>
> Best Regards,
> Sergey




-- 
Laurentiu Trica
Software Developer             Mobile: (+40) 722 329318
S.C MoreDevs S.R.L.          Email: laurentiu.trica@finalfolder.biz

This message can contain privileged or confidential information and it is
intended only for addressee. Any unauthorized disclosure is strictly
prohibited.

Re: ServiceMix 4 : Fuse 4.3.0-fuse-03-00 : Problems running JBI example - examples\camel.

Posted by davsclaus <ci...@yahoo.dk>.
Thanks for reporting. I have created a ticket
https://issues.apache.org/jira/browse/CAMEL-3442
-- 
View this message in context: http://camel.465427.n5.nabble.com/ServiceMix-4-Fuse-4-3-0-fuse-03-00-Problems-running-JBI-example-examples-camel-tp3309088p3310683.html
Sent from the Camel - Users mailing list archive at Nabble.com.