2 Replies Latest reply on Jun 9, 2016 3:59 AM by rchhabria

    Error during dispatch.

    rchhabria

      Hi All,

       

      I'm new to JBOSS Fuse technology. I'm trying to implement the sample cfx-rs rest example, but getting the attached error while building the project.

       

      Procduct Stack used:

      JBOSS Developer studio 8.1.0 GA

      OS : Windows.

       

      Attached is the source code and the error log.

       

      Please provide the solution for the same.

       

      Thanks and Regards,

      Rakesh Chhabria

        • 1. Re: Error during dispatch.
          tsedmik

          try to add the following dependency into pom.xml:

           

          <dependency>
            <groupId>org.ow2.asm</groupId>
            <artifactId>asm-all</artifactId>
            <version>4.0</version>
          </dependency>
          
          • 2. Re: Error during dispatch.
            rchhabria

            Hi Tomas,

             

            Thanks for the response.

            I have added the mentioned dependency in the pom.xml file. Along with that I also added the following dependency.

             

            <dependency>

                    <groupId>org.ow2.asm</groupId>

                    <artifactId>asm-commons</artifactId>

                    <version>5.0.3</version>

                    <scope>runtime</scope>

                </dependency>

             

            But still I'm facing the same error.

             

            [INFO] Scanning for projects...

            [INFO]

            [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1

            [INFO]                                                                        

            [INFO] ------------------------------------------------------------------------

            [INFO] Building Camel Blueprint Route 1.0.0

            [INFO] ------------------------------------------------------------------------

            [INFO]

            [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ restdemo ---

            [INFO] Deleting G:\Tutorials\jboss\workspace\SampleRest\target

            [INFO]

            [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ restdemo ---

            [INFO] Using 'UTF-8' encoding to copy filtered resources.

            [INFO] Copying 2 resources

            [INFO]

            [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ restdemo ---

            [INFO] Compiling 5 source files to G:\Tutorials\jboss\workspace\SampleRest\target\classes

            [INFO]

            [INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ restdemo ---

            [INFO]

            [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ restdemo ---

            [INFO] Not copying test resources

            [INFO]

            [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ restdemo ---

            [INFO] Not compiling test sources

            [INFO]

            [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ restdemo ---

            [INFO] Tests are skipped.

            [INFO]

            [INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ restdemo ---

            [INFO]

            [INFO] >>> camel-maven-plugin:2.15.1.redhat-621084:run (default-cli) @ restdemo >>>

            [INFO]

            [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ restdemo ---

            [INFO] Using 'UTF-8' encoding to copy filtered resources.

            [INFO] Copying 2 resources

            [INFO]

            [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ restdemo ---

            [INFO] Nothing to compile - all classes are up to date

            [INFO]

            [INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ restdemo ---

            [INFO]

            [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ restdemo ---

            [INFO] Not copying test resources

            [INFO]

            [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ restdemo ---

            [INFO] Not compiling test sources

            [INFO]

            [INFO] <<< camel-maven-plugin:2.15.1.redhat-621084:run (default-cli) @ restdemo <<<

            [INFO]

            [INFO] --- camel-maven-plugin:2.15.1.redhat-621084:run (default-cli) @ restdemo ---

            [INFO] Using org.apache.camel.test.blueprint.Main to initiate a CamelContext

            [INFO] Starting Camel ...

            [mel.test.blueprint.Main.main()] MainSupport                    INFO  Apache Camel 2.15.1.redhat-621084 starting

            [mel.test.blueprint.Main.main()] Activator                      INFO  Camel activator starting

            [mel.test.blueprint.Main.main()] Activator                      INFO  Camel activator started

            [         Blueprint Extender: 1] BlueprintContainerImpl         INFO  Bundle restdemo/1.0.0 is waiting for namespace handlers [http://camel.apache.org/schema/blueprint/cxf, http://camel.apache.org/schema/blueprint]

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: class org.apache.aries.proxy.impl.interfaces.InterfaceProxyGenerator has interface org.objectweb.asm.ClassVisitor as super classEventDispatcher: Error during dispatch.

            EventDispatcher: Error during dispatch.

             

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: class org.apache.aries.proxy.impl.interfaces.InterfaceProxyGenerator has interface org.objectweb.asm.ClassVisitor as super class

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

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

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

                at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)

                at java.net.URLClassLoader.access$100(URLClassLoader.java:73)

                at java.net.URLClassLoader$1.run(URLClassLoader.java:368)

                at java.net.URLClassLoader$1.run(URLClassLoader.java:362)

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

                at java.net.URLClassLoader.findClass(URLClassLoader.java:361)

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

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

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            EventDispatcher: Error during dispatch.org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

             

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/blueprint/jaxrs

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Adding the extensions from bundle org.apache.camel.camel-cxf-transport (33) [org.apache.camel.component.cxf.transport.CamelTransportFactory]

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Adding the extensions from bundle org.apache.cxf.cxf-rt-transports-http (41) [org.apache.cxf.transport.http.HTTPTransportFactory, org.apache.cxf.transport.http.HTTPWSDLExtensionLoader, org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder, org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder, org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Adding the extensions from bundle org.apache.cxf.cxf-rt-frontend-jaxws (42) [org.apache.cxf.jaxws.context.WebServiceContextResourceResolver]

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Adding the extensions from bundle org.apache.cxf.cxf-rt-bindings-xml (43) [org.apache.cxf.binding.xml.XMLBindingFactory, org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader]

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Adding the extensions from bundle org.apache.cxf.cxf-rt-ws-addr (45) [org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder, org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder, org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider, org.apache.cxf.ws.addressing.impl.AddressingWSDLExtensionLoader, org.apache.cxf.ws.addressing.WSAddressingFeature$WSAddressingFeatureApplier, org.apache.cxf.ws.addressing.MAPAggregator$MAPAggregatorLoader]

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Adding the extensions from bundle org.apache.cxf.cxf-rt-ws-policy (46) [org.apache.cxf.ws.policy.PolicyEngine, org.apache.cxf.policy.PolicyDataEngine, org.apache.cxf.ws.policy.AssertionBuilderRegistry, org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry, org.apache.cxf.ws.policy.PolicyBuilder, org.apache.cxf.ws.policy.PolicyAnnotationListener, org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider, org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry, org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder, org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder, org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider, org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder, org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider]

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Adding the extensions from bundle org.apache.cxf.cxf-rt-bindings-soap (51) [org.apache.cxf.binding.soap.SoapBindingFactory, org.apache.cxf.binding.soap.SoapTransportFactory]

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Adding the extensions from bundle org.apache.cxf.cxf-rt-wsdl (52) [org.apache.cxf.wsdl.WSDLManager]

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/blueprint/core

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/configuration/beans

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/configuration/parameterized-types

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/configuration/security

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://schemas.xmlsoap.org/wsdl/

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://www.w3.org/2005/08/addressing

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://schemas.xmlsoap.org/ws/2004/08/addressing

            Unable to start bundle: org.apache.cxf.cxf-rt-transports-http [41]

            org.osgi.framework.BundleException: Unable to start bundle

                at org.apache.felix.connect.PojoSRBundle.start(PojoSRBundle.java:163)

                at org.apache.felix.connect.PojoSR.startBundles(PojoSR.java:304)

                at org.apache.felix.connect.PojoSR.<init>(PojoSR.java:248)

                at org.apache.felix.connect.PojoSR.<init>(PojoSR.java:129)

                at org.apache.felix.connect.PojoServiceRegistryFactoryImpl.newPojoServiceRegistry(PojoServiceRegistryFactoryImpl.java:52)

                at org.apache.camel.test.blueprint.CamelBlueprintHelper.createBundleContext(CamelBlueprintHelper.java:143)

                at org.apache.camel.test.blueprint.CamelBlueprintHelper.createBundleContext(CamelBlueprintHelper.java:108)

                at org.apache.camel.test.blueprint.CamelBlueprintHelper.createBundleContext(CamelBlueprintHelper.java:96)

                at org.apache.camel.test.blueprint.CamelBlueprintHelper.createBundleContext(CamelBlueprintHelper.java:91)

                at org.apache.camel.test.blueprint.Main.createBundleContext(Main.java:146)

                at org.apache.camel.test.blueprint.Main.doStart(Main.java:105)

                at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)

                at org.apache.camel.main.MainSupport.run(MainSupport.java:150)

                at org.apache.camel.main.MainSupport.run(MainSupport.java:354)

                at org.apache.camel.test.blueprint.Main.main(Main.java:84)

                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

                at java.lang.reflect.Method.invoke(Method.java:497)

                at org.apache.camel.maven.RunMojo$1.run(RunMojo.java:488)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.NoClassDefFoundError: javax/servlet/Servlet

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

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

                at java.lang.Class.getConstructor0(Class.java:3075)

                at java.lang.Class.newInstance(Class.java:412)

                at org.apache.felix.connect.PojoSRBundle.start(PojoSRBundle.java:152)

                ... 20 more

            Caused by: java.lang.ClassNotFoundException: javax.servlet.Servlet

                at java.net.URLClassLoader.findClass(URLClassLoader.java:381)

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

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

                ... 25 more

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/blueprint/jaxws

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/blueprint/simple

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/ws/addressing

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/policy

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://www.w3.org/ns/ws-policy

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://www.w3.org/2006/07/ws-policy

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://schemas.xmlsoap.org/ws/2004/09/policy

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://www.w3.org/2000/09/xmldsig#

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/blueprint/jaxrs-client

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/clustering

            [mel.test.blueprint.Main.main()] NamespaceHandlerRegisterer     INFO  Registered blueprint namespace handler for http://cxf.apache.org/blueprint/bindings/soap

            EventDispatcher: Error during dispatch.

            org.osgi.framework.ServiceException: Service factory exception: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:246)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:178)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:323)

                at org.apache.felix.connect.PojoSRBundleContext.getService(PojoSRBundleContext.java:162)

                at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.addingService(NamespaceHandlerRegistryImpl.java:113)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)

                at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)

                at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)

                at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)

                at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:852)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:775)

                at org.apache.felix.connect.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:594)

                at org.apache.felix.connect.PojoSR$1.serviceChanged(PojoSR.java:78)

                at org.apache.felix.connect.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:130)

                at org.apache.felix.connect.PojoSRBundleContext.registerService(PojoSRBundleContext.java:101)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:453)

                at org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:193)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.registerServices(BlueprintContainerImpl.java:704)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:379)

                at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:269)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)

                at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)

                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

                at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.IncompatibleClassChangeError: org/apache/aries/proxy/impl/interfaces/InterfaceProxyGenerator

                at org.apache.aries.proxy.impl.AsmProxyManager.createNewProxy(AsmProxyManager.java:80)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createDelegatingInterceptingProxy(AbstractProxyManager.java:75)

                at org.apache.aries.proxy.impl.AbstractProxyManager.createInterceptingProxy(AbstractProxyManager.java:53)

                at org.apache.aries.blueprint.container.ServiceRecipe$TriggerServiceFactory.getService(ServiceRecipe.java:569)

                at org.apache.felix.connect.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistrationImpl.java:242)

                ... 31 more

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  Test bundle headers: Bundle-ManifestVersion=2, Bundle-Name=System Bundle, Bundle-SymbolicName=org.apache.felix.connect, Bundle-Vendor=Apache Software Foundation, Bundle-Version=0.0.0

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.packageadmin.PackageAdmin], bundle: org.apache.felix.connect [0], symbolicName: org.apache.felix.connect

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-core [35], symbolicName: org.apache.cxf.cxf-core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: org.apache.camel.camel-spring [32], symbolicName: org.apache.camel.camel-spring

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-frontend-simple [44], symbolicName: org.apache.cxf.cxf-rt-frontend-simple

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider], bundle: woodstox-core-asl [36], symbolicName: woodstox-core-asl

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.cm.ManagedServiceFactory], bundle: org.apache.felix.fileinstall [30], symbolicName: org.apache.felix.fileinstall

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-core [35], symbolicName: org.apache.cxf.cxf-core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.ComponentResolver], bundle: org.apache.camel.camel-spring [32], symbolicName: org.apache.camel.camel-spring

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.startlevel.StartLevel], bundle: org.apache.felix.connect [0], symbolicName: org.apache.felix.connect

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle: org.apache.camel.camel-core [3], symbolicName: org.apache.camel.camel-core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], bundle: org.apache.cxf.cxf-rt-features-clustering [50], symbolicName: org.apache.cxf.cxf-rt-features-clustering

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], bundle: org.apache.aries.blueprint.cm [18], symbolicName: org.apache.aries.blueprint.cm

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.services.BlueprintExtenderService], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.ComponentResolver], bundle: org.apache.camel.camel-core [3], symbolicName: org.apache.camel.camel-core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-core [35], symbolicName: org.apache.cxf.cxf-core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: org.apache.felix.connect [0], symbolicName: org.apache.felix.connect

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: org.apache.camel.camel-core [3], symbolicName: org.apache.camel.camel-core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle: org.apache.camel.camel-core [3], symbolicName: org.apache.camel.camel-core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: org.apache.camel.camel-cxf [31], symbolicName: org.apache.camel.camel-cxf

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.ComponentResolver], bundle: org.apache.camel.camel-cxf [31], symbolicName: org.apache.camel.camel-cxf

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.codehaus.stax2.osgi.Stax2OutputFactoryProvider], bundle: woodstox-core-asl [36], symbolicName: woodstox-core-asl

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.framework.hooks.weaving.WeavingHook], bundle: org.apache.aries.proxy.impl [14], symbolicName: org.apache.aries.proxy.impl

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-frontend-jaxrs [34], symbolicName: org.apache.cxf.cxf-rt-frontend-jaxrs

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-features-clustering [50], symbolicName: org.apache.cxf.cxf-rt-features-clustering

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.cm.ConfigurationAdmin], bundle: org.apache.felix.configadmin [29], symbolicName: org.apache.felix.configadmin

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-ws-policy [46], symbolicName: org.apache.cxf.cxf-rt-ws-policy

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.camel.camel-cxf-transport [33], symbolicName: org.apache.camel.camel-cxf-transport

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-rs-client [49], symbolicName: org.apache.cxf.cxf-rt-rs-client

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-ws-policy [46], symbolicName: org.apache.cxf.cxf-rt-ws-policy

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-ws-policy [46], symbolicName: org.apache.cxf.cxf-rt-ws-policy

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-ws-policy [46], symbolicName: org.apache.cxf.cxf-rt-ws-policy

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.proxy.ProxyManager], bundle: org.apache.aries.proxy.impl [14], symbolicName: org.apache.aries.proxy.impl

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.quiesce.participant.QuiesceParticipant], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.cm.ManagedServiceFactory], bundle: org.apache.cxf.cxf-core [35], symbolicName: org.apache.cxf.cxf-core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-ws-policy [46], symbolicName: org.apache.cxf.cxf-rt-ws-policy

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.aries.blueprint.cm [18], symbolicName: org.apache.aries.blueprint.cm

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], bundle: org.apache.camel.camel-cxf-transport [33], symbolicName: org.apache.camel.camel-cxf-transport

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.codehaus.stax2.osgi.Stax2InputFactoryProvider], bundle: woodstox-core-asl [36], symbolicName: woodstox-core-asl

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider], bundle: woodstox-core-asl [36], symbolicName: woodstox-core-asl

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.aries.blueprint.cm [18], symbolicName: org.apache.aries.blueprint.cm

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-core [35], symbolicName: org.apache.cxf.cxf-core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-features-clustering [50], symbolicName: org.apache.cxf.cxf-rt-features-clustering

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], bundle: org.apache.camel.camel-cxf [31], symbolicName: org.apache.camel.camel-cxf

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.camel.camel-blueprint [6], symbolicName: org.apache.camel.camel-blueprint

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], bundle: org.apache.camel.camel-blueprint [6], symbolicName: org.apache.camel.camel-blueprint

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.felix.cm.PersistenceManager], bundle: org.apache.felix.configadmin [29], symbolicName: org.apache.felix.configadmin

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.camel.camel-cxf [31], symbolicName: org.apache.camel.camel-cxf

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-frontend-jaxws [42], symbolicName: org.apache.cxf.cxf-rt-frontend-jaxws

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-ws-policy [46], symbolicName: org.apache.cxf.cxf-rt-ws-policy

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.services.ParserService], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.cm.ConfigurationListener, org.apache.felix.fileinstall.ArtifactListener, org.apache.felix.fileinstall.ArtifactInstaller], bundle: org.apache.felix.fileinstall [30], symbolicName: org.apache.felix.fileinstall

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-bindings-soap [51], symbolicName: org.apache.cxf.cxf-rt-bindings-soap

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.framework.hooks.bundle.EventHook], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.aries.blueprint.core [16], symbolicName: org.apache.aries.blueprint.core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.aries.blueprint.cm [18], symbolicName: org.apache.aries.blueprint.cm

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-ws-addr [45], symbolicName: org.apache.cxf.cxf-rt-ws-addr

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-ws-policy [46], symbolicName: org.apache.cxf.cxf-rt-ws-policy

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-core [35], symbolicName: org.apache.cxf.cxf-core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.url.URLStreamHandlerService], bundle: org.apache.felix.fileinstall [30], symbolicName: org.apache.felix.fileinstall

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider], bundle: woodstox-core-asl [36], symbolicName: woodstox-core-asl

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-core [35], symbolicName: org.apache.cxf.cxf-core

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-rt-ws-policy [46], symbolicName: org.apache.cxf.cxf-rt-ws-policy

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.aries.blueprint.cm [18], symbolicName: org.apache.aries.blueprint.cm

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle: org.apache.camel.camel-spring [32], symbolicName: org.apache.camel.camel-spring

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: org.apache.cxf.cxf-core [35], symbolicName: org.apache.cxf.cxf-core

            [mel.test.blueprint.Main.main()] BlueprintExtender              INFO  Destroying BlueprintContainer for bundle org.apache.cxf.cxf-rt-features-clustering/3.0.4.redhat-621084

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Removing the extensions for bundle 33

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Removing the extensions for bundle 41

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Removing the extensions for bundle 42

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Removing the extensions for bundle 43

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Removing the extensions for bundle 45

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Removing the extensions for bundle 46

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Removing the extensions for bundle 51

            [mel.test.blueprint.Main.main()] CXFActivator                   INFO  Removing the extensions for bundle 52

            [mel.test.blueprint.Main.main()] BlueprintExtender              INFO  Destroying BlueprintContainer for bundle org.apache.camel.camel-cxf-transport/2.15.1.redhat-621084

            [mel.test.blueprint.Main.main()] BlueprintExtender              INFO  Destroying BlueprintContainer for bundle org.apache.camel.camel-cxf/2.15.1.redhat-621084

            [mel.test.blueprint.Main.main()] BlueprintExtender              INFO  Destroying BlueprintContainer for bundle org.apache.aries.blueprint.cm/1.0.6

            [mel.test.blueprint.Main.main()] BlueprintExtender              INFO  Destroying BlueprintContainer for bundle restdemo/1.0.0

            [mel.test.blueprint.Main.main()] BlueprintExtender              INFO  Destroying BlueprintContainer for bundle org.apache.aries.blueprint.core/1.4.4

            [mel.test.blueprint.Main.main()] BlueprintExtender              INFO  Destroying BlueprintContainer for bundle org.apache.camel.camel-blueprint/2.15.1.redhat-621084

            [mel.test.blueprint.Main.main()] Activator                      INFO  Camel activator stopping

            [mel.test.blueprint.Main.main()] Activator                      INFO  Camel activator stopped

            [mel.test.blueprint.Main.main()] CamelBlueprintHelper           INFO  Deleting work directory target/bundles/1465459002082

            [ERROR] *************************************

            [ERROR] Error occurred while running main from: org.apache.camel.test.blueprint.Main

            [ERROR]

            java.lang.reflect.InvocationTargetException

                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

                at java.lang.reflect.Method.invoke(Method.java:497)

                at org.apache.camel.maven.RunMojo$1.run(RunMojo.java:488)

                at java.lang.Thread.run(Thread.java:745)

            Caused by: java.lang.RuntimeException: Gave up waiting for service (objectClass=org.apache.camel.CamelContext)

                at org.apache.camel.test.blueprint.CamelBlueprintHelper.getOsgiService(CamelBlueprintHelper.java:265)

                at org.apache.camel.test.blueprint.CamelBlueprintHelper.getOsgiService(CamelBlueprintHelper.java:226)

                at org.apache.camel.test.blueprint.Main.doStart(Main.java:110)

                at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)

                at org.apache.camel.main.MainSupport.run(MainSupport.java:150)

                at org.apache.camel.main.MainSupport.run(MainSupport.java:354)

                at org.apache.camel.test.blueprint.Main.main(Main.java:84)

                ... 6 more

            [ERROR] *************************************

            [INFO] ------------------------------------------------------------------------

            [INFO] BUILD FAILURE

            [INFO] ------------------------------------------------------------------------

            [INFO] Total time: 01:09 min

            [INFO] Finished at: 2016-06-09T13:27:43+05:30

            [INFO] Final Memory: 32M/336M

            [INFO] ------------------------------------------------------------------------

            [ERROR] Failed to execute goal org.apache.camel:camel-maven-plugin:2.15.1.redhat-621084:run (default-cli) on project restdemo: null: MojoExecutionException: InvocationTargetException: Gave up waiting for service (objectClass=org.apache.camel.CamelContext) -> [Help 1]

            [ERROR]

            [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

            [ERROR] Re-run Maven using the -X switch to enable full debug logging.

            [ERROR]

            [ERROR] For more information about the errors and possible solutions, please read the following articles:

            [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

             

             

            Thanks and Regards,

            Rakesh Chhabria