1 Reply Latest reply on Apr 9, 2008 9:16 PM by ccustine

    FUSE-ESB 3.3.0.9

    mggardiner

      I get the following when trying to start Fuse ESB 3.3.0.9.

       

      Loading Apache ServiceMix from servicemix.xml on the CLASSPATH

      INFO  - ConnectorServerFactoryBean     - JMX connector available at: service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi

      Caught: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activemqMCF' defined in class path resource : Cannot resolve reference to bea

      n 'activemqRA' while setting bean property 'resourceAdapter'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activemqRA' d

      efined in class path resource : Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org

      .apache.activemq.ra.MessageResourceAdapter]: Specified class is an interface

      org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activemqMCF' defined in class path resource : Cannot resolve reference to bean 'activ

      emqRA' while setting bean property 'resourceAdapter'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activemqRA' defined i

      n class path resource : Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.

      activemq.ra.MessageResourceAdapter]: Specified class is an interface

      Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activemqRA' defined in class path resource : Instantiation of bean failed;

      nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class : Specified class is an inte

      rface

      Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class : Specified class is an interface

              at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:51)

              at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:756)

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

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

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

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

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

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

              at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:261)

              at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:109)

              at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1099)

              at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)

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

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

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

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

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

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

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

              at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.

       

       

      I don't have anything specified in my CLASSPATH environment variable.

       

      Edited by: mggardiner on Apr 9, 2008 1:32 PM