“/ask”应用程序中的服务器错误。

SocketFailure on 172.31.2.110:19000/Interactive, origin: Error, input-buffer: 0, outstanding: 0, last-read: 21s ago, last-write: 21s ago, unanswered-write: -376570s ago, keep-alive: 60s, pending: 0, state: Connecting, last-heartbeat: never, last-mbeat: -1s ago, global: 21s ago

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: StackExchange.Redis.RedisConnectionException: SocketFailure on 172.31.2.110:19000/Interactive, origin: Error, input-buffer: 0, outstanding: 0, last-read: 21s ago, last-write: 21s ago, unanswered-write: -376570s ago, keep-alive: 60s, pending: 0, state: Connecting, last-heartbeat: never, last-mbeat: -1s ago, global: 21s ago

源错误:

执行当前 Web 请求期间生成了未经处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。

堆栈跟踪:


[RedisConnectionException: SocketFailure on 172.31.2.110:19000/Interactive, origin: Error, input-buffer: 0, outstanding: 0, last-read: 21s ago, last-write: 21s ago, unanswered-write: -376570s ago, keep-alive: 60s, pending: 0, state: Connecting, last-heartbeat: never, last-mbeat: -1s ago, global: 21s ago]

[RedisConnectionException: No connection is available to service this operation: GET DicCarSerialSpellAndId_NEW; SocketFailure on 172.31.2.110:19000/Interactive, origin: Error, input-buffer: 0, outstanding: 0, last-read: 21s ago, last-write: 21s ago, unanswered-write: -376570s ago, keep-alive: 60s, pending: 0, state: Connecting, last-heartbeat: never, last-mbeat: -1s ago, global: 21s ago; IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=1,Free=32766,Min=4,Max=32767), Local-CPU: n/a]
   StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl(Message message, ResultProcessor`1 processor, ServerEndPoint server) +671
   StackExchange.Redis.RedisBase.ExecuteSync(Message message, ResultProcessor`1 processor, ServerEndPoint server) +170
   StackExchange.Redis.RedisDatabase.StringGet(RedisKey key, CommandFlags flags) +185
   YiXin.Platform.Framework.Cache.<>c__DisplayClass1.<Get>b__0() +107
   YiXin.Platform.Framework.Zipkin.ZipkinProvider.TraceRemote(String serviceName, String key, Func`1 func, String sql, Dictionary`2 record) +294
   YiXin.Platform.Framework.Cache.RedisCacheContainer.Get(String key) +166
   YiXin.Platform.Utils.Cache.CacheReader`1.GetFromCache(T& data) +59
   YiXin.Platform.Utils.Cache.CacheReader`1.Read() +33
   YiXin.Platform.Base.Service.Implement.CarService.GetCarSerialSpellAndIdDictionary() in E:\MyWork\SVN\Platform\code\trunk\YiXin.Platform.Base\src\YiXin.Platform.Base\Service\Implement\CarService.cs:1236
   YiXin.Platform.Base.Service.Implement.CarService.GetDefaultCarBaseInfoBySerialSpell(String serialAllSpell) in E:\MyWork\SVN\Platform\code\trunk\YiXin.Platform.Base\src\YiXin.Platform.Base\Service\Implement\CarService.cs:185
   YiXin.TaoChe.Ask.M.Web.Controllers.AskController.SerialList(String serialspell, String oprstatus, Int32 page) +673
   lambda_method(Closure , ControllerBase , Object[] ) +243
   System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +229
   System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +35
   System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +39
   System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +77
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +42
   System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +72
   System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +396
   System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +396
   System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +396
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +42
   System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +38
   System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +188
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38
   System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +32
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
   System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +52
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +39
   System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38
   System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +46
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +431
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +158


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.8.4075.0