<?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: Node JS Agent :: Module did not self register error in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722296#M3099</link>
    <description>&lt;P&gt;HI Shiva,&lt;/P&gt;

&lt;P&gt;Please let us know if you still face issue.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Ayush&lt;/P&gt;</description>
    <pubDate>Fri, 04 Aug 2017 04:16:07 GMT</pubDate>
    <dc:creator>Ayush_Ghosh</dc:creator>
    <dc:date>2017-08-04T04:16:07Z</dc:date>
    <item>
      <title>Node JS Agent :: Module did not self register error</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722290#M3093</link>
      <description>&lt;P&gt;Environment::&lt;/P&gt;
&lt;P&gt;AppDynamics Controller version 4.3.1&lt;/P&gt;
&lt;P&gt;Node js agent 4.2.15 (latest)&lt;/P&gt;


&lt;P&gt;first issue i had was 403 when i try to install appdynamics i have followed this article&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/Archive/403-on-npm-install/m-p/21222" target="_blank"&gt;https://community.appdynamics.com/t5/Archive/403-on-npm-install/m-p/21222&lt;/A&gt; to download and install appDynamics npm package.&amp;nbsp;&lt;/P&gt;


&lt;P&gt;my npm version is 7.6. and i have spoofed&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;user-agent=npm/3.7.3 node/v0.10.41 linux x64 to bypass appdynamics restriction per the article outlined.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;now after adding code with parameters specific to our environment in server.js&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;require("appdynamics").profile({
  controllerHostName: '&amp;lt;controller host name&amp;gt;',
  controllerPort: &amp;lt;controller port number&amp;gt;, 
  controllerSslEnabled: false,  // Set to true if controllerPort is SSL
  accountName: '&amp;lt;AppDynamics_account_name&amp;gt;',
  accountAccessKey: '&amp;lt;AppDynamics_account_key&amp;gt;', //required
  applicationName: 'your_app_name',
  tierName: 'choose_a_tier_name', 
  nodeName: 'choose_a_node_name', 
 });&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;now i receive below error,&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt; module.js:598&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;return process.dlopen(module, path._makeLong(filename));&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;^&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt; Error: Module did not self-register.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Object.Module._extensions..node (module.js:598:18)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Module.load (module.js:503:32)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at tryModuleLoad (module.js:466:12)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Function.Module._load (module.js:458:3)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Module.require (module.js:513:17)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at require (internal/module.js:11:18)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at requireProtobufBinding (/usr/src/app/api/node_modules/appdynamics-protobuf/index.js:29:11)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Object.&amp;lt;anonymous&amp;gt; (/usr/src/app/api/node_modules/appdynamics-protobuf/index.js:33:18)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Module._compile (module.js:569:30)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Object.Module._extensions..js (module.js:580:10)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 21:10:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722290#M3093</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-01T21:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Node JS Agent :: Module did not self register error</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722291#M3094</link>
      <description>&lt;P&gt;Hi Shivakumar,&lt;/P&gt;

&lt;P&gt;AppDynamics Node.JS agent has native dependencies, hence, spoofing the user agent to get appdynamics will not suffice the agent installation.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;As per your spoofed user agent, ou downloaded the appdynamics package for Node.JS 0.10.41, hence its not working.&lt;/P&gt;

&lt;P&gt;Since you have a 4.3 controller, could you try installing by using the appdynamics package by the command&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;npm install appdynamics@4.3&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Please revert to the original useragent before installing. Please also make sure to have the appdynamics profile block to be the first line in the script.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Ayush&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 04:45:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722291#M3094</guid>
      <dc:creator>Ayush_Ghosh</dc:creator>
      <dc:date>2017-08-02T04:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Node JS Agent :: Module did not self register error</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722292#M3095</link>
      <description>&lt;P&gt;ok great! it installed after resetting node agent...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now when i start my app i receive below error...&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt; invalid ELF header&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; module.js:598&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;return process.dlopen(module, path._makeLong(filename));&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;^&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; Error: /usr/src/app/api/node_modules/appdynamics-protobuf/build/Release/protobuf_for_node.node: invalid ELF header&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Object.Module._extensions..node (module.js:598:18)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Module.load (module.js:503:32)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at tryModuleLoad (module.js:466:12)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Function.Module._load (module.js:458:3)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Module.require (module.js:513:17)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at require (internal/module.js:11:18)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at tryRequire (/usr/src/app/api/node_modules/appdynamics-protobuf/index.js:15:11)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at requireProtobufBinding (/usr/src/app/api/node_modules/appdynamics-protobuf/index.js:23:18)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Object.&amp;lt;anonymous&amp;gt; (/usr/src/app/api/node_modules/appdynamics-protobuf/index.js:33:18)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s3"&gt;fsi-express-api_1 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;at Module._compile (module.js:569:30)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:43:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722292#M3095</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-02T13:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Node JS Agent :: Module did not self register error</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722293#M3096</link>
      <description>&lt;P&gt;actually for node v 8.1.3 the same step is not working,&lt;/P&gt;
