Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 08-03-2017 12:45 PM
When configuring an AppDynamics Java Agent on a Tomcat server with Felix framework, some users ran into the following error message:
java.lang.NoClassDefFoundError: com/singularity/ee/agent/appagent/entrypoint/bciengine/FastMethodInterceptorDelegatorBoot at org.apache.felix.http.base.internal.DispatcherServlet.service(DispatcherServlet.java) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
This error is due to missing the following configurations which apply to the Felix framework.
<Tomcat-install-dir>/webapps/ROOT/WEB-INF/etc/config
folder.felix-framework.properties
org.osgi.framework.bootdelegation" property
com.singularity.*
to this property.
org.osgi.framework.bootdelegation=sun.*,com.sun.*,com.sun.jndi.ldap,com.yourkit.*,__redirected,com.singularity.*
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form