Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. Triggering CMG:showWarningsOfUser
  2. [vRP/C#] query exception vRP/insert_cmg_wanring : System.AggregateException: One or more errors occurred. ---> MySql.Data.MySqlClient.MySqlException: Column 'warning_id' cannot be null
  3. at MySql.Data.Serialization.PayloadData.ThrowIfError () [0x0001d] in <c9032194188746cfa5d8bb7625c7912b>:0
  4. at MySql.Data.Serialization.MySqlSession.TryAsyncContinuation (System.Threading.Tasks.Task`1[TResult] task) [0x00023] in <c9032194188746cfa5d8bb7625c7912b>:0
  5. at (wrapper delegate-invoke) System.Func`2[System.Threading.Tasks.Task`1[System.ArraySegment`1[System.Byte]],MySql.Data.Serialization.PayloadData].invoke_TResult_T(System.Threading.Tasks.Task`1<System.ArraySegment`1<byte>>)
  6. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2[TAntecedentResult,TResult].InnerInvoke () [0x00024] in <4fffd39960df419684f9b9cb5ce46688>:0
  7. at System.Threading.Tasks.Task.Execute () [0x00000] in <4fffd39960df419684f9b9cb5ce46688>:0
  8. --- End of stack trace from previous location where exception was thrown ---
  9.  
  10. at MySql.Data.MySqlClient.MySqlDataReader.ActivateResultSet (MySql.Data.MySqlClient.Results.ResultSet resultSet) [0x0000e] in <c9032194188746cfa5d8bb7625c7912b>:0
  11. at MySql.Data.MySqlClient.MySqlDataReader.ReadFirstResultSetAsync (MySql.Data.Protocol.Serialization.IOBehavior ioBehavior) [0x000b0] in <c9032194188746cfa5d8bb7625c7912b>:0
  12. at MySql.Data.MySqlClient.MySqlDataReader.CreateAsync (MySql.Data.MySqlClient.MySqlCommand command, System.Data.CommandBehavior behavior, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior) [0x0016e] in <c9032194188746cfa5d8bb7625c7912b>:0
  13. at MySql.Data.MySqlClient.CommandExecutors.TextCommandExecutor.ExecuteReaderAsync (System.String commandText, MySql.Data.MySqlClient.MySqlParameterCollection parameterCollection, System.Data.CommandBehavior behavior, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x001ea] in <c9032194188746cfa5d8bb7625c7912b>:0
  14. at MySql.Data.MySqlClient.CommandExecutors.TextCommandExecutor.ExecuteNonQueryAsync (System.String commandText, MySql.Data.MySqlClient.MySqlParameterCollection parameterCollection, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x00094] in <c9032194188746cfa5d8bb7625c7912b>:0
  15. at vRP.MySQL+<>c__DisplayClass11_2.<e_query>b__0 () [0x0022c] in <8dfc0861f4df44189d833de5e878b97b>:0
  16. --- End of inner exception stack trace ---
  17. ---> (Inner Exception #0) MySql.Data.MySqlClient.MySqlException (0x80004005): Column 'warning_id' cannot be null
  18. at MySql.Data.Serialization.PayloadData.ThrowIfError () [0x0001d] in <c9032194188746cfa5d8bb7625c7912b>:0
  19. at MySql.Data.Serialization.MySqlSession.TryAsyncContinuation (System.Threading.Tasks.Task`1[TResult] task) [0x00023] in <c9032194188746cfa5d8bb7625c7912b>:0
  20. at (wrapper delegate-invoke) System.Func`2[System.Threading.Tasks.Task`1[System.ArraySegment`1[System.Byte]],MySql.Data.Serialization.PayloadData].invoke_TResult_T(System.Threading.Tasks.Task`1<System.ArraySegment`1<byte>>)
  21. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2[TAntecedentResult,TResult].InnerInvoke () [0x00024] in <4fffd39960df419684f9b9cb5ce46688>:0
  22. at System.Threading.Tasks.Task.Execute () [0x00000] in <4fffd39960df419684f9b9cb5ce46688>:0
  23. --- End of stack trace from previous location where exception was thrown ---
  24.  
  25. at MySql.Data.MySqlClient.MySqlDataReader.ActivateResultSet (MySql.Data.MySqlClient.Results.ResultSet resultSet) [0x0000e] in <c9032194188746cfa5d8bb7625c7912b>:0
  26. at MySql.Data.MySqlClient.MySqlDataReader.ReadFirstResultSetAsync (MySql.Data.Protocol.Serialization.IOBehavior ioBehavior) [0x000b0] in <c9032194188746cfa5d8bb7625c7912b>:0
  27. at MySql.Data.MySqlClient.MySqlDataReader.CreateAsync (MySql.Data.MySqlClient.MySqlCommand command, System.Data.CommandBehavior behavior, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior) [0x0016e] in <c9032194188746cfa5d8bb7625c7912b>:0
  28. at MySql.Data.MySqlClient.CommandExecutors.TextCommandExecutor.ExecuteReaderAsync (System.String commandText, MySql.Data.MySqlClient.MySqlParameterCollection parameterCollection, System.Data.CommandBehavior behavior, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x001ea] in <c9032194188746cfa5d8bb7625c7912b>:0
  29. at MySql.Data.MySqlClient.CommandExecutors.TextCommandExecutor.ExecuteNonQueryAsync (System.String commandText, MySql.Data.MySqlClient.MySqlParameterCollection parameterCollection, MySql.Data.Protocol.Serialization.IOBehavior ioBehavior, System.Threading.CancellationToken cancellationToken) [0x00094] in <c9032194188746cfa5d8bb7625c7912b>:0
  30. at vRP.MySQL+<>c__DisplayClass11_2.<e_query>b__0 () [0x0022c] in <8dfc0861f4df44189d833de5e878b97b>:0 <---
  31.  
  32. [vRP] task 27 failed.
  33. [vRP] task 27 failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement