Hi, I have created a docker image using: OpenJDK glassfish 5.1 etc. and installed the java appagent t inside the container where glassfish is running. and configured the glassfish: to use the JVM parameter -javaagent: /opt/appdynamics/appagent/javaagent .jar. modified osgi.properties for glassfish to use com.singularity.* the agent /opt/appdynamics/appagent/javaagent .jar is unzipped inside the container where glassfish is running The controller doesn't receive any events not does there are any log files generated where the agent is located. We are using appdynamics on-premise successfully with the above configuration without any dockerization. Without logs, it is pretty difficult to trouble shoot the issue. Any advise would be apprecited.
... View more