Hi,
The below error appears only whenever Sim monitoring and docker monitoring enabled is enabled.
(MACHINE_AGENT_PROPERTIES=-Dappdynamics.sim.enabled=true -Dappdynamics.docker.enabled=true)
I could not start up the machine agent due to: Failed to get a response from /info using a GET request. The error encountered is: javax.xml.ws.WebServiceException: Cannot connect to Docker. The unix socket file /var/run/docker.sock does not exist. Please provide a valid file to access. Please see startup.log in the current working directory for details.
Tried resolutions but didnt work :-
https://community.appdynamics.com/t5/Knowledge-Base/How-do-I-resolve-Docker-Machine-Agent-permission-errors/ta-p/26665
running the docker with --network --user options ( docker run --rm -it --network=host --user root --env-file env appdynamics/machine:latest )
... View more