6 Replies Latest reply on Mar 10, 2011 4:55 PM by dlo1957

    Exception on ESB start-up of apache-servicemix-4.3.0-fuse-02-00

    pchandler

      Downloaded apache-servicemix-4.3.0-fuse-02-00 today and tried to start servicemix and got exception (out-of-the-box):

       

      How do I fix it?

       

      On the Console:

      $ bin/servicemix
       ____                  _          __  __ _
      / ___|  ___ _ ____   _(_) ___ ___|  \/  (_)_  __
      \___ \ / _ \ '__\ \ / / |/ __/ _ \ |\/| | \ \/ /
       ___) |  __/ |   \ V /| | (_|  __/ |  | | |>  <
      |____/ \___|_|    \_/ |_|\___\___|_|  |_|_/_/\_\
      
        Apache ServiceMix (4.3.0-fuse-02-00)
      
      Hit '<tab>' for a list of available commands
      and '[cmd] --help' for help on a specific command.
      
      karaf@root> Exception in thread "SpringOsgiExtenderThread-4" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'componentRegistry': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalArgumentException: interface org.springframework.aop.IntroductionInfo is not visible fromclass loader
              at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:149)
              at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:102)
              at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1414)
              at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:245)
              at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
              at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:570)
              at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
              at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)
              at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)
              at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
              at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
              at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:136)
              at java.lang.Thread.run(Thread.java:619)
      Caused by: java.lang.IllegalArgumentException: interface org.springframework.aop.IntroductionInfo is not visible from class loader
              at java.lang.reflect.Proxy.getProxyClass(Proxy.java:353)
              at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:581)
              at org.springframework.aop.framework.JdkDynamicAopProxy.getProxy(JdkDynamicAopProxy.java:117)
              at org.springframework.aop.framework.ProxyFactory.getProxy(ProxyFactory.java:112)
              at org.springframework.osgi.service.util.internal.aop.ProxyUtils$1.run(ProxyUtils.java:65)
              at java.security.AccessController.doPrivileged(Native Method)
              at org.springframework.osgi.service.util.internal.aop.ProxyUtils.createProxy(ProxyUtils.java:62)
              at org.springframework.osgi.service.util.internal.aop.ProxyUtils.createProxy(ProxyUtils.java:39)
              at org.springframework.osgi.service.importer.support.AbstractServiceProxyCreator.createServiceProxy(AbstractServiceProxyCreator.java:107)
              at org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean.createProxy(OsgiServiceProxyFactoryBean.java:206)
              at org.springframework.osgi.service.importer.support.AbstractServiceImporterProxyFactoryBean.getObject(AbstractServiceImporterProxyFactoryBean.java:86)
              at org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean.getObject(OsgiServiceProxyFactoryBean.java:161)
              at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:142)
              ... 12 more
      

       

       

      In the log:

      16:35:14,785 | ERROR | ExtenderThread-4 | ContextLoaderListener            | BundleApplicationContextListener   50 | 73 - org.springframework.osgi.extender - 1.2.0 | Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=servicemix-cxf-se, config=osgibundle:/META-INF/spring/*.xml))
      org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'componentRegistry': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalArgumentException: interface org.springframework.aop.IntroductionInfo is not visible from class loader
           at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:149)[60:org.springframework.beans:3.0.3.RELEASE]
           at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:102)[60:org.springframework.beans:3.0.3.RELEASE]
           at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1414)[60:org.springframework.beans:3.0.3.RELEASE]
           at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:245)[60:org.springframework.beans:3.0.3.RELEASE]
           at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)[60:org.springframework.beans:3.0.3.RELEASE]
           at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:570)[60:org.springframework.beans:3.0.3.RELEASE]
           at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)[62:org.springframework.context:3.0.3.RELEASE]
           at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)[72:org.springframework.osgi.core:1.2.0]
           at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)[72:org.springframework.osgi.core:1.2.0]
           at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)[72:org.springframework.osgi.core:1.2.0]
           at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)[72:org.springframework.osgi.core:1.2.0]
           at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:136)[73:org.springframework.osgi.extender:1.2.0]
           at java.lang.Thread.run(Thread.java:619)[:1.6.0_13]
      Caused by: java.lang.IllegalArgumentException: interface org.springframework.aop.IntroductionInfo is not visible from class loader
           at java.lang.reflect.Proxy.getProxyClass(Proxy.java:353)[:1.6.0_13]
           at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:581)[:1.6.0_13]
           at org.springframework.aop.framework.JdkDynamicAopProxy.getProxy(JdkDynamicAopProxy.java:117)[spring.jar:2.5.5]
           at org.springframework.aop.framework.ProxyFactory.getProxy(ProxyFactory.java:112)[spring.jar:2.5.5]
           at org.springframework.osgi.service.util.internal.aop.ProxyUtils$1.run(ProxyUtils.java:65)
           at java.security.AccessController.doPrivileged(Native Method)[:1.6.0_13]
           at org.springframework.osgi.service.util.internal.aop.ProxyUtils.createProxy(ProxyUtils.java:62)[72:org.springframework.osgi.core:1.2.0]
           at org.springframework.osgi.service.util.internal.aop.ProxyUtils.createProxy(ProxyUtils.java:39)[72:org.springframework.osgi.core:1.2.0]
           at org.springframework.osgi.service.importer.support.AbstractServiceProxyCreator.createServiceProxy(AbstractServiceProxyCreator.java:107)[72:org.springframework.osgi.core:1.2.0]
           at org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean.createProxy(OsgiServiceProxyFactoryBean.java:206)[72:org.springframework.osgi.core:1.2.0]
           at org.springframework.osgi.service.importer.support.AbstractServiceImporterProxyFactoryBean.getObject(AbstractServiceImporterProxyFactoryBean.java:86)[72:org.springframework.osgi.core:1.2.0]
           at org.springframework.osgi.service.importer.support.OsgiServiceProxyFactoryBean.getObject(OsgiServiceProxyFactoryBean.java:161)[72:org.springframework.osgi.core:1.2.0]
           at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:142)[60:org.springframework.beans:3.0.3.RELEASE]
           ... 12 more
      

       

      System Config

      karaf@root> shell:info
      Karaf
        Karaf home                  /home/apache-servicemix-4.3.0-fuse-02-00
        Karaf base                  /home/apache-servicemix-4.3.0-fuse-02-00
        OSGi Framework              org.eclipse.osgi - 3.6.0.v20100517
      
      JVM
        Java Virtual Machine        Java HotSpot(TM) 64-Bit Server VM version 11.3-b02
        Version                     1.6.0_13
        Vendor                      Sun Microsystems Inc.
        Uptime                      16 minutes
        Total compile time          10.179 seconds
      Threads
        Live threads                91
        Daemon threads              49
        Peak                        95
        Total started               261
      Memory
        Current heap size           106,655 kbytes
        Maximum heap size           466,048 kbytes
        Committed heap size         243,328 kbytes
        Pending objects             0
        Garbage collector           Name = 'PS Scavenge', Collections = 14, Time = 0.194 seconds
        Garbage collector           Name = 'PS MarkSweep', Collections = 1, Time = 0.072 seconds
      Classes
        Current classes loaded      8,013
        Total classes loaded        8,013
        Total classes unloaded      0
      Operating system
        Name                        Linux version 2.6.9-78.0.13.ELsmp
        Architecture                amd64
        Processors                  4
      

       

      Bundles loaded:

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