iisnode icon indicating copy to clipboard operation
iisnode copied to clipboard

The iisnode module is unable to start the node.exe process.

Open sk000007 opened this issue 6 years ago • 4 comments

SETUP...

  1. Windows 2012
  2. Plesk Control Panel
  3. Multiple sites/sub-domains
  4. NodeJs app under ..com/api

It seems that iisnode module just cant find node.exe to service my requests..

Note: running node fro command prompt works as expected...so there is entry in the PATH variable.

My main app in angular api calls returns the following error

The iisnode module is unable to start the node.exe process. Make sure the node.exe executable is available at the location specified in the system.webServer/iisnode/@nodeProcessCommandLine element of web.config. By default node.exe is expected in one of the directories listed in the PATH environment variable.

sk000007 avatar Dec 13 '18 13:12 sk000007

I have this same issue. Anybody with a resolution ??

theanimashaun avatar Jan 25 '19 09:01 theanimashaun

I've had the same issue then I found out this article, it solved my problem.

rsalunga29 avatar Mar 04 '19 08:03 rsalunga29

any update on this?

a-patel avatar Mar 27 '19 08:03 a-patel

I had the same problem, Restarted the WAS using below command and it got fixed!

Run this as administrator in cmd

net stop was /y & net start w3svc

anandBrose avatar Aug 07 '19 05:08 anandBrose