none
IIS / Kestrel / .net Core Fehler 502.3 RRS feed

  • Frage

  • 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

    Dienstag, 25. September 2018 12:42

Alle Antworten

  • wie groß sind denn die PDFs und wie werden die von ASP.NET core behandelt. Hört sich nach timeout an.

    -hannes

    Sonntag, 3. Februar 2019 18:15
  • Hallo Hannes,

    danke für die Antwort, wir konnten das Problem aber inzwischen selbst lösen. Es lag an Sonderzeichen im Pdf, leider sind bei AspNet Core / IIS die Fehlermeldungen oft nicht sehr aussagekräftig.

    sg Roman

    Montag, 4. Februar 2019 08:02