Hi,
I try to install appdynamic agent on FUSE ESB 7.1.0 ( windows) . In the Fuse ESB start script I added :
set JMX_AGENT=-javaagent:%KARAF_HOME%/AppServerAgent/javaagent.jar
set DEFAULT_JAVA_OPTS=%DEFAULT_JAVA_OPTS% %JMX_AGENT%
when the start script ran, the error is following :
2014-08-28 11:41:14,829 | INFO | Q Broker: fusemq | ActiveMQServiceFactory | 148 - org.fusesource.mq.mq-fabric - 7.1.0.fuse-047 | Broker fusemq failed to start. Will try again in 10 seconds
2014-08-28 11:41:14,829 | INFO | Q Broker: fusemq | ActiveMQServiceFactory | 148 - org.fusesource.mq.mq-fabric - 7.1.0.fuse-047 | Exception on start: java.lang.NoClassDefFoundError: com/singularity/ee/agent/appagent/entrypoint/bciengine/FastMethodInterceptorDelegator
java.lang.NoClassDefFoundError: com/singularity/ee/agent/appagent/entrypoint/bciengine/FastMethodInterceptorDelegator
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java)[108:org.springframework.beans:3.0.7.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:575)[108:org.springframework.beans:3.0.7.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1330)[108:org.springframework.beans:3.0.7.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:317)[108:org.springframework.beans:3.0.7.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:396)[108:org.springframework.beans:3.0.7.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:594)[107:org.springframework.context:3.0.7.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:407)[107:org.springframework.context:3.0.7.RELEASE]
at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:64)[143:org.apache.xbean.spring:3.12.0]
at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:52)[143:org.apache.xbean.spring:3.12.0]
at org.fusesource.mq.fabric.ActiveMQServiceFactory$$anon$1.<init>(ActiveMQServiceFactory.scala:83)[148:org.fusesource.mq.mq-fabric:7.1.0.fuse-047]
at org.fusesource.mq.fabric.ActiveMQServiceFactory$.createBroker(ActiveMQServiceFactory.scala:83)[148:org.fusesource.mq.mq-fabric:7.1.0.fuse-047]
at org.fusesource.mq.fabric.ActiveMQServiceFactory$ClusteredConfiguration$$anon$3.run(ActiveMQServiceFactory.scala:305)[148:org.fusesource.mq.mq-fabric:7.1.0.fuse-047]
Thank you very much for help!
Salim