Problem:
The following error is displayed in the agent logs and impacts application deployment.
java.lang.ClassNotFoundException: com.singularity.ee.agent.appagent.services.bciengine.templates.IAxisOperation
Solution:
Restart the JVM by including the following startup parameter.
-Dappdynamics.bciengine.should.implement.new.interfaces=false
This flag is an internal agent setting and will not have any impact on application or agent functionality. It is occasionally needed for OSGI containers.