|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498 |
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
- 【日志时间】:2024-07-08 10:22:35
- 【日志内容】:An unhandled exception has occurred while executing the request.
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:11
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
- at lambda_method176(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:11
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:11
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:11
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:11
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:11
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:12
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:12
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:12
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.System.ConfigService.GetIco() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 85
- at SafeCampus.Web.Core.CommonController.Ico() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 38
- at lambda_method218(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:12
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:19
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.System.Services.Auth.AuthService.CheckCaptcha(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 156
- at SafeCampus.System.Services.Auth.AuthService.Login(LoginInput input, LoginClientTypeEnum loginClientType) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 73
- at SafeCampus.Web.Core.AuthBController.Login(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 60
- at lambda_method226(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:19
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:20
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.System.Services.Auth.AuthService.GetCaptchaInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 35
- at SafeCampus.Web.Core.AuthBController.GetPicCaptcha() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 35
- at lambda_method244(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:20
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:44
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.System.ConfigService.GetIco() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 85
- at SafeCampus.Web.Core.CommonController.Ico() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 38
- at lambda_method218(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:44
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
- 【日志时间】:2024-07-08 10:23:45
- 【日志内容】:An unhandled exception has occurred while executing the request.
- 【异常信息】:System.InvalidOperationException: StatusCode cannot be set because the response has already started.
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ThrowResponseAlreadyStartedException(String value)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.set_StatusCode(Int32 value)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.set_StatusCode(Int32 value)
- at Microsoft.AspNetCore.Http.DefaultHttpResponse.set_StatusCode(Int32 value)
- at Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler.HandleForbiddenAsync(AuthenticationProperties properties)
- at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.ForbidAsync(AuthenticationProperties properties)
- at Microsoft.AspNetCore.Authentication.AuthenticationService.ForbidAsync(HttpContext context, String scheme, AuthenticationProperties properties)
- at Microsoft.AspNetCore.Mvc.ForbidResult.ExecuteResultAsync(ActionContext context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeResultAsync>g__Logged|22_0(ResourceInvoker invoker, IActionResult result)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAlwaysRunResultFilters>g__Awaited|27_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
- at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
- at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 112
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 42
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
-
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Server.Kestrel
- 【日志时间】:2024-07-08 10:23:45
- 【日志内容】:Connection id "0HN4UUJ9UL142", Request id "0HN4UUJ9UL142:00000002": An unhandled exception was thrown by the application.
- 【异常信息】:System.InvalidOperationException: StatusCode cannot be set because the response has already started.
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ThrowResponseAlreadyStartedException(String value)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.set_StatusCode(Int32 value)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.set_StatusCode(Int32 value)
- at Microsoft.AspNetCore.Http.DefaultHttpResponse.set_StatusCode(Int32 value)
- at Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler.HandleForbiddenAsync(AuthenticationProperties properties)
- at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.ForbidAsync(AuthenticationProperties properties)
- at Microsoft.AspNetCore.Authentication.AuthenticationService.ForbidAsync(HttpContext context, String scheme, AuthenticationProperties properties)
- at Microsoft.AspNetCore.Mvc.ForbidResult.ExecuteResultAsync(ActionContext context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeResultAsync>g__Logged|22_0(ResourceInvoker invoker, IActionResult result)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAlwaysRunResultFilters>g__Awaited|27_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
- at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
- at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 112
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 42
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
- at MoYu.StartupFilter.<>c__DisplayClass0_1.<<Configure>b__1>d.MoveNext()
- --- End of stack trace from previous location ---
- at Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:46
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:46
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:46
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
- at lambda_method176(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:46
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:46
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:46
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:46
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:46
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:57
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.System.ConfigService.GetIco() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 85
- at SafeCampus.Web.Core.CommonController.Ico() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 38
- at lambda_method218(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:57
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:59
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
- at lambda_method176(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:59
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:23:59
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:23:59
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.System.ConfigService.GetIco() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 85
- at SafeCampus.Web.Core.CommonController.Ico() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 38
- at lambda_method218(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
- at lambda_method176(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
- at lambda_method176(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.System.ConfigService.GetIco() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 85
- at SafeCampus.Web.Core.CommonController.Ico() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 38
- at lambda_method218(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.System.Services.Auth.AuthService.CheckCaptcha(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 156
- at SafeCampus.System.Services.Auth.AuthService.Login(LoginInput input, LoginClientTypeEnum loginClientType) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 73
- at SafeCampus.Web.Core.AuthBController.Login(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 60
- at lambda_method226(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:00
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:01
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.System.Services.Auth.AuthService.GetCaptchaInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 35
- at SafeCampus.Web.Core.AuthBController.GetPicCaptcha() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 35
- at lambda_method244(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:01
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:07
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.System.Services.Auth.AuthService.CheckCaptcha(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 156
- at SafeCampus.System.Services.Auth.AuthService.Login(LoginInput input, LoginClientTypeEnum loginClientType) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 73
- at SafeCampus.Web.Core.AuthBController.Login(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 60
- at lambda_method226(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:07
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:24:07
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.System.Services.Auth.AuthService.GetCaptchaInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 35
- at SafeCampus.Web.Core.AuthBController.GetPicCaptcha() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 35
- at lambda_method244(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:24:07
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
- 【日志时间】:2024-07-08 10:28:34
- 【日志内容】:An unhandled exception has occurred while executing the request.
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
-
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
- 【日志时间】:2024-07-08 10:33:04
- 【日志内容】:An unhandled exception has occurred while executing the request.
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
-
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
- 【日志时间】:2024-07-08 10:35:48
- 【日志内容】:An unhandled exception has occurred while executing the request.
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:37:03
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
- at lambda_method175(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
- 【日志时间】:2024-07-08 10:37:03
- 【日志内容】:ERR Client sent AUTH, but no password is set
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at NewLife.Caching.RedisHash`2.GetAll()
- at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
- at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
- at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
- at lambda_method176(Closure , Object )
- at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
- --- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:37:03
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:System.Logging.FriendlyException
- 【日志时间】:2024-07-08 10:37:03
- 【日志内容】:系统异常,请联系管理员
- 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
-
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
- 【日志时间】:2024-07-08 10:37:55
- 【日志内容】:An unhandled exception has occurred while executing the request.
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
-
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
- 【日志时间】:2024-07-08 10:38:20
- 【日志内容】:An unhandled exception has occurred while executing the request.
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
-
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
- 【日志时间】:2024-07-08 10:38:59
- 【日志内容】:An unhandled exception has occurred while executing the request.
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
-
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
- 【日志时间】:2024-07-08 10:44:02
- 【日志内容】:An unhandled exception has occurred while executing the request.
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
-
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
- 【日志时间】:2024-07-08 10:45:54
- 【日志内容】:An unhandled exception has occurred while executing the request.
- 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
- at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
- at NewLife.Caching.RedisClient.Auth(String username, String password)
- at NewLife.Caching.RedisClient.CheckLogin(String cmd)
- at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
- at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
- at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
- at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
- at NewLife.Caching.Redis.GetInfo(Boolean all)
- at NewLife.Caching.FullRedis.InitCluster()
- at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
- at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
- at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
-
- 【日志级别】:Error
- 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
- 【日志时间】:2024-07-08 10:53:27
- 【日志内容】:An unhandled exception has occurred while executing the request.
- 【异常信息】:SqlSugar.SqlSugarException: 中文提示 : 连接数据库过程中发生错误,检查服务器是否正常连接字符串是否正确,错误信息:The operation has timed out.DbType="PostgreSQL";ConfigId="SafeCampus".
- English Message : Connection open error . The operation has timed out.DbType="PostgreSQL";ConfigId="SafeCampus"
- at SqlSugar.Check.Exception(Boolean isException, String message, String[] args)
- at SqlSugar.AdoProvider.CheckConnection()
- at SqlSugar.PostgreSQLProvider.GetCommand(String sql, SugarParameter[] parameters)
- at SqlSugar.AdoProvider.GetDataReaderAsync(String sql, SugarParameter[] parameters)
- at SqlSugar.QueryableProvider`1.GetDataAsync[TResult](KeyValuePair`2 sqlObj)
- at SqlSugar.QueryableProvider`1._ToListAsync[TResult]()
- at SqlSugar.QueryableProvider`1.FirstAsync()
- at SqlSugar.QueryableProvider`1.FirstAsync(Expression`1 expression)
- at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 60
- at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
- at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
-
|