&lt;P&gt;i was using a older version of Node. (7.6) sorry for not doing this upfront&lt;/P&gt;


&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;9801a79322d3:api snc003$ npm install appdynamics@4.3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;ERR!&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;code&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; E403&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;ERR!&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; 403 Forbidden: appdynamics-zmq@&lt;A href="http://packages.appdynamics.com/nodejs/4.3.4.0/appdynamics-zmq.tgz" target="_blank" rel="nofollow noopener noreferrer"&gt;http://packages.appdynamics.com/nodejs/4.3.4.0/appdynamics-zmq.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;tried with 4.3.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;9801a79322d3:api snc003$ npm install appdynamics@4.3.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;ERR!&lt;/SPAN&gt; &lt;SPAN class="s4"&gt;code&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; E403&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;npm&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;ERR!&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; 403 Forbidden: appdynamics-zmq@&lt;A href="http://packages.appdynamics.com/nodejs/4.3.1.1/appdynamics-zmq.tgz" target="_blank" rel="nofollow noopener noreferrer"&gt;http://packages.appdynamics.com/nodejs/4.3.1.1/appdynamics-zmq.tgz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:55:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722293#M3096</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-02T13:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Node JS Agent :: Module did not self register error</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722294#M3097</link>
      <description>&lt;P&gt;Hi Shiva,&lt;/P&gt;

&lt;P&gt;Right now Node.JS version 8.x is not supported. It should be out in coming weeks.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Rightnow you can use the agent for any Node.JS version 7.x.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Ayush&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 06:37:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722294#M3097</guid>
      <dc:creator>Ayush_Ghosh</dc:creator>
      <dc:date>2017-08-03T06:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Node JS Agent :: Module did not self register error</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722295#M3098</link>
      <description>&lt;P&gt;Thanks for the feedback, i am gonna downgrade to 7.10 and use Node js agent&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 19:23:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722295#M3098</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-03T19:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Node JS Agent :: Module did not self register error</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722296#M3099</link>
      <description>&lt;P&gt;HI Shiva,&lt;/P&gt;

&lt;P&gt;Please let us know if you still face issue.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Ayush&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 04:16:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722296#M3099</guid>
      <dc:creator>Ayush_Ghosh</dc:creator>
      <dc:date>2017-08-04T04:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Node JS Agent :: Module did not self register error</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722297#M3100</link>
      <description>&lt;P&gt;i was able to resolve the issue in local Mac and local Docker file(Development Environment -&lt;SPAN&gt;Alpine with glibc&lt;/SPAN&gt;), but i receive 403 forbidden in (AWS)Deployed environmet (Docker - (Node 7.10.1 -Alpine Linux with glibc)...&lt;/P&gt;
&lt;P&gt;the command appdynamics@4.3.4 works in local Mac and local Docker file but does not in AWS Deployed environment ..&lt;/P&gt;
&lt;P&gt;Host machine is RHEL EC2 instance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;i have downloaded appdynamics npm modules from Local Docker file and using that&amp;nbsp;as a workaround to get going in deployed environment&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 19:55:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722297#M3100</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-09T19:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Node JS Agent :: Module did not self register error</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722298#M3101</link>
      <description>&lt;P&gt;Hi Shiva,&lt;/P&gt;

&lt;P&gt;As we have discussed in earlier tickets, that the Node.JS agent has native dependencies thus when installed it gets the compatible package from our repository.&lt;/P&gt;

&lt;P&gt;It seems that your Node.JS environment in AWS is different from the one in local. Otherwise the agent download/install should work seamlessly.&lt;/P&gt;

&lt;P&gt;Could you please confirm the same by checking the npm user agent config&amp;nbsp;from both the local docker &amp;amp; the one running in AWS.&lt;/P&gt;

&lt;P&gt;Here is the command to check the same.&lt;/P&gt;


&lt;PRE&gt;npm config get user-agent&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Ayush&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 05:23:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722298#M3101</guid>
      <dc:creator>Ayush_Ghosh</dc:creator>
      <dc:date>2017-08-10T05:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Node JS Agent :: Module did not self register error</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722299#M3102</link>
      <description>&lt;P&gt;Thank you for your quick reply! It does help me a lot!&lt;/P&gt;
&lt;P&gt;____________&lt;/P&gt;
&lt;P&gt;&lt;A href="https://jsonformatter-online.com" target="_self" rel="nofollow noopener noreferrer"&gt;JSON Formatter&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 03:51:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Node-JS-Agent-Module-did-not-self-register-error/m-p/722299#M3102</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-28T03:51:02Z</dc:date>
    </item>
  </channel>
</rss>

