Hello,
On a Linux (ubuntu 15) environment
using npm version 3.6.0
using npm install appdynamics@4.1.7
or
npm install appdynamics@latest
ends up with "fetch failed" status code 403.
How to install the agent? Thanks.
yuri@yuri-Z68AP-D3:~/parrot/cuba/parrot-cuba-stage-api$ npm install appdynamics@4.1.7 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-protobuf.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-native.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-zmq.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-native.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-zmq.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-protobuf.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-native.tgz npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-protobuf.tgz npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.7.0/appdynamics-zmq.tgz npm ERR! Linux 4.2.0-25-generic npm ERR! argv "/home/yuri/.nvm/versions/node/v5.6.0/bin/node" "/home/yuri/.nvm/versions/node/v5.6.0/bin/npm" "install" "appdynamics@4.1.7" npm ERR! node v5.6.0 npm ERR! npm v3.6.0 npm ERR! fetch failed with status code 403 yuri@yuri-Z68AP-D3:~/parrot/cuba/parrot-cuba-stage-api$ npm install appdynamics@latest npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-native.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-zmq.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-protobuf.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-zmq.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-native.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403 npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.8.0/appdynamics-protobuf.tgz npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
I am having same problem, My node install is 4.4.0
-bash-4.1$ npm install appdynamics@4.1.7
npm ERR! Linux 2.6.32-573.3.1.el6.x86_64
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "appdynamics@4.1.7"
npm ERR! node v4.4.0
npm ERR! npm v2.14.20
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your version of node/npm: appdynamics@4.1.7
npm ERR! notsup Required: {"node":">=0.8.0 <=0.12.7"}
npm ERR! notsup Actual: {"npm":"2.14.20","node":"4.4.0"}
How do I fix this?
Appdynamics Node agent does not support node version 4.4.0 yet.
Click on the Arrow icon next to 4.2.1 and 4.2.0 to see the list of all supported Node.js versions per major and minor release.
https://docs.appdynamics.com/display/PRO42/Node.js+Supported+Environments
You might want to upgrade your node version to 5.0.0 and then try installing 4.2.1
npm install appdynamics@4.2.1
Looks like the problem is that it doens't support node 5.x.x
Checked
npm view appdynamics
Got:
...
engines: { node: '>=0.8.0 <=0.12.9' },
...
Rolled back on
node v0.12.7 and npm 2.11.3
installed ok
Same problem here. Node 5 is out for a long time now...
5.x is available in 4.2 https://docs.appdynamics.com/display/PRO42/Node.js+Supported+Environments
Thank you but this doesn't solve the issue :
npm install --save appdynamics@next
npm WARN engine appdynamics@4.2.0: wanted: {"node":">=0.8.0 <=5.3.0"} (current: {"node":"5.5.0","npm":"3.3.12"})
npm WARN engine appdynamics@4.2.0: wanted: {"node":">=0.8.0 <=5.3.0"} (current: {"node":"5.5.0","npm":"3.3.12"})
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-protobuf.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-zmq.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-native.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-native.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-zmq.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.0.0/appdynamics-protobuf.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
Your CDN response :
Right now we only support 5.x up to 5.3. Check:
https://docs.appdynamics.com/display/PRO42/Node.js+Supported+Environments