Advertisement
Guest User

Untitled

a guest
May 27th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1.  
  2. fail: BRhodium.Bitcoin.Features.RPC.RPCMiddleware[0]
  3. Internal error while calling RPC Method
  4. Newtonsoft.Json.JsonSerializationException: Error getting value from 'Date' on 'NBitcoin.LockTime'. ---> System.InvalidOperationException: This is not a time based lock
  5. at NBitcoin.LockTime.get_Date() in /home/pool/BRhodiumNode/src/NBitcoin/LockTime.cs:line 38
  6. at lambda_method(Closure , Object )
  7. at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target)
  8. --- End of inner exception stack trace ---
  9. at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target)
  10. at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)
  11. at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
  12. at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
  13. at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
  14. at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
  15. at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
  16. at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
  17. at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
  18. at BRhodium.Bitcoin.Features.Miner.Controllers.MiningRPCController.SubmitBlock(String hex, String dummy) in /home/pool/BRhodiumNode/src/BRhodium.Bitcoin.Features.Miner/Controllers/MiningRPCController.cs:line 378
  19. at lambda_method(Closure , Object , Object[] )
  20. at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  21. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeActionMethodAsync>d__12.MoveNext()
  22. --- End of stack trace from previous location where exception was thrown ---
  23. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  24. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  25. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextActionFilterAsync>d__10.MoveNext()
  26. --- End of stack trace from previous location where exception was thrown ---
  27. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  28. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
  29. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  30. at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeInnerFilterAsync>d__13.MoveNext()
  31. --- End of stack trace from previous location where exception was thrown ---
  32. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  33. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  34. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeFilterPipelineAsync>d__18.MoveNext()
  35. --- End of stack trace from previous location where exception was thrown ---
  36. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  37. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  38. at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeAsync>d__16.MoveNext()
  39. --- End of stack trace from previous location where exception was thrown ---
  40. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  41. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  42. at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
  43. --- End of stack trace from previous location where exception was thrown ---
  44. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  45. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  46. at BRhodium.Bitcoin.Features.RPC.RPCMiddleware.<InvokeAsync>d__4.MoveNext() in /home/pool/BRhodiumNode/src/BRhodium.Bitcoin.Features.RPC/RPCMiddleware.cs:line 46
  47. info: BRhodium.Node.FullNode[0]
  48. ======Node stats====== 05/27/2019
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement