iisnode icon indicating copy to clipboard operation
iisnode copied to clipboard

Error

Open oproulx opened this issue 6 years ago • 0 comments

My Azure WebApp restarted today and I started receiving 500 errors. Here is what I see in the logs for the errors:

Data Name="ContextId">{80000024-0402-B700-B63F-84710C7967BB}             Data Name="ModuleName">iisnode             Data Name="Notification">128             Data Name="HttpStatus">500             Data Name="HttpReason">Internal Server Error             Data Name="HttpSubStatus">1013             Data Name="ErrorCode">109             Data Name="ConfigExceptionInfo"

Other information:

  • When I try to get the version of the DLL for iisnode.dll, it returns 0.2.27
  • I added NODE_PENDING_PIPE_INSTANCES to 5000 in my application settings
  • I added IIS_NODE_VERSION 0.2.21 in the application settings

My server is basically returning 500 for every call, although I see the calls coming in the logs. They just return 500.

Pleas help, this has been a recurring issue.

oproulx avatar Mar 23 '18 01:03 oproulx