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
03-15-2016 06:53 PM - edited 03-15-2016 06:53 PM
Hi,
I'm trying to use appdynamics agent in a node app, but it silently crashes the entire app when I merely try to require it.
I tried to debug node when it happens and it seems to crash when calling process.dlopen and trying to load the zmq.node module.
Am I doing something wrong?
https://dl.dropboxusercontent.com/u/67294255/requiring_appdynamics.png
Solved! Go to Solution.
02-12-2017 07:25 AM
Hi,
It's a late reply, but your post helped me solve it :) the trick was installing the zmq package (https://github.com/JustinTulloss/zeromq.node) first. Without it, the Server 2016 box just ran and instantly quit my node site. To install zmq you need to install Python first (I installed the 2.7v) and then install an older copy of Visual Studio (Community 2013) to get the MSBUILD tools v2.0.
After Python, VS2013 and zmq it runs fine. My app is now reporting its telemetry to appdynamics :)
I hope this might help someone else in the future!
Kaylee.
03-01-2017 02:25 AM
Hi, we had similar issue. After adding require('appdynamics') nodejs process died.
One of our developers had found a solution.
We were missing MSVCR120.dll, it's part of "Visual C++ Redistributable for Visual Studio 2013".
Adding it resolved issue.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form