平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2024-07-08.log 127 KiB

4 months ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498
  1. 【日志级别】:Error
  2. 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
  3. 【日志时间】:2024-07-08 10:22:35
  4. 【日志内容】:An unhandled exception has occurred while executing the request.
  5. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  6. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  7. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  8. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  9. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  10. at NewLife.Caching.RedisClient.Auth(String username, String password)
  11. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  12. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  13. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  14. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  15. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  16. at NewLife.Caching.Redis.GetInfo(Boolean all)
  17. at NewLife.Caching.FullRedis.InitCluster()
  18. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  19. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  20. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  21. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  22. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
  23. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  24. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  25. 【日志级别】:Error
  26. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  27. 【日志时间】:2024-07-08 10:23:11
  28. 【日志内容】:ERR Client sent AUTH, but no password is set
  29. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  30. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  31. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  32. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  33. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  34. at NewLife.Caching.RedisClient.Auth(String username, String password)
  35. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  36. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  37. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  38. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  39. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  40. at NewLife.Caching.Redis.GetInfo(Boolean all)
  41. at NewLife.Caching.FullRedis.InitCluster()
  42. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  43. at NewLife.Caching.RedisHash`2.GetAll()
  44. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  45. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  46. at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
  47. at lambda_method176(Closure , Object )
  48. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  49. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  50. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  51. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  52. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  53. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  54. --- End of stack trace from previous location ---
  55. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  56. 【日志级别】:Error
  57. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  58. 【日志时间】:2024-07-08 10:23:11
  59. 【日志内容】:ERR Client sent AUTH, but no password is set
  60. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  61. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  62. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  63. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  64. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  65. at NewLife.Caching.RedisClient.Auth(String username, String password)
  66. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  67. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  68. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  69. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  70. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  71. at NewLife.Caching.Redis.GetInfo(Boolean all)
  72. at NewLife.Caching.FullRedis.InitCluster()
  73. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  74. at NewLife.Caching.RedisHash`2.GetAll()
  75. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  76. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  77. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  78. at lambda_method175(Closure , Object )
  79. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  80. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  81. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  82. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  83. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  84. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  85. --- End of stack trace from previous location ---
  86. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  87. 【日志级别】:Error
  88. 【日志类名】:System.Logging.FriendlyException
  89. 【日志时间】:2024-07-08 10:23:11
  90. 【日志内容】:系统异常,请联系管理员
  91. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  92. 【日志级别】:Error
  93. 【日志类名】:System.Logging.FriendlyException
  94. 【日志时间】:2024-07-08 10:23:11
  95. 【日志内容】:系统异常,请联系管理员
  96. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  97. 【日志级别】:Error
  98. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  99. 【日志时间】:2024-07-08 10:23:11
  100. 【日志内容】:ERR Client sent AUTH, but no password is set
  101. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  102. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  103. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  104. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  105. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  106. at NewLife.Caching.RedisClient.Auth(String username, String password)
  107. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  108. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  109. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  110. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  111. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  112. at NewLife.Caching.Redis.GetInfo(Boolean all)
  113. at NewLife.Caching.FullRedis.InitCluster()
  114. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  115. at NewLife.Caching.RedisHash`2.GetAll()
  116. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  117. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  118. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  119. at lambda_method175(Closure , Object )
  120. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  121. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  122. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  123. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  124. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  125. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  126. --- End of stack trace from previous location ---
  127. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  128. 【日志级别】:Error
  129. 【日志类名】:System.Logging.FriendlyException
  130. 【日志时间】:2024-07-08 10:23:11
  131. 【日志内容】:系统异常,请联系管理员
  132. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  133. 【日志级别】:Error
  134. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  135. 【日志时间】:2024-07-08 10:23:12
  136. 【日志内容】:ERR Client sent AUTH, but no password is set
  137. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  138. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  139. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  140. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  141. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  142. at NewLife.Caching.RedisClient.Auth(String username, String password)
  143. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  144. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  145. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  146. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  147. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  148. at NewLife.Caching.Redis.GetInfo(Boolean all)
  149. at NewLife.Caching.FullRedis.InitCluster()
  150. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  151. at NewLife.Caching.RedisHash`2.GetAll()
  152. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  153. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  154. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  155. at lambda_method175(Closure , Object )
  156. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  157. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  158. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  159. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  160. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  161. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  162. --- End of stack trace from previous location ---
  163. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  164. 【日志级别】:Error
  165. 【日志类名】:System.Logging.FriendlyException
  166. 【日志时间】:2024-07-08 10:23:12
  167. 【日志内容】:系统异常,请联系管理员
  168. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  169. 【日志级别】:Error
  170. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  171. 【日志时间】:2024-07-08 10:23:12
  172. 【日志内容】:ERR Client sent AUTH, but no password is set
  173. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  174. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  175. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  176. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  177. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  178. at NewLife.Caching.RedisClient.Auth(String username, String password)
  179. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  180. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  181. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  182. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  183. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  184. at NewLife.Caching.Redis.GetInfo(Boolean all)
  185. at NewLife.Caching.FullRedis.InitCluster()
  186. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  187. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  188. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  189. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  190. at SafeCampus.System.ConfigService.GetIco() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 85
  191. at SafeCampus.Web.Core.CommonController.Ico() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 38
  192. at lambda_method218(Closure , Object )
  193. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  194. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  195. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  196. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  197. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  198. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  199. --- End of stack trace from previous location ---
  200. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  201. 【日志级别】:Error
  202. 【日志类名】:System.Logging.FriendlyException
  203. 【日志时间】:2024-07-08 10:23:12
  204. 【日志内容】:系统异常,请联系管理员
  205. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  206. 【日志级别】:Error
  207. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  208. 【日志时间】:2024-07-08 10:23:19
  209. 【日志内容】:ERR Client sent AUTH, but no password is set
  210. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  211. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  212. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  213. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  214. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  215. at NewLife.Caching.RedisClient.Auth(String username, String password)
  216. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  217. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  218. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  219. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  220. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  221. at NewLife.Caching.Redis.GetInfo(Boolean all)
  222. at NewLife.Caching.FullRedis.InitCluster()
  223. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  224. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  225. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  226. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  227. at SafeCampus.System.Services.Auth.AuthService.CheckCaptcha(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 156
  228. 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
  229. at SafeCampus.Web.Core.AuthBController.Login(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 60
  230. at lambda_method226(Closure , Object )
  231. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  232. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  233. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  234. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  235. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  236. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  237. --- End of stack trace from previous location ---
  238. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  239. 【日志级别】:Error
  240. 【日志类名】:System.Logging.FriendlyException
  241. 【日志时间】:2024-07-08 10:23:19
  242. 【日志内容】:系统异常,请联系管理员
  243. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  244. 【日志级别】:Error
  245. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  246. 【日志时间】:2024-07-08 10:23:20
  247. 【日志内容】:ERR Client sent AUTH, but no password is set
  248. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  249. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  250. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  251. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  252. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  253. at NewLife.Caching.RedisClient.Auth(String username, String password)
  254. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  255. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  256. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  257. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  258. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  259. at NewLife.Caching.Redis.GetInfo(Boolean all)
  260. at NewLife.Caching.FullRedis.InitCluster()
  261. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  262. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  263. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  264. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  265. at SafeCampus.System.Services.Auth.AuthService.GetCaptchaInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 35
  266. at SafeCampus.Web.Core.AuthBController.GetPicCaptcha() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 35
  267. at lambda_method244(Closure , Object )
  268. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  269. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  270. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  271. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  272. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  273. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  274. --- End of stack trace from previous location ---
  275. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  276. 【日志级别】:Error
  277. 【日志类名】:System.Logging.FriendlyException
  278. 【日志时间】:2024-07-08 10:23:20
  279. 【日志内容】:系统异常,请联系管理员
  280. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  281. 【日志级别】:Error
  282. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  283. 【日志时间】:2024-07-08 10:23:44
  284. 【日志内容】:ERR Client sent AUTH, but no password is set
  285. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  286. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  287. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  288. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  289. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  290. at NewLife.Caching.RedisClient.Auth(String username, String password)
  291. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  292. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  293. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  294. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  295. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  296. at NewLife.Caching.Redis.GetInfo(Boolean all)
  297. at NewLife.Caching.FullRedis.InitCluster()
  298. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  299. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  300. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  301. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  302. at SafeCampus.System.ConfigService.GetIco() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 85
  303. at SafeCampus.Web.Core.CommonController.Ico() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 38
  304. at lambda_method218(Closure , Object )
  305. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  306. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  307. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  308. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  309. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  310. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  311. --- End of stack trace from previous location ---
  312. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  313. 【日志级别】:Error
  314. 【日志类名】:System.Logging.FriendlyException
  315. 【日志时间】:2024-07-08 10:23:44
  316. 【日志内容】:系统异常,请联系管理员
  317. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  318. 【日志级别】:Error
  319. 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
  320. 【日志时间】:2024-07-08 10:23:45
  321. 【日志内容】:An unhandled exception has occurred while executing the request.
  322. 【异常信息】:System.InvalidOperationException: StatusCode cannot be set because the response has already started.
  323. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ThrowResponseAlreadyStartedException(String value)
  324. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.set_StatusCode(Int32 value)
  325. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.set_StatusCode(Int32 value)
  326. at Microsoft.AspNetCore.Http.DefaultHttpResponse.set_StatusCode(Int32 value)
  327. at Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler.HandleForbiddenAsync(AuthenticationProperties properties)
  328. at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.ForbidAsync(AuthenticationProperties properties)
  329. at Microsoft.AspNetCore.Authentication.AuthenticationService.ForbidAsync(HttpContext context, String scheme, AuthenticationProperties properties)
  330. at Microsoft.AspNetCore.Mvc.ForbidResult.ExecuteResultAsync(ActionContext context)
  331. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeResultAsync>g__Logged|22_0(ResourceInvoker invoker, IActionResult result)
  332. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAlwaysRunResultFilters>g__Awaited|27_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  333. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  334. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
  335. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
  336. at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
  337. at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 112
  338. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  339. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  340. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  341. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  342. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 42
  343. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  344. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  345. 【日志级别】:Error
  346. 【日志类名】:Microsoft.AspNetCore.Server.Kestrel
  347. 【日志时间】:2024-07-08 10:23:45
  348. 【日志内容】:Connection id "0HN4UUJ9UL142", Request id "0HN4UUJ9UL142:00000002": An unhandled exception was thrown by the application.
  349. 【异常信息】:System.InvalidOperationException: StatusCode cannot be set because the response has already started.
  350. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ThrowResponseAlreadyStartedException(String value)
  351. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.set_StatusCode(Int32 value)
  352. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.Microsoft.AspNetCore.Http.Features.IHttpResponseFeature.set_StatusCode(Int32 value)
  353. at Microsoft.AspNetCore.Http.DefaultHttpResponse.set_StatusCode(Int32 value)
  354. at Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler.HandleForbiddenAsync(AuthenticationProperties properties)
  355. at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.ForbidAsync(AuthenticationProperties properties)
  356. at Microsoft.AspNetCore.Authentication.AuthenticationService.ForbidAsync(HttpContext context, String scheme, AuthenticationProperties properties)
  357. at Microsoft.AspNetCore.Mvc.ForbidResult.ExecuteResultAsync(ActionContext context)
  358. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeResultAsync>g__Logged|22_0(ResourceInvoker invoker, IActionResult result)
  359. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAlwaysRunResultFilters>g__Awaited|27_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  360. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  361. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
  362. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
  363. at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
  364. at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 112
  365. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  366. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  367. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  368. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  369. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 42
  370. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  371. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  372. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  373. at MoYu.StartupFilter.<>c__DisplayClass0_1.<<Configure>b__1>d.MoveNext()
  374. --- End of stack trace from previous location ---
  375. at Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware.InvokeAsync(HttpContext context)
  376. at Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware.InvokeAsync(HttpContext context)
  377. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
  378. 【日志级别】:Error
  379. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  380. 【日志时间】:2024-07-08 10:23:46
  381. 【日志内容】:ERR Client sent AUTH, but no password is set
  382. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  383. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  384. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  385. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  386. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  387. at NewLife.Caching.RedisClient.Auth(String username, String password)
  388. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  389. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  390. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  391. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  392. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  393. at NewLife.Caching.Redis.GetInfo(Boolean all)
  394. at NewLife.Caching.FullRedis.InitCluster()
  395. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  396. at NewLife.Caching.RedisHash`2.GetAll()
  397. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  398. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  399. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  400. at lambda_method175(Closure , Object )
  401. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  402. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  403. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  404. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  405. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  406. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  407. --- End of stack trace from previous location ---
  408. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  409. 【日志级别】:Error
  410. 【日志类名】:System.Logging.FriendlyException
  411. 【日志时间】:2024-07-08 10:23:46
  412. 【日志内容】:系统异常,请联系管理员
  413. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  414. 【日志级别】:Error
  415. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  416. 【日志时间】:2024-07-08 10:23:46
  417. 【日志内容】:ERR Client sent AUTH, but no password is set
  418. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  419. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  420. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  421. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  422. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  423. at NewLife.Caching.RedisClient.Auth(String username, String password)
  424. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  425. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  426. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  427. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  428. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  429. at NewLife.Caching.Redis.GetInfo(Boolean all)
  430. at NewLife.Caching.FullRedis.InitCluster()
  431. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  432. at NewLife.Caching.RedisHash`2.GetAll()
  433. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  434. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  435. at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
  436. at lambda_method176(Closure , Object )
  437. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  438. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  439. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  440. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  441. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  442. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  443. --- End of stack trace from previous location ---
  444. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  445. 【日志级别】:Error
  446. 【日志类名】:System.Logging.FriendlyException
  447. 【日志时间】:2024-07-08 10:23:46
  448. 【日志内容】:系统异常,请联系管理员
  449. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  450. 【日志级别】:Error
  451. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  452. 【日志时间】:2024-07-08 10:23:46
  453. 【日志内容】:ERR Client sent AUTH, but no password is set
  454. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  455. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  456. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  457. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  458. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  459. at NewLife.Caching.RedisClient.Auth(String username, String password)
  460. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  461. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  462. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  463. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  464. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  465. at NewLife.Caching.Redis.GetInfo(Boolean all)
  466. at NewLife.Caching.FullRedis.InitCluster()
  467. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  468. at NewLife.Caching.RedisHash`2.GetAll()
  469. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  470. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  471. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  472. at lambda_method175(Closure , Object )
  473. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  474. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  475. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  476. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  477. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  478. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  479. --- End of stack trace from previous location ---
  480. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  481. 【日志级别】:Error
  482. 【日志类名】:System.Logging.FriendlyException
  483. 【日志时间】:2024-07-08 10:23:46
  484. 【日志内容】:系统异常,请联系管理员
  485. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  486. 【日志级别】:Error
  487. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  488. 【日志时间】:2024-07-08 10:23:46
  489. 【日志内容】:ERR Client sent AUTH, but no password is set
  490. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  491. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  492. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  493. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  494. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  495. at NewLife.Caching.RedisClient.Auth(String username, String password)
  496. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  497. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  498. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  499. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  500. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  501. at NewLife.Caching.Redis.GetInfo(Boolean all)
  502. at NewLife.Caching.FullRedis.InitCluster()
  503. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  504. at NewLife.Caching.RedisHash`2.GetAll()
  505. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  506. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  507. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  508. at lambda_method175(Closure , Object )
  509. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  510. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  511. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  512. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  513. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  514. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  515. --- End of stack trace from previous location ---
  516. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  517. 【日志级别】:Error
  518. 【日志类名】:System.Logging.FriendlyException
  519. 【日志时间】:2024-07-08 10:23:46
  520. 【日志内容】:系统异常,请联系管理员
  521. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  522. 【日志级别】:Error
  523. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  524. 【日志时间】:2024-07-08 10:23:57
  525. 【日志内容】:ERR Client sent AUTH, but no password is set
  526. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  527. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  528. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  529. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  530. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  531. at NewLife.Caching.RedisClient.Auth(String username, String password)
  532. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  533. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  534. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  535. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  536. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  537. at NewLife.Caching.Redis.GetInfo(Boolean all)
  538. at NewLife.Caching.FullRedis.InitCluster()
  539. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  540. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  541. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  542. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  543. at SafeCampus.System.ConfigService.GetIco() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 85
  544. at SafeCampus.Web.Core.CommonController.Ico() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 38
  545. at lambda_method218(Closure , Object )
  546. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  547. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  548. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  549. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  550. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  551. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  552. --- End of stack trace from previous location ---
  553. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  554. 【日志级别】:Error
  555. 【日志类名】:System.Logging.FriendlyException
  556. 【日志时间】:2024-07-08 10:23:57
  557. 【日志内容】:系统异常,请联系管理员
  558. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  559. 【日志级别】:Error
  560. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  561. 【日志时间】:2024-07-08 10:23:59
  562. 【日志内容】:ERR Client sent AUTH, but no password is set
  563. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  564. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  565. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  566. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  567. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  568. at NewLife.Caching.RedisClient.Auth(String username, String password)
  569. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  570. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  571. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  572. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  573. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  574. at NewLife.Caching.Redis.GetInfo(Boolean all)
  575. at NewLife.Caching.FullRedis.InitCluster()
  576. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  577. at NewLife.Caching.RedisHash`2.GetAll()
  578. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  579. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  580. at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
  581. at lambda_method176(Closure , Object )
  582. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  583. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  584. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  585. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  586. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  587. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  588. --- End of stack trace from previous location ---
  589. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  590. 【日志级别】:Error
  591. 【日志类名】:System.Logging.FriendlyException
  592. 【日志时间】:2024-07-08 10:23:59
  593. 【日志内容】:系统异常,请联系管理员
  594. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  595. 【日志级别】:Error
  596. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  597. 【日志时间】:2024-07-08 10:23:59
  598. 【日志内容】:ERR Client sent AUTH, but no password is set
  599. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  600. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  601. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  602. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  603. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  604. at NewLife.Caching.RedisClient.Auth(String username, String password)
  605. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  606. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  607. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  608. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  609. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  610. at NewLife.Caching.Redis.GetInfo(Boolean all)
  611. at NewLife.Caching.FullRedis.InitCluster()
  612. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  613. at NewLife.Caching.RedisHash`2.GetAll()
  614. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  615. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  616. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  617. at lambda_method175(Closure , Object )
  618. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  619. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  620. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  621. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  622. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  623. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  624. --- End of stack trace from previous location ---
  625. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  626. 【日志级别】:Error
  627. 【日志类名】:System.Logging.FriendlyException
  628. 【日志时间】:2024-07-08 10:23:59
  629. 【日志内容】:系统异常,请联系管理员
  630. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  631. 【日志级别】:Error
  632. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  633. 【日志时间】:2024-07-08 10:24:00
  634. 【日志内容】:ERR Client sent AUTH, but no password is set
  635. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  636. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  637. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  638. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  639. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  640. at NewLife.Caching.RedisClient.Auth(String username, String password)
  641. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  642. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  643. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  644. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  645. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  646. at NewLife.Caching.Redis.GetInfo(Boolean all)
  647. at NewLife.Caching.FullRedis.InitCluster()
  648. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  649. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  650. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  651. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  652. at SafeCampus.System.ConfigService.GetIco() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 85
  653. at SafeCampus.Web.Core.CommonController.Ico() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 38
  654. at lambda_method218(Closure , Object )
  655. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  656. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  657. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  658. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  659. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  660. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  661. --- End of stack trace from previous location ---
  662. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  663. 【日志级别】:Error
  664. 【日志类名】:System.Logging.FriendlyException
  665. 【日志时间】:2024-07-08 10:24:00
  666. 【日志内容】:系统异常,请联系管理员
  667. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  668. 【日志级别】:Error
  669. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  670. 【日志时间】:2024-07-08 10:24:00
  671. 【日志内容】:ERR Client sent AUTH, but no password is set
  672. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  673. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  674. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  675. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  676. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  677. at NewLife.Caching.RedisClient.Auth(String username, String password)
  678. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  679. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  680. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  681. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  682. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  683. at NewLife.Caching.Redis.GetInfo(Boolean all)
  684. at NewLife.Caching.FullRedis.InitCluster()
  685. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  686. at NewLife.Caching.RedisHash`2.GetAll()
  687. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  688. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  689. at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
  690. at lambda_method176(Closure , Object )
  691. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  692. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  693. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  694. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  695. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  696. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  697. --- End of stack trace from previous location ---
  698. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  699. 【日志级别】:Error
  700. 【日志类名】:System.Logging.FriendlyException
  701. 【日志时间】:2024-07-08 10:24:00
  702. 【日志内容】:系统异常,请联系管理员
  703. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  704. 【日志级别】:Error
  705. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  706. 【日志时间】:2024-07-08 10:24:00
  707. 【日志内容】:ERR Client sent AUTH, but no password is set
  708. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  709. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  710. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  711. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  712. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  713. at NewLife.Caching.RedisClient.Auth(String username, String password)
  714. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  715. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  716. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  717. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  718. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  719. at NewLife.Caching.Redis.GetInfo(Boolean all)
  720. at NewLife.Caching.FullRedis.InitCluster()
  721. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  722. at NewLife.Caching.RedisHash`2.GetAll()
  723. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  724. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  725. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  726. at lambda_method175(Closure , Object )
  727. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  728. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  729. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  730. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  731. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  732. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  733. --- End of stack trace from previous location ---
  734. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  735. 【日志级别】:Error
  736. 【日志类名】:System.Logging.FriendlyException
  737. 【日志时间】:2024-07-08 10:24:00
  738. 【日志内容】:系统异常,请联系管理员
  739. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  740. 【日志级别】:Error
  741. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  742. 【日志时间】:2024-07-08 10:24:00
  743. 【日志内容】:ERR Client sent AUTH, but no password is set
  744. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  745. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  746. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  747. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  748. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  749. at NewLife.Caching.RedisClient.Auth(String username, String password)
  750. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  751. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  752. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  753. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  754. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  755. at NewLife.Caching.Redis.GetInfo(Boolean all)
  756. at NewLife.Caching.FullRedis.InitCluster()
  757. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  758. at NewLife.Caching.RedisHash`2.GetAll()
  759. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  760. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  761. at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
  762. at lambda_method176(Closure , Object )
  763. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  764. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  765. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  766. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  767. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  768. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  769. --- End of stack trace from previous location ---
  770. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  771. 【日志级别】:Error
  772. 【日志类名】:System.Logging.FriendlyException
  773. 【日志时间】:2024-07-08 10:24:00
  774. 【日志内容】:系统异常,请联系管理员
  775. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  776. 【日志级别】:Error
  777. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  778. 【日志时间】:2024-07-08 10:24:00
  779. 【日志内容】:ERR Client sent AUTH, but no password is set
  780. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  781. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  782. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  783. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  784. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  785. at NewLife.Caching.RedisClient.Auth(String username, String password)
  786. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  787. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  788. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  789. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  790. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  791. at NewLife.Caching.Redis.GetInfo(Boolean all)
  792. at NewLife.Caching.FullRedis.InitCluster()
  793. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  794. at NewLife.Caching.RedisHash`2.GetAll()
  795. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  796. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  797. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  798. at lambda_method175(Closure , Object )
  799. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  800. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  801. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  802. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  803. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  804. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  805. --- End of stack trace from previous location ---
  806. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  807. 【日志级别】:Error
  808. 【日志类名】:System.Logging.FriendlyException
  809. 【日志时间】:2024-07-08 10:24:00
  810. 【日志内容】:系统异常,请联系管理员
  811. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  812. 【日志级别】:Error
  813. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  814. 【日志时间】:2024-07-08 10:24:00
  815. 【日志内容】:ERR Client sent AUTH, but no password is set
  816. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  817. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  818. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  819. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  820. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  821. at NewLife.Caching.RedisClient.Auth(String username, String password)
  822. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  823. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  824. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  825. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  826. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  827. at NewLife.Caching.Redis.GetInfo(Boolean all)
  828. at NewLife.Caching.FullRedis.InitCluster()
  829. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  830. at NewLife.Caching.RedisHash`2.GetAll()
  831. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  832. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  833. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  834. at lambda_method175(Closure , Object )
  835. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  836. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  837. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  838. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  839. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  840. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  841. --- End of stack trace from previous location ---
  842. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  843. 【日志级别】:Error
  844. 【日志类名】:System.Logging.FriendlyException
  845. 【日志时间】:2024-07-08 10:24:00
  846. 【日志内容】:系统异常,请联系管理员
  847. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  848. 【日志级别】:Error
  849. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  850. 【日志时间】:2024-07-08 10:24:00
  851. 【日志内容】:ERR Client sent AUTH, but no password is set
  852. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  853. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  854. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  855. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  856. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  857. at NewLife.Caching.RedisClient.Auth(String username, String password)
  858. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  859. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  860. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  861. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  862. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  863. at NewLife.Caching.Redis.GetInfo(Boolean all)
  864. at NewLife.Caching.FullRedis.InitCluster()
  865. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  866. at NewLife.Caching.RedisHash`2.GetAll()
  867. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  868. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  869. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  870. at lambda_method175(Closure , Object )
  871. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  872. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  873. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  874. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  875. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  876. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  877. --- End of stack trace from previous location ---
  878. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  879. 【日志级别】:Error
  880. 【日志类名】:System.Logging.FriendlyException
  881. 【日志时间】:2024-07-08 10:24:00
  882. 【日志内容】:系统异常,请联系管理员
  883. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  884. 【日志级别】:Error
  885. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  886. 【日志时间】:2024-07-08 10:24:00
  887. 【日志内容】:ERR Client sent AUTH, but no password is set
  888. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  889. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  890. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  891. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  892. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  893. at NewLife.Caching.RedisClient.Auth(String username, String password)
  894. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  895. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  896. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  897. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  898. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  899. at NewLife.Caching.Redis.GetInfo(Boolean all)
  900. at NewLife.Caching.FullRedis.InitCluster()
  901. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  902. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  903. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  904. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  905. at SafeCampus.System.ConfigService.GetIco() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 85
  906. at SafeCampus.Web.Core.CommonController.Ico() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 38
  907. at lambda_method218(Closure , Object )
  908. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  909. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  910. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  911. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  912. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  913. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  914. --- End of stack trace from previous location ---
  915. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  916. 【日志级别】:Error
  917. 【日志类名】:System.Logging.FriendlyException
  918. 【日志时间】:2024-07-08 10:24:00
  919. 【日志内容】:系统异常,请联系管理员
  920. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  921. 【日志级别】:Error
  922. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  923. 【日志时间】:2024-07-08 10:24:00
  924. 【日志内容】:ERR Client sent AUTH, but no password is set
  925. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  926. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  927. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  928. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  929. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  930. at NewLife.Caching.RedisClient.Auth(String username, String password)
  931. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  932. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  933. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  934. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  935. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  936. at NewLife.Caching.Redis.GetInfo(Boolean all)
  937. at NewLife.Caching.FullRedis.InitCluster()
  938. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  939. at NewLife.Caching.RedisHash`2.GetAll()
  940. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  941. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  942. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  943. at lambda_method175(Closure , Object )
  944. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  945. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  946. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  947. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  948. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  949. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  950. --- End of stack trace from previous location ---
  951. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  952. 【日志级别】:Error
  953. 【日志类名】:System.Logging.FriendlyException
  954. 【日志时间】:2024-07-08 10:24:00
  955. 【日志内容】:系统异常,请联系管理员
  956. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  957. 【日志级别】:Error
  958. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  959. 【日志时间】:2024-07-08 10:24:00
  960. 【日志内容】:ERR Client sent AUTH, but no password is set
  961. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  962. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  963. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  964. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  965. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  966. at NewLife.Caching.RedisClient.Auth(String username, String password)
  967. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  968. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  969. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  970. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  971. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  972. at NewLife.Caching.Redis.GetInfo(Boolean all)
  973. at NewLife.Caching.FullRedis.InitCluster()
  974. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  975. at NewLife.Caching.RedisHash`2.GetAll()
  976. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  977. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  978. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  979. at lambda_method175(Closure , Object )
  980. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  981. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  982. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  983. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  984. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  985. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  986. --- End of stack trace from previous location ---
  987. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  988. 【日志级别】:Error
  989. 【日志类名】:System.Logging.FriendlyException
  990. 【日志时间】:2024-07-08 10:24:00
  991. 【日志内容】:系统异常,请联系管理员
  992. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  993. 【日志级别】:Error
  994. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  995. 【日志时间】:2024-07-08 10:24:00
  996. 【日志内容】:ERR Client sent AUTH, but no password is set
  997. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  998. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  999. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1000. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1001. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1002. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1003. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1004. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1005. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1006. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1007. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1008. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1009. at NewLife.Caching.FullRedis.InitCluster()
  1010. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1011. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1012. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1013. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1014. at SafeCampus.System.Services.Auth.AuthService.CheckCaptcha(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 156
  1015. 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
  1016. at SafeCampus.Web.Core.AuthBController.Login(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 60
  1017. at lambda_method226(Closure , Object )
  1018. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1019. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  1020. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1021. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1022. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1023. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  1024. --- End of stack trace from previous location ---
  1025. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1026. 【日志级别】:Error
  1027. 【日志类名】:System.Logging.FriendlyException
  1028. 【日志时间】:2024-07-08 10:24:00
  1029. 【日志内容】:系统异常,请联系管理员
  1030. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  1031. 【日志级别】:Error
  1032. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  1033. 【日志时间】:2024-07-08 10:24:01
  1034. 【日志内容】:ERR Client sent AUTH, but no password is set
  1035. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1036. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1037. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1038. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1039. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1040. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1041. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1042. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1043. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1044. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1045. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1046. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1047. at NewLife.Caching.FullRedis.InitCluster()
  1048. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1049. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1050. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1051. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1052. at SafeCampus.System.Services.Auth.AuthService.GetCaptchaInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 35
  1053. at SafeCampus.Web.Core.AuthBController.GetPicCaptcha() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 35
  1054. at lambda_method244(Closure , Object )
  1055. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1056. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  1057. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1058. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1059. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1060. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  1061. --- End of stack trace from previous location ---
  1062. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1063. 【日志级别】:Error
  1064. 【日志类名】:System.Logging.FriendlyException
  1065. 【日志时间】:2024-07-08 10:24:01
  1066. 【日志内容】:系统异常,请联系管理员
  1067. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  1068. 【日志级别】:Error
  1069. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  1070. 【日志时间】:2024-07-08 10:24:07
  1071. 【日志内容】:ERR Client sent AUTH, but no password is set
  1072. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1073. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1074. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1075. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1076. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1077. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1078. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1079. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1080. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1081. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1082. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1083. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1084. at NewLife.Caching.FullRedis.InitCluster()
  1085. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1086. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1087. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1088. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1089. at SafeCampus.System.Services.Auth.AuthService.CheckCaptcha(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 156
  1090. 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
  1091. at SafeCampus.Web.Core.AuthBController.Login(LoginInput input) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 60
  1092. at lambda_method226(Closure , Object )
  1093. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1094. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  1095. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1096. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1097. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1098. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  1099. --- End of stack trace from previous location ---
  1100. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1101. 【日志级别】:Error
  1102. 【日志类名】:System.Logging.FriendlyException
  1103. 【日志时间】:2024-07-08 10:24:07
  1104. 【日志内容】:系统异常,请联系管理员
  1105. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  1106. 【日志级别】:Error
  1107. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  1108. 【日志时间】:2024-07-08 10:24:07
  1109. 【日志内容】:ERR Client sent AUTH, but no password is set
  1110. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1111. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1112. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1113. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1114. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1115. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1116. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1117. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1118. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1119. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1120. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1121. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1122. at NewLife.Caching.FullRedis.InitCluster()
  1123. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1124. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1125. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1126. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1127. at SafeCampus.System.Services.Auth.AuthService.GetCaptchaInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Auth\Auth\AuthService.cs:line 35
  1128. at SafeCampus.Web.Core.AuthBController.GetPicCaptcha() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\Auth\AuthBController.cs:line 35
  1129. at lambda_method244(Closure , Object )
  1130. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1131. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  1132. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1133. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1134. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1135. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  1136. --- End of stack trace from previous location ---
  1137. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1138. 【日志级别】:Error
  1139. 【日志类名】:System.Logging.FriendlyException
  1140. 【日志时间】:2024-07-08 10:24:07
  1141. 【日志内容】:系统异常,请联系管理员
  1142. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  1143. 【日志级别】:Error
  1144. 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
  1145. 【日志时间】:2024-07-08 10:28:34
  1146. 【日志内容】:An unhandled exception has occurred while executing the request.
  1147. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1148. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1149. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1150. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1151. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1152. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1153. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1154. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1155. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1156. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1157. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1158. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1159. at NewLife.Caching.FullRedis.InitCluster()
  1160. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1161. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1162. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1163. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1164. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
  1165. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  1166. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  1167. 【日志级别】:Error
  1168. 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
  1169. 【日志时间】:2024-07-08 10:33:04
  1170. 【日志内容】:An unhandled exception has occurred while executing the request.
  1171. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1172. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1173. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1174. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1175. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1176. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1177. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1178. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1179. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1180. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1181. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1182. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1183. at NewLife.Caching.FullRedis.InitCluster()
  1184. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1185. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1186. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1187. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1188. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
  1189. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  1190. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  1191. 【日志级别】:Error
  1192. 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
  1193. 【日志时间】:2024-07-08 10:35:48
  1194. 【日志内容】:An unhandled exception has occurred while executing the request.
  1195. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1196. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1197. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1198. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1199. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1200. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1201. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1202. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1203. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1204. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1205. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1206. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1207. at NewLife.Caching.FullRedis.InitCluster()
  1208. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1209. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1210. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1211. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1212. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
  1213. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  1214. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  1215. 【日志级别】:Error
  1216. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  1217. 【日志时间】:2024-07-08 10:37:03
  1218. 【日志内容】:ERR Client sent AUTH, but no password is set
  1219. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1220. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1221. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1222. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1223. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1224. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1225. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1226. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1227. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1228. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1229. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1230. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1231. at NewLife.Caching.FullRedis.InitCluster()
  1232. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1233. at NewLife.Caching.RedisHash`2.GetAll()
  1234. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  1235. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  1236. at SafeCampus.Web.Core.CommonController.LoginPolicy() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 70
  1237. at lambda_method175(Closure , Object )
  1238. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1239. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  1240. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1241. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1242. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1243. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  1244. --- End of stack trace from previous location ---
  1245. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1246. 【日志级别】:Error
  1247. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  1248. 【日志时间】:2024-07-08 10:37:03
  1249. 【日志内容】:ERR Client sent AUTH, but no password is set
  1250. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1251. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1252. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1253. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1254. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1255. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1256. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1257. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1258. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1259. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1260. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1261. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1262. at NewLife.Caching.FullRedis.InitCluster()
  1263. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1264. at NewLife.Caching.RedisHash`2.GetAll()
  1265. at SafeCampus.Cache.RedisCacheService.HashGetAll[T](String key) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 52
  1266. at SafeCampus.System.ConfigService.GetConfigsByCategory(String category) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 30
  1267. at SafeCampus.Web.Core.CommonController.SysInfo() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\System\CommonController.cs:line 49
  1268. at lambda_method176(Closure , Object )
  1269. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  1270. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  1271. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1272. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  1273. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  1274. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  1275. --- End of stack trace from previous location ---
  1276. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  1277. 【日志级别】:Error
  1278. 【日志类名】:System.Logging.FriendlyException
  1279. 【日志时间】:2024-07-08 10:37:03
  1280. 【日志内容】:系统异常,请联系管理员
  1281. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  1282. 【日志级别】:Error
  1283. 【日志类名】:System.Logging.FriendlyException
  1284. 【日志时间】:2024-07-08 10:37:03
  1285. 【日志内容】:系统异常,请联系管理员
  1286. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  1287. 【日志级别】:Error
  1288. 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
  1289. 【日志时间】:2024-07-08 10:37:55
  1290. 【日志内容】:An unhandled exception has occurred while executing the request.
  1291. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1292. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1293. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1294. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1295. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1296. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1297. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1298. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1299. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1300. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1301. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1302. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1303. at NewLife.Caching.FullRedis.InitCluster()
  1304. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1305. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1306. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1307. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1308. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
  1309. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  1310. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  1311. 【日志级别】:Error
  1312. 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
  1313. 【日志时间】:2024-07-08 10:38:20
  1314. 【日志内容】:An unhandled exception has occurred while executing the request.
  1315. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1316. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1317. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1318. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1319. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1320. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1321. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1322. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1323. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1324. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1325. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1326. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1327. at NewLife.Caching.FullRedis.InitCluster()
  1328. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1329. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1330. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1331. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1332. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
  1333. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  1334. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  1335. 【日志级别】:Error
  1336. 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
  1337. 【日志时间】:2024-07-08 10:38:59
  1338. 【日志内容】:An unhandled exception has occurred while executing the request.
  1339. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1340. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1341. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1342. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1343. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1344. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1345. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1346. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1347. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1348. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1349. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1350. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1351. at NewLife.Caching.FullRedis.InitCluster()
  1352. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1353. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1354. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1355. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1356. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
  1357. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  1358. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  1359. 【日志级别】:Error
  1360. 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
  1361. 【日志时间】:2024-07-08 10:44:02
  1362. 【日志内容】:An unhandled exception has occurred while executing the request.
  1363. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1364. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1365. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1366. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1367. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1368. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1369. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1370. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1371. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1372. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1373. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1374. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1375. at NewLife.Caching.FullRedis.InitCluster()
  1376. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1377. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1378. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1379. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1380. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
  1381. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  1382. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  1383. 【日志级别】:Error
  1384. 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
  1385. 【日志时间】:2024-07-08 10:45:54
  1386. 【日志内容】:An unhandled exception has occurred while executing the request.
  1387. 【异常信息】:NewLife.Caching.RedisException: ERR Client sent AUTH, but no password is set
  1388. at NewLife.Caching.RedisClient.GetResponse(Stream ns, Int32 count)
  1389. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1390. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1391. at NewLife.Caching.RedisClient.Execute[TResult](String cmd, Object[] args)
  1392. at NewLife.Caching.RedisClient.Auth(String username, String password)
  1393. at NewLife.Caching.RedisClient.CheckLogin(String cmd)
  1394. at NewLife.Caching.RedisClient.ExecuteCommand(String cmd, Packet[] args, Object[] oriArgs)
  1395. at NewLife.Caching.RedisClient.Execute(String cmd, Object[] args)
  1396. at NewLife.Caching.Redis.<>c.<GetInfo>b__105_1(RedisClient rds)
  1397. at NewLife.Caching.Redis.Execute[TResult](Func`2 func)
  1398. at NewLife.Caching.Redis.GetInfo(Boolean all)
  1399. at NewLife.Caching.FullRedis.InitCluster()
  1400. at NewLife.Caching.FullRedis.Execute[T](String key, Func`3 func, Boolean write)
  1401. at SimpleRedis.SimpleRedis.HashGetOne[T](String key, String field)
  1402. at SafeCampus.Cache.RedisCacheService.HashGetOne[T](String key, String field) in F:\Project\QJKJ\SafeCampus\SafeCampus.Cache\Service\RedisCacheHashService.cs:line 46
  1403. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 56
  1404. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
  1405. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  1406. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  1407. 【日志级别】:Error
  1408. 【日志类名】:Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware
  1409. 【日志时间】:2024-07-08 10:53:27
  1410. 【日志内容】:An unhandled exception has occurred while executing the request.
  1411. 【异常信息】:SqlSugar.SqlSugarException: 中文提示 : 连接数据库过程中发生错误,检查服务器是否正常连接字符串是否正确,错误信息:The operation has timed out.DbType="PostgreSQL";ConfigId="SafeCampus".
  1412. English Message : Connection open error . The operation has timed out.DbType="PostgreSQL";ConfigId="SafeCampus"
  1413. at SqlSugar.Check.Exception(Boolean isException, String message, String[] args)
  1414. at SqlSugar.AdoProvider.CheckConnection()
  1415. at SqlSugar.PostgreSQLProvider.GetCommand(String sql, SugarParameter[] parameters)
  1416. at SqlSugar.AdoProvider.GetDataReaderAsync(String sql, SugarParameter[] parameters)
  1417. at SqlSugar.QueryableProvider`1.GetDataAsync[TResult](KeyValuePair`2 sqlObj)
  1418. at SqlSugar.QueryableProvider`1._ToListAsync[TResult]()
  1419. at SqlSugar.QueryableProvider`1.FirstAsync()
  1420. at SqlSugar.QueryableProvider`1.FirstAsync(Expression`1 expression)
  1421. at SafeCampus.System.ConfigService.GetByConfigKey(String category, String configKey) in F:\Project\QJKJ\SafeCampus\SafeCampus.System\Services\Ops\Config\ConfigService.cs:line 60
  1422. at SafeCampus.Web.Core.WebStatusMiddleware.InvokeAsync(HttpContext context) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Middleware\WebStatusMiddleware.cs:line 34
  1423. at MoYu.UnifyResult.UnifyResultStatusCodesMiddleware.InvokeAsync(HttpContext context)
  1424. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)