Hi, I am trying to use yourkit with servicemix in linux. The following is the configuration I am using to enable profiling of servicemix in Linux.
export JAVA_OPTS='-Xmx512M -agentlib:yjpagent' however when I do this I get the following error message IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64 j9vmxa6423-20071005 (JIT enabled) servicemix: Enabling Java debug options: -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 Listening for transport dt_socket at address: 5005 Starting Apache ServiceMix ESB: 3.2.1 Loading Apache ServiceMix from servicemix.xml on the CLASSPATH Caught: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [activemq.xml]; nested exception is java.lang.ClassCircularityError . . . The configuration is working fine with windows.Pls let me know how to solve the problem. Regards, Ganesh -- View this message in context: http://www.nabble.com/-activemq.xml---nested-exception-is-java.lang.ClassCircularityError-tp18563204p18563204.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
