Hi,
For IBM WebSphere, add the following to server's Generic JVM Arguments:
-Dorg.osgi.framework.bootdelegation=META-INF.services,com.singularity.*,com.ibm.*
If server is secured, you may need additional steps:
1- Edit the file $WAS_HOME/WebSphere/AppServer/profiles/$ProfileName/properties/server.policy (replace $WAS_HOME and $ProfileName accordingly)
2- Add the following in the first lines:
// AppDynamics Agent Files Permissions
grant codeBase "file:$AppDynAgentDir/-" {
permission java.security.AllPermission;
};
Replace $AppDynAgentDir with the path of your agent files.
Regards,
Luis