平安校园
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

169 satır
17 KiB

  1. 【日志级别】:Error
  2. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  3. 【日志时间】:2024-07-09 11:39:26
  4. 【日志内容】:Json array cannot be converted to target type [SafeCampus.SqlSugar.SeedDataRecords`1[[SafeCampus.Core.WarnGroupInfo, SafeCampus.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]]], only arrays and List<T>/IList<T>are supported
  5. 【异常信息】:System.InvalidCastException: Json array cannot be converted to target type [SafeCampus.SqlSugar.SeedDataRecords`1[[SafeCampus.Core.WarnGroupInfo, SafeCampus.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]]], only arrays and List<T>/IList<T>are supported
  6. at NewLife.Serialization.JsonReader.ToObject(Object jobj, Type type, Object target)
  7. at NewLife.Serialization.JsonHelper.ToJsonEntity[T](String json)
  8. at SafeCampus.SqlSugar.SeedDataUtil.GetSeedData[T](String jsonName) in F:\Project\QJKJ\SafeCampus\SafeCampus.SqlSugar\Utils\SeedDataUtil.cs:line 66
  9. at SafeCampus.Web.Core.Controllers.Application.Business.WarnInfoController.GetWarnGroup() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\Application\Business\WarnInfoController.cs:line 124
  10. at lambda_method167(Closure , Object )
  11. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  12. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  13. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  14. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  15. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  16. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  17. --- End of stack trace from previous location ---
  18. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  19. 【日志级别】:Error
  20. 【日志类名】:System.Logging.FriendlyException
  21. 【日志时间】:2024-07-09 11:39:26
  22. 【日志内容】:系统异常,请联系管理员
  23. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  24. 【日志级别】:Error
  25. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  26. 【日志时间】:2024-07-09 11:40:15
  27. 【日志内容】:Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'SafeCampus.Core.WarnGroupInfo' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
  28. To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
  29. Path '', line 1, position 1.
  30. 【异常信息】:Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'SafeCampus.Core.WarnGroupInfo' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
  31. To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
  32. Path '', line 1, position 1.
  33. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(JsonReader reader, Type objectType, JsonContract contract)
  34. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
  35. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  36. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  37. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  38. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  39. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  40. at SafeCampus.Web.Core.Controllers.Application.Business.WarnInfoController.GetWarnGroup() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\Application\Business\WarnInfoController.cs:line 124
  41. at lambda_method167(Closure , Object )
  42. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  43. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  44. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  45. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  46. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  47. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  48. --- End of stack trace from previous location ---
  49. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  50. 【日志级别】:Error
  51. 【日志类名】:System.Logging.FriendlyException
  52. 【日志时间】:2024-07-09 11:40:15
  53. 【日志内容】:系统异常,请联系管理员
  54. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  55. 【日志级别】:Error
  56. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  57. 【日志时间】:2024-07-09 11:41:55
  58. 【日志内容】:Json array cannot be converted to target type [SafeCampus.SqlSugar.SeedDataRecords`1[[System.Collections.Generic.List`1[[SafeCampus.Core.WarnGroupInfo, SafeCampus.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]], only arrays and List<T>/IList<T>are supported
  59. 【异常信息】:System.InvalidCastException: Json array cannot be converted to target type [SafeCampus.SqlSugar.SeedDataRecords`1[[System.Collections.Generic.List`1[[SafeCampus.Core.WarnGroupInfo, SafeCampus.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]], only arrays and List<T>/IList<T>are supported
  60. at NewLife.Serialization.JsonReader.ToObject(Object jobj, Type type, Object target)
  61. at NewLife.Serialization.JsonHelper.ToJsonEntity[T](String json)
  62. at SafeCampus.SqlSugar.SeedDataUtil.GetSeedData[T](String jsonName) in F:\Project\QJKJ\SafeCampus\SafeCampus.SqlSugar\Utils\SeedDataUtil.cs:line 66
  63. at SafeCampus.Web.Core.Controllers.Application.Business.WarnInfoController.GetWarnGroup() in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\Application\Business\WarnInfoController.cs:line 125
  64. at lambda_method167(Closure , Object )
  65. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  66. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  67. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  68. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  69. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  70. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  71. --- End of stack trace from previous location ---
  72. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  73. 【日志级别】:Error
  74. 【日志类名】:System.Logging.FriendlyException
  75. 【日志时间】:2024-07-09 11:41:55
  76. 【日志内容】:系统异常,请联系管理员
  77. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  78. 【日志级别】:Error
  79. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  80. 【日志时间】:2024-07-09 14:14:32
  81. 【日志内容】:Unexpected character encountered while parsing value: w. Path '', line 0, position 0.
  82. 【异常信息】:Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: w. Path '', line 0, position 0.
  83. at Newtonsoft.Json.JsonTextReader.ParseValue()
  84. at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
  85. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  86. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  87. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  88. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  89. at SafeCampus.Web.Core.Controllers.Application.Business.WarnInfoController.SetWarnGroupDevice(String configJson) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\Application\Business\WarnInfoController.cs:line 143
  90. at lambda_method221(Closure , Object )
  91. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  92. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  93. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  94. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  95. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  96. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  97. --- End of stack trace from previous location ---
  98. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  99. 【日志级别】:Error
  100. 【日志类名】:System.Logging.FriendlyException
  101. 【日志时间】:2024-07-09 14:14:32
  102. 【日志内容】:系统异常,请联系管理员
  103. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  104. 【日志级别】:Error
  105. 【日志类名】:Microsoft.Extensions.Hosting.Internal.Host
  106. 【日志时间】:2024-07-09 16:03:13
  107. 【日志内容】:BackgroundService failed
  108. 【异常信息】:System.OperationCanceledException: The operation was canceled.
  109. at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
  110. at MoYu.EventBus.ChannelEventSourceStorer.ReadAsync(CancellationToken cancellationToken)
  111. at MoYu.EventBus.EventBusHostedService.BackgroundProcessing(CancellationToken stoppingToken)
  112. at MoYu.EventBus.EventBusHostedService.ExecuteAsync(CancellationToken stoppingToken)
  113. at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
  114. 【日志级别】:Error
  115. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  116. 【日志时间】:2024-07-09 16:27:19
  117. 【日志内容】:Value cannot be null. (Parameter 'value')
  118. 【异常信息】:System.ArgumentNullException: Value cannot be null. (Parameter 'value')
  119. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  120. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  121. at SafeCampus.Web.Core.Controllers.Application.Business.WarnInfoController.GetInfo(Int64 Id) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\Application\Business\WarnInfoController.cs:line 59
  122. at lambda_method167(Closure , Object )
  123. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  124. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  125. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  126. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  127. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  128. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  129. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  130. 【日志级别】:Error
  131. 【日志类名】:System.Logging.FriendlyException
  132. 【日志时间】:2024-07-09 16:27:19
  133. 【日志内容】:系统异常,请联系管理员
  134. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员
  135. 【日志级别】:Error
  136. 【日志类名】:SafeCampus.Web.Core.LogExceptionHandler
  137. 【日志时间】:2024-07-09 16:27:33
  138. 【日志内容】:Value cannot be null. (Parameter 'value')
  139. 【异常信息】:System.ArgumentNullException: Value cannot be null. (Parameter 'value')
  140. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  141. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  142. at SafeCampus.Web.Core.Controllers.Application.Business.WarnInfoController.GetInfo(Int64 Id) in F:\Project\QJKJ\SafeCampus\SafeCampus.Web.Core\Controllers\Application\Business\WarnInfoController.cs:line 59
  143. at lambda_method167(Closure , Object )
  144. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  145. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
  146. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  147. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  148. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  149. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  150. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  151. 【日志级别】:Error
  152. 【日志类名】:System.Logging.FriendlyException
  153. 【日志时间】:2024-07-09 16:27:33
  154. 【日志内容】:系统异常,请联系管理员
  155. 【异常信息】:MoYu.FriendlyException.AppFriendlyException: 系统异常,请联系管理员