You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
The last 64k of the output generated by the node.exe process to stderr is shown below:
Application has thrown an uncaught exception and is terminated:
TypeError: handle.setSimultaneousAccepts is not a function
at target._send (node:internal/child_process:835:16)
at target.send (node:internal/child_process:752:19)
at sendHelper (node:internal/cluster/utils:28:15)
at RoundRobinHandle.handoff (node:internal/cluster/round_robin_handle:131:3)
at RoundRobinHandle.distribute (node:internal/cluster/round_robin_handle:111:10)
at handle.onconnection (node:internal/cluster/round_robin_handle:44:54)
ETW trace has this: <Data>{31AF8149-ECAA-422B-9B42-269624408224}: iisnode was unable to establish named pipe connection to the node.exe process</Data>
Followed these steps to setup IIS, however it is still not working.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
iisnode encountered an error when processing the request.
You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.
In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
The last 64k of the output generated by the node.exe process to stderr is shown below:
ETW trace has this:
<Data>{31AF8149-ECAA-422B-9B42-269624408224}: iisnode was unable to establish named pipe connection to the node.exe process</Data>
Followed these steps to setup IIS, however it is still not working.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: