<?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: Unable to install AppDynamics into Node app in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Unable-to-install-AppDynamics-into-Node-app/m-p/730059#M6962</link>
    <description>&lt;P&gt;Thanks for the reply&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142051"&gt;@Ryan.Paredez&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did see this and tried their solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the following in package.json does not change anything. This file does exist and I believe that it should then download two more files.&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;"appdynamics"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"https://registry.npmjs.org/appdynamics/-/appdynamics-22.11.0.tgz"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;These are the two files it is failing to download, are they really available via the CDN?&lt;/P&gt;&lt;P&gt;&lt;A href="https://cdn.appdynamics.com/packages/nodejs/22.11.0.0/appdynamics-native-native-win32-x64-v18.tgz" target="_blank" rel="nofollow noopener noreferrer"&gt;https://cdn.appdynamics.com/packages/nodejs/22.11.0.0/appdynamics-native-native-win32-x64-v18.tgz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cdn.appdynamics.com/packages/nodejs/22.11.0.0/appdynamics-native-native-win32-x64-v18.tgz&amp;quot;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://cdn.appdynamics.com/packages/nodejs/22.11.0.0/appdynamics-native-native-win32-x64-v18.tgz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I cant find them in&amp;nbsp;&lt;SPAN&gt;registry.npmjs.org so cannot use direct links to them. Same thing with 23.3.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also clearing the cache makes no difference.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 16 Mar 2023 22:08:38 GMT</pubDate>
    <dc:creator>Alan_Mangroo</dc:creator>
    <dc:date>2023-03-16T22:08:38Z</dc:date>
    <item>
      <title>Unable to install AppDynamics into Node app</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Unable-to-install-AppDynamics-into-Node-app/m-p/730057#M6960</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a new Node app and am trying to install the AppDynamics package. This fails with a 403 when downloading some files.&lt;/P&gt;&lt;P&gt;This is from a Windows 11 machine using Node 18.15.0. We also have Mac M1 developers who also need to be able to install this package.&lt;/P&gt;&lt;P&gt;Seeing as this is a 403 is there some kind of authentication needed? Or is the file just not available over the VPN. If I paste the download URL into a browser I also get a 403.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;PRE class="lia-code-sample language-markup"&gt;&lt;CODE&gt;installing packageappdynamics-libagent-napi-native
