IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
JBoss data collector throws java.lang.NoClassDefFoundError exception during server start
The problem: During server start, JBoss data collectors throws the following exception:
java.lang.NoClassDefFoundError: javax/resource/cci/ConnectionThe reason: JBoss application server provides JCA service implementation such as javax/resource/cci/Connection. There is a conflict when both the J2EE application and JBoss application server includes the same JCA service implementation.
The solution:Since JCA service implementation is already provided by JBoss application server, the solution is to remove the conflicting class in the J2EE application.
Parent topic:
data collector