<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AppDynamics Node.JS agent on Windows crashes in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Node-JS-agent-on-Windows-crashes/m-p/721163#M2440</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;It's a late reply, but your post helped me solve it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; the trick was installing the zmq package (&lt;A href="https://github.com/JustinTulloss/zeromq.node" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/JustinTulloss/zeromq.node&lt;/A&gt;) first. &amp;nbsp;Without it, the Server 2016 box just ran and instantly quit my node site. &amp;nbsp;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.&lt;/P&gt;

&lt;P&gt;After Python, VS2013 and zmq it runs fine. &amp;nbsp;My app is now reporting its telemetry to appdynamics &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I hope this might help someone else in the future!&lt;/P&gt;

&lt;P&gt;Kaylee.&lt;/P&gt;</description>
    <pubDate>Sun, 12 Feb 2017 15:25:29 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2017-02-12T15:25:29Z</dc:date>
    <item>
      <title>AppDynamics Node.JS agent on Windows crashes</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Node-JS-agent-on-Windows-crashes/m-p/721162#M2439</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;

&lt;P&gt;Am I doing something wrong?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://dl.dropboxusercontent.com/u/67294255/requiring_appdynamics.png" target="_blank" rel="nofollow noopener noreferrer"&gt;https://dl.dropboxusercontent.com/u/67294255/requiring_appdynamics.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 01:53:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Node-JS-agent-on-Windows-crashes/m-p/721162#M2439</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2016-03-16T01:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics Node.JS agent on Windows crashes</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Node-JS-agent-on-Windows-crashes/m-p/721163#M2440</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;It's a late reply, but your post helped me solve it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; the trick was installing the zmq package (&lt;A href="https://github.com/JustinTulloss/zeromq.node" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/JustinTulloss/zeromq.node&lt;/A&gt;) first. &amp;nbsp;Without it, the Server 2016 box just ran and instantly quit my node site. &amp;nbsp;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.&lt;/P&gt;

&lt;P&gt;After Python, VS2013 and zmq it runs fine. &amp;nbsp;My app is now reporting its telemetry to appdynamics &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I hope this might help someone else in the future!&lt;/P&gt;

&lt;P&gt;Kaylee.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 15:25:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Node-JS-agent-on-Windows-crashes/m-p/721163#M2440</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-02-12T15:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics Node.JS agent on Windows crashes</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Node-JS-agent-on-Windows-crashes/m-p/721164#M2441</link>
      <description>&lt;P&gt;Hi, we had similar issue. After adding &lt;STRONG&gt;require('appdynamics')&lt;/STRONG&gt; nodejs process&amp;nbsp;died.&lt;/P&gt;
&lt;P&gt;One of our developers had found a solution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We were missing&amp;nbsp;&lt;STRONG&gt;MSVCR120.dll,&lt;/STRONG&gt; it's part of &lt;STRONG&gt;"Visual C++ Redistributable for Visual Studio 2013"&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Adding it resolved issue.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 10:25:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Node-JS-agent-on-Windows-crashes/m-p/721164#M2441</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-03-01T10:25:49Z</dc:date>
    </item>
  </channel>
</rss>

