Hallo,
wir bekommen bei Dateien (pdf / Jpg) immer wieder 502.3 Fehler. Das passiert auf einem Windows Server 2016 / IIS 10 und die Anwendung ist eine Asp.net Core Web Application, die aber noch in .net Framework 4.7 geschriben ist.
Im Application Insights haben wir den folgenden Fehler, der uns aber nicht weiter hilft, da wir da keine weiteren Infos herausfinden (bzw. nicht wissen wo wir weiter Infos bekommen).
Application Insights:
Message |
Connection processing ended abnormally. |
<svg aria-hidden="true" focusable="false" role="presentation" viewBox="0 0 16 16"><g aria-hidden="true" role="presentation"><circle
aria-hidden="true" cx="14.4" cy="7.6" r="1.6" role="presentation"></circle><circle aria-hidden="true" cx="8" cy="7.6" r="1.6" role="presentation"></circle><circle
aria-hidden="true" cx="1.6" cy="7.6" r="1.6" role="presentation"></circle></g></svg>
|
Exception type |
Microsoft.AspNetCore.Connections.ConnectionAbortedException |
<svg aria-hidden="true" focusable="false" role="presentation" viewBox="0 0 16 16"><g aria-hidden="true" role="presentation"><circle
aria-hidden="true" cx="14.4" cy="7.6" r="1.6" role="presentation"></circle><circle aria-hidden="true" cx="8" cy="7.6" r="1.6" role="presentation"></circle><circle
aria-hidden="true" cx="1.6" cy="7.6" r="1.6" role="presentation"></circle></g></svg>
|
Failed method |
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw |
Im IIs Trace Log sind diese Fehler, die Trace Files sind auch sehr lang (das ist der Eintrag 1411 in diesem Trace File).
<fieldset class="no-border" id="section_detail_1411">
1411.
-MODULE_SET_RESPONSE_ERROR_STATUS
ModuleName |
AspNetCoreModule |
Notification |
EXECUTE_REQUEST_HANDLER |
HttpStatus |
502 |
HttpReason |
Bad Gateway |
HttpSubStatus |
3 |
ErrorCode |
Es wurde versucht, auf eine nicht vorhandene Netzwerkverbindung zuzugreifen. (0x800704cd) |
ConfigExceptionInfo |
|
</fieldset><fieldset class="no-border" id="section_detail_1412">
0 ms
Warning
1412. -SET_RESPONSE_ERROR_DESCRIPTION
ErrorDescription |
There was a connection error while trying to route the request. |
</fieldset>
Danke für die Hilfe,
Roman