v18.15.0
Testing: BaseUrl set is:https://cdn.appdynamics.com/packages/nodejs/
Agent version 23.3.0
Get agent version result is:23.3.0.0
Agent version 23.3.0
baseUrl is:https://cdn.appdynamics.com/packages/nodejs/
DownloadURL is:https://cdn.appdynamics.com/packages/nodejs/23.3.0.0/appdynamics-libagent-napi-native-win32-x64-v18.tgz
https://cdn.appdynamics.com/packages/nodejs/23.3.0.0/appdynamics-libagent-napi-native-win32-x64-v18.tgz
Agent version 23.3.0
Downloadinghttps://cdn.appdynamics.com/packages/nodejs/23.3.0.0/appdynamics-libagent-napi-native-win32-x64-v18.tgz
Saving toC:\Users\alanm\AppData\Local\Temp\appdynamics-23.3.0.0\appdynamics-libagent-napi-native-win32-x64-v18.tgz
user agent: yarn/1.22.19 npm/? node/v18.15.0 win32 x64
Receiving... https://cdn.appdynamics.com/packages/nodejs/23.3.0.0/appdynamics-libagent-napi-native-win32-x64-v18.tgz
Error requesting archive.
Status: 403
Request options: {
  "uri": "https://cdn.appdynamics.com/packages/nodejs/23.3.0.0/appdynamics-libagent-napi-native-win32-x64-v18.tgz",
  "followRedirect": true,
  "headers": {
    "User-Agent": "yarn/1.22.19 npm/? node/v18.15.0 win32 x64"
  },
  "gzip": true,
  "encoding": null,
  "strictSSL": true,
  "hostname": "cdn.appdynamics.com",
  "path": "/packages/nodejs/23.3.0.0/appdynamics-libagent-napi-native-win32-x64-v18.tgz"
}
Response headers: {
  "content-type": "application/xml",
  "transfer-encoding": "chunked",
  "connection": "close",
  "date": "Wed, 15 Mar 2023 21:13:36 GMT",
  "server": "nginx/1.16.1",
  "x-cache": "Error from cloudfront",
  "via": "1.1 9910b161083ec8200ad24e6d6beec168.cloudfront.net (CloudFront)",
  "x-amz-cf-pop": "SYD1-C1",&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Mar 2023 21:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Unable-to-install-AppDynamics-into-Node-app/m-p/730057#M6960</guid>
      <dc:creator>Alan_Mangroo</dc:creator>
      <dc:date>2023-03-15T21:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install AppDynamics into Node app</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Unable-to-install-AppDynamics-into-Node-app/m-p/730058#M6961</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/162706"&gt;@Alan.Mangroo&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I found this existing post, it's a bit old, but the problem/error seem to be similar.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.appdynamics.com/t5/Dynamic-Languages-Node-JS-Python/Unable-to-npm-install-appdynamics-4-5-23/m-p/38178" target="_blank"&gt;https://community.appdynamics.com/t5/Dynamic-Languages-Node-JS-Python/Unable-to-npm-install-appdynamics-4-5-23/m-p/38178&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Let me know if it helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 21:50:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Unable-to-install-AppDynamics-into-Node-app/m-p/730058#M6961</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2023-03-16T21:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install AppDynamics into Node app</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Unable-to-install-AppDynamics-into-Node-app/m-p/730059#M6962</link>
      <description>&lt;P&gt;Thanks for the reply&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142051"&gt;@Ryan.Paredez&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did see this and tried their solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the following in package.json does not change anything. This file does exist and I believe that it should then download two more files.&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;"appdynamics"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"https://registry.npmjs.org/appdynamics/-/appdynamics-22.11.0.tgz"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;These are the two files it is failing to download, are they really available via the CDN?&lt;/P&gt;&lt;P&gt;&lt;A href="https://cdn.appdynamics.com/packages/nodejs/22.11.0.0/appdynamics-native-native-win32-x64-v18.tgz" target="_blank" rel="nofollow noopener noreferrer"&gt;https://cdn.appdynamics.com/packages/nodejs/22.11.0.0/appdynamics-native-native-win32-x64-v18.tgz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cdn.appdynamics.com/packages/nodejs/22.11.0.0/appdynamics-native-native-win32-x64-v18.tgz&amp;quot;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://cdn.appdynamics.com/packages/nodejs/22.11.0.0/appdynamics-native-native-win32-x64-v18.tgz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I cant find them in&amp;nbsp;&lt;SPAN&gt;registry.npmjs.org so cannot use direct links to them. Same thing with 23.3.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also clearing the cache makes no difference.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2023 22:08:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Unable-to-install-AppDynamics-into-Node-app/m-p/730059#M6962</guid>
      <dc:creator>Alan_Mangroo</dc:creator>
      <dc:date>2023-03-16T22:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install AppDynamics into Node app</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Unable-to-install-AppDynamics-into-Node-app/m-p/730060#M6963</link>
      <description>&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/162706"&gt;@Alan.Mangroo&lt;/A&gt;&amp;nbsp; As I keep looking, I saw something else to make sure the environment is compatible.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.appdynamics.com/appd/23.x/latest/en/application-monitoring/install-app-server-agents/node-js-agent/node-js-supported-environments" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/appd/23.x/latest/en/application-monitoring/install-app-server-agents/node-js-agent/node-js-supported-environments&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 22:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Unable-to-install-AppDynamics-into-Node-app/m-p/730060#M6963</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2023-03-16T22:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install AppDynamics into Node app</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Unable-to-install-AppDynamics-into-Node-app/m-p/730061#M6964</link>
      <description>&lt;P&gt;Thanks again&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142051"&gt;@Ryan.Paredez&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think this makes sense then, Windows 11 is not supported. I just tried the same on Ubuntu using WSL, that worked so I think we can make this work for us.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 22:56:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Unable-to-install-AppDynamics-into-Node-app/m-p/730061#M6964</guid>
      <dc:creator>Alan_Mangroo</dc:creator>
      <dc:date>2023-03-16T22:56:14Z</dc:date>
    </item>
  </channel>
</rss>

