Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
02-03-2020 10:02 AM - last edited on 02-03-2020 10:13 AM by Ryan.Paredez
I'm using nodejs appdynamics agent, when deployed in AWS EC2 Container application is not up because of this error.
Even in local when tried to run this, I'm stuck with same error. Please help!
docker container run <<DOCKERIMAGE>>
TypeError: Cannot read property 'logError' of undefined
at LibagentConnector.logError (/usr/src/app/node_modules/appdynamics/lib/libagent/libagent-connector.js:367:17)
at Logger.error (/usr/src/app/node_modules/appdynamics/lib/core/logger.js:167:28)
at Agent.init (/usr/src/app/node_modules/appdynamics/lib/core/agent.js:319:17)
at AppDynamics.self.(anonymous function) [as profile] (/usr/src/app/node_modules/appdynamics/lib/core/agent.js:610:26)
02-04-2020 06:42 AM
Hi Pothuraju,
This issue comes up when the Node version for which the agent was installed differs in the environments. The Node agent has some native dependencies so I suggest installing the agent in the docker container rather than pushing the agent files with the project files. This will ensure the correct agent dependency files would be installed in the docker environment.
Best Regards,
Piyush
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form