Server Error in '/' Application.

Timeout performing GET (5000ms), next: GET nationalteam_laenderSpiele, inst: 2, qu: 0, qs: 164, aw: False, rs: ReadAsync, ws: Idle, in: 65536, serverEndpoint: rca-chn-sfvasf-football-prd01.redis.cache.windows.net:6380, mc: 1/1/0, mgr: 10 of 10 available, clientName: WN1MDWK0002Y9, IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=157,Free=32610,Min=4,Max=32767), v: 2.2.4.27433 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: StackExchange.Redis.RedisTimeoutException: Timeout performing GET (5000ms), next: GET nationalteam_laenderSpiele, inst: 2, qu: 0, qs: 164, aw: False, rs: ReadAsync, ws: Idle, in: 65536, serverEndpoint: rca-chn-sfvasf-football-prd01.redis.cache.windows.net:6380, mc: 1/1/0, mgr: 10 of 10 available, clientName: WN1MDWK0002Y9, IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=157,Free=32610,Min=4,Max=32767), v: 2.2.4.27433 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[RedisTimeoutException: Timeout performing GET (5000ms), next: GET nationalteam_laenderSpiele, inst: 2, qu: 0, qs: 164, aw: False, rs: ReadAsync, ws: Idle, in: 65536, serverEndpoint: rca-chn-sfvasf-football-prd01.redis.cache.windows.net:6380, mc: 1/1/0, mgr: 10 of 10 available, clientName: WN1MDWK0002Y9, IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=157,Free=32610,Min=4,Max=32767), v: 2.2.4.27433 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)]
   StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl(Message message, ResultProcessor`1 processor, ServerEndPoint server) +360
   StackExchange.Redis.RedisBase.ExecuteSync(Message message, ResultProcessor`1 processor, ServerEndPoint server) +107
   StackExchange.Redis.RedisDatabase.StringGet(RedisKey key, CommandFlags flags) +148
   BizNet.Sfv.Nis.DataCache2019.NISDataCache2019.tblSpiel(Int32 nSpielId) +536
   BizNet.Sfv.Nis.Telegramm.SpielInformation.getSpielTyp() +40
   BizNet.Sfv.Nis.Telegramm.SpielInformation.loadSpielDetail() +25
   BizNet.Sfv.Nis.Telegramm.SpielInformation..ctor(Int32 nSpielId, Int32 nSpracheId) +929
   ASP.TelegrammMaster_AjaxRD.TelegrammLoad() +1003
   ASP.SpielbetriebMasterObjectRD.showTelegramm() +206
   ASP.SpielbetriebMasterObjectRD.ObjectLoad() +68
   ASP.SpielbetriebMasterObjectRD.Page_Load(Object sender, EventArgs e) +711
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4690.0