iisnode
iisnode copied to clipboard
iisnode encountered an error when processing the request.
We are constantly getting below error on our SSO site.
iisnode encountered an error when processing the request.
HRESULT: 0x6d HTTP status: 500 HTTP subStatus: 1013 HTTP reason: Internal Server Error 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 node.exe process has not written any information to stderr or iisnode was unable to capture this information. Frequent reason is that the iisnode module is unable to create a log file to capture stdout and stderr output from node.exe. Please check that the identity of the IIS application pool running the node.js application has read and write access permissions to the directory on the server where the node.js application is located. Alternatively you can disable logging by setting system.webServer/iisnode/@loggingEnabled element of web.config to 'false'.
We captured ETL trace and found following:
Rest
ThreadID="3,208" ProcessorNumber="0" DataLength="158" FormattedMessage="{A20C61B7-65B4-4C55-AC08-09CBB0BF695A}: iisnode starting to read http response" ThreadID="3,208" ProcessorNumber="0" DataLength="188" FormattedMessage="{A20C61B7-65B4-4C55-AC08-09CBB0BF695A}: iisnode starting to process http response status line" ThreadID="3,208" ProcessorNumber="0" DataLength="184" FormattedMessage="{A20C61B7-65B4-4C55-AC08-09CBB0BF695A}: iisnode failed to process http response status line" ThreadID="3,208" ProcessorNumber="0" DataLength="220" FormattedMessage="{A20C61B7-65B4-4C55-AC08-09CBB0BF695A}: iisnode request processing failed for reasons unrecognized by iisnode"
I have the same issue , it has also been found that a detailed page is working , but not the absolute domain example the domain first page consoto.com is not working but consoto.com/index.html -- working but consoto.com/whatismessed -- working (this will show page not available) but the website will load