cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Node JS Agent download not working for 32 bits architecture inside Windows

danielvm
Explorer

Hi Team!

 

   I can download Node JS agent using NPM inside Windows 64 and Linux, but this is not the case for Windows 32 bits Node JS, I'm getting 403 error.

 

   Can you help me please? I tried it from more than one machine from multiple locations.

 

thanks

2 REPLIES 2

Ayush.Ghosh
AppDynamics Team

Hi,

 

Windows NodeJS agent is supported only for 64bit architecture.

 

Thanks

Hi!

 

    The main issue here is that we are trying to use AppDynamics Agent inside Microsoft Azure Functions App for Node JS and it's not working. 

    I managed to install Node JS 64 bits there and installed AppDynamics using npm, but I'm getting the following error:

 

2017-03-10T13:37:55.488 Exception while executing function: Functions.POCAppDynamics. mscorlib: Error: %1 is not a valid Win32 application.
\\?\D:\home\site\wwwroot\POCAppDynamics\node_modules\appdynamics\node_modules\appdynamics-protobuf\protobuf_for_node.node
    at Error (native)
    at Object.Module._extensions..node (module.js:583:18)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at requireProtobufBinding (D:\home\site\wwwroot\POCAppDynamics\node_modules\appdynamics\node_modules\appdynamics-protobuf\index.js:29:11)
    at Object.<anonymous> (D:\home\site\wwwroot\POCAppDynamics\node_modules\appdynamics\node_modules\appdynamics-protobuf\index.js:33:18)
    at Module._compile (module.js:556:32)
    at Object.Module._extensions..js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19). 

 

Do you think possible to use AppDynamics agent inside Microsoft Azure Functions App?

 

thanks

Vinicius