Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.28 KB | None | 0 0
  1. [INFO ] 2019-10-22T17:52:15,597Z [Node thread-1] corda.flow.run - Flow raised an error: net/corda/finance/flows/CashIssueFlow. Sending it to flow hospital to be triaged. {actor_id=user1, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000003, flow-id=e6c87966-f40f-4077-96c6-ac02a645e003, invocation_id=10806625-4dd6-4716-b411-d62c4392c231, invocation_timestamp=2019-10-22T17:52:15.586Z, origin=user1, session_id=20e9189d-b708-4c6c-b61b-72440c7ef572, session_timestamp=2019-10-22T17:47:25.946Z, thread-id=165}
  2. [INFO ] 2019-10-22T17:52:15,598Z [Node thread-1] statemachine.StaffedFlowHospital.flowErrored - Flow [e6c87966-f40f-4077-96c6-ac02a645e003] admitted to hospital in state StateMachineState(checkpoint=Checkpoint(invocationContext=InvocationContext(origin=RPC(actor=Actor(id=Id(value=user1), serviceId=AuthServiceId(value=NODE_CONFIG), owningLegalIdentity=O=PartyB, L=New York, C=US)), trace=Trace(invocationId=10806625-4dd6-4716-b411-d62c4392c231, timestamp: 2019-10-22T17:52:15.586Z, entityType: Invocation, sessionId=20e9189d-b708-4c6c-b61b-72440c7ef572, timestamp: 2019-10-22T17:47:25.946Z, entityType: Session), actor=Actor(id=Id(value=user1), serviceId=AuthServiceId(value=NODE_CONFIG), owningLegalIdentity=O=PartyB, L=New York, C=US), externalTrace=null, impersonatedActor=null), ourIdentity=O=PartyB, L=New York, C=US, sessions={}, subFlowStack=[Initiating(flowClass=class com.template.flows.SelfIssueCashFlow, classToInitiateWith=class com.template.flows.SelfIssueCashFlow, flowInfo=FlowInfo(flowVersion=1, appName=workflows-0.1), subFlowVersion=CorDappFlow(platformVersion=4, corDappName=workflows-0.1, corDappHash=0C57832C424A4D4D1791B013B9E588540DC2AE0273394E0CE99F48B0B2BD1114), isEnabledTimedFlow=false)], flowState=Unstarted(flowStart=Explicit, frozenFlowLogic=531A1193C4D03B25D6E5612C9980B629150DBDA3BE88956146F4A023E7D4E8C7), errorState=Clean, numberOfSuspends=0), flowLogic=com.template.flows.SelfIssueCashFlow@26548abe, pendingDeduplicationHandlers=[], isFlowResumed=true, isTransactionTracked=false, isAnyCheckpointPersisted=true, isStartIdempotent=false, isRemoved=false, senderUUID=532a9692-d1da-4507-921b-54c136b76f6c) {actor_id=user1, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000003, flow-id=e6c87966-f40f-4077-96c6-ac02a645e003, invocation_id=10806625-4dd6-4716-b411-d62c4392c231, invocation_timestamp=2019-10-22T17:52:15.586Z, origin=user1, session_id=20e9189d-b708-4c6c-b61b-72440c7ef572, session_timestamp=2019-10-22T17:47:25.946Z, thread-id=165}
  3. [INFO ] 2019-10-22T17:52:15,598Z [Node thread-1] statemachine.StaffedFlowHospital.invoke - Error 1 of 1: {actor_id=user1, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000003, flow-id=e6c87966-f40f-4077-96c6-ac02a645e003, invocation_id=10806625-4dd6-4716-b411-d62c4392c231, invocation_timestamp=2019-10-22T17:52:15.586Z, origin=user1, session_id=20e9189d-b708-4c6c-b61b-72440c7ef572, session_timestamp=2019-10-22T17:47:25.946Z, thread-id=165}
  4. java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow
  5. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:109) ~[?:?]
  6. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:101) ~[?:?]
  7. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:269) ~[corda-node-4.1.jar:?]
  8. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:45) ~[corda-node-4.1.jar:?]
  9. at co.paralleluniverse.fibers.Fiber.run1(Fiber.java:1092) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  10. at co.paralleluniverse.fibers.Fiber.exec(Fiber.java:788) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  11. at co.paralleluniverse.fibers.RunnableFiberTask.doExec(RunnableFiberTask.java:100) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  12. at co.paralleluniverse.fibers.RunnableFiberTask.run(RunnableFiberTask.java:91) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  13. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_221]
  14. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_221]
  15. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:1.8.0_221]
  16. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:1.8.0_221]
  17. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_221]
  18. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_221]
  19. at net.corda.node.utilities.AffinityExecutor$ServiceAffinityExecutor$1$thread$1.run(AffinityExecutor.kt:63) ~[corda-node-4.1.jar:?]
  20. [INFO ] 2019-10-22T17:52:15,598Z [Node thread-1] statemachine.StaffedFlowHospital.flowErrored - Flow error allowed to propagate {actor_id=user1, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000003, flow-id=e6c87966-f40f-4077-96c6-ac02a645e003, invocation_id=10806625-4dd6-4716-b411-d62c4392c231, invocation_timestamp=2019-10-22T17:52:15.586Z, origin=user1, session_id=20e9189d-b708-4c6c-b61b-72440c7ef572, session_timestamp=2019-10-22T17:47:25.946Z, thread-id=165}
  21. java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow
  22. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:109) ~[?:?]
  23. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:101) ~[?:?]
  24. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:269) ~[corda-node-4.1.jar:?]
  25. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:45) ~[corda-node-4.1.jar:?]
  26. at co.paralleluniverse.fibers.Fiber.run1(Fiber.java:1092) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  27. at co.paralleluniverse.fibers.Fiber.exec(Fiber.java:788) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  28. at co.paralleluniverse.fibers.RunnableFiberTask.doExec(RunnableFiberTask.java:100) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  29. at co.paralleluniverse.fibers.RunnableFiberTask.run(RunnableFiberTask.java:91) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  30. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_221]
  31. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_221]
  32. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:1.8.0_221]
  33. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:1.8.0_221]
  34. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_221]
  35. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_221]
  36. at net.corda.node.utilities.AffinityExecutor$ServiceAffinityExecutor$1$thread$1.run(AffinityExecutor.kt:63) ~[corda-node-4.1.jar:?]
  37. [WARN ] 2019-10-22T17:52:15,601Z [Node thread-1] interceptors.DumpHistoryOnErrorInterceptor.executeTransition - Flow [e6c87966-f40f-4077-96c6-ac02a645e003] errored, dumping all transitions:
  38.  
  39. --- Transition of flow [e6c87966-f40f-4077-96c6-ac02a645e003] ---
  40. Timestamp: 2019-10-22T17:52:15.597Z
  41. Event: DoRemainingWork
  42. Actions:
  43. CreateTransaction
  44. PersistCheckpoint(id=[e6c87966-f40f-4077-96c6-ac02a645e003], checkpoint=Checkpoint(invocationContext=InvocationContext(origin=RPC(actor=Actor(id=Id(value=user1), serviceId=AuthServiceId(value=NODE_CONFIG), owningLegalIdentity=O=PartyB, L=New York, C=US)), trace=Trace(invocationId=10806625-4dd6-4716-b411-d62c4392c231, timestamp: 2019-10-22T17:52:15.586Z, entityType: Invocation, sessionId=20e9189d-b708-4c6c-b61b-72440c7ef572, timestamp: 2019-10-22T17:47:25.946Z, entityType: Session), actor=Actor(id=Id(value=user1), serviceId=AuthServiceId(value=NODE_CONFIG), owningLegalIdentity=O=PartyB, L=New York, C=US), externalTrace=null, impersonatedActor=null), ourIdentity=O=PartyB, L=New York, C=US, sessions={}, subFlowStack=[Initiating(flowClass=class com.template.flows.SelfIssueCashFlow, classToInitiateWith=class com.template.flows.SelfIssueCashFlow, flowInfo=FlowInfo(flowVersion=1, appName=workflows-0.1), subFlowVersion=CorDappFlow(platformVersion=4, corDappName=workflows-0.1, corDappHash=0C57832C424A4D4D1791B013B9E588540DC2AE0273394E0CE99F48B0B2BD1114), isEnabledTimedFlow=false)], flowState=Unstarted(flowStart=Explicit, frozenFlowLogic=531A1193C4D03B25D6E5612C9980B629150DBDA3BE88956146F4A023E7D4E8C7), errorState=Clean, numberOfSuspends=0), isCheckpointUpdate=false)
  45. PersistDeduplicationFacts(deduplicationHandlers=[net.corda.node.internal.FlowStarterImpl$startFlow$startFlowEvent$1@350a1795])
  46. CommitTransaction
  47. AcknowledgeMessages(deduplicationHandlers=[net.corda.node.internal.FlowStarterImpl$startFlow$startFlowEvent$1@350a1795])
  48. SignalFlowHasStarted(flowId=[e6c87966-f40f-4077-96c6-ac02a645e003])
  49. CreateTransaction
  50. Continuation: Resume(result=null)
  51. Diff between previous and next state:
  52. isAnyCheckpointPersisted:
  53. false
  54. true
  55. pendingDeduplicationHandlers:
  56. [net.corda.node.internal.FlowStarterImpl$startFlow$startFlowEvent$1@350a1795]
  57. []
  58. isFlowResumed:
  59. false
  60. true
  61.  
  62.  
  63. --- Transition of flow [e6c87966-f40f-4077-96c6-ac02a645e003] ---
  64. Timestamp: 2019-10-22T17:52:15.599Z
  65. Event: Error(exception=java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow)
  66. Actions:
  67. RollbackTransaction
  68. ScheduleEvent(event=DoRemainingWork)
  69. Continuation: ProcessEvents
  70. Diff between previous and next state:
  71. checkpoint.errorState:
  72. Clean
  73. Errored(errors=[FlowError(errorId=-605773656471695784, exception=java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow)], propagatedIndex=0, propagating=false)
  74. isFlowResumed:
  75. true
  76. false
  77.  
  78.  
  79. --- Transition of flow [e6c87966-f40f-4077-96c6-ac02a645e003] ---
  80. Timestamp: 2019-10-22T17:52:15.599Z
  81. Event: DoRemainingWork
  82. Actions:
  83.  
  84. Continuation: ProcessEvents
  85. Diff between previous and next state:
  86. null
  87.  
  88. --- Transition of flow [e6c87966-f40f-4077-96c6-ac02a645e003] ---
  89. Timestamp: 2019-10-22T17:52:15.599Z
  90. Event: StartErrorPropagation
  91. Actions:
  92. ScheduleEvent(event=DoRemainingWork)
  93. Continuation: ProcessEvents
  94. Diff between previous and next state:
  95. checkpoint.errorState.propagating:
  96. false
  97. true
  98. {actor_id=user1, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000003, flow-id=e6c87966-f40f-4077-96c6-ac02a645e003, invocation_id=10806625-4dd6-4716-b411-d62c4392c231, invocation_timestamp=2019-10-22T17:52:15.586Z, origin=user1, session_id=20e9189d-b708-4c6c-b61b-72440c7ef572, session_timestamp=2019-10-22T17:47:25.946Z, thread-id=165}
  99. [WARN ] 2019-10-22T17:52:15,601Z [Node thread-1] interceptors.DumpHistoryOnErrorInterceptor.executeTransition - Flow [e6c87966-f40f-4077-96c6-ac02a645e003] error [errorCode=asv2x4, moreInformationAt=https://errors.corda.net/OS/4.1/asv2x4] {actor_id=user1, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000003, flow-id=e6c87966-f40f-4077-96c6-ac02a645e003, invocation_id=10806625-4dd6-4716-b411-d62c4392c231, invocation_timestamp=2019-10-22T17:52:15.586Z, origin=user1, session_id=20e9189d-b708-4c6c-b61b-72440c7ef572, session_timestamp=2019-10-22T17:47:25.946Z, thread-id=165}
  100. java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow
  101. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:109) ~[?:?]
  102. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:101) ~[?:?]
  103. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:269) ~[corda-node-4.1.jar:?]
  104. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:45) ~[corda-node-4.1.jar:?]
  105. at co.paralleluniverse.fibers.Fiber.run1(Fiber.java:1092) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  106. at co.paralleluniverse.fibers.Fiber.exec(Fiber.java:788) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  107. at co.paralleluniverse.fibers.RunnableFiberTask.doExec(RunnableFiberTask.java:100) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  108. at co.paralleluniverse.fibers.RunnableFiberTask.run(RunnableFiberTask.java:91) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  109. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_221]
  110. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_221]
  111. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:1.8.0_221]
  112. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:1.8.0_221]
  113. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_221]
  114. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_221]
  115. at net.corda.node.utilities.AffinityExecutor$ServiceAffinityExecutor$1$thread$1.run(AffinityExecutor.kt:63) ~[corda-node-4.1.jar:?]
  116. [WARN ] 2019-10-22T17:52:15,602Z [Node thread-1] statemachine.ActionExecutorImpl.executePropagateErrors - Propagating error {actor_id=user1, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000003, flow-id=e6c87966-f40f-4077-96c6-ac02a645e003, invocation_id=10806625-4dd6-4716-b411-d62c4392c231, invocation_timestamp=2019-10-22T17:52:15.586Z, origin=user1, session_id=20e9189d-b708-4c6c-b61b-72440c7ef572, session_timestamp=2019-10-22T17:47:25.946Z, thread-id=165}
  117. [ERROR] 2019-10-22T17:52:15,605Z [Node thread-1] proxies.ExceptionSerialisingRpcOpsProxy.log - Error during RPC invocation [errorCode=asv2x4, moreInformationAt=https://errors.corda.net/OS/4.1/asv2x4] {actor_id=user1, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000003, flow-id=e6c87966-f40f-4077-96c6-ac02a645e003, invocation_id=10806625-4dd6-4716-b411-d62c4392c231, invocation_timestamp=2019-10-22T17:52:15.586Z, origin=user1, session_id=20e9189d-b708-4c6c-b61b-72440c7ef572, session_timestamp=2019-10-22T17:47:25.946Z, thread-id=165}
  118. java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow
  119. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:109) ~[?:?]
  120. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:101) ~[?:?]
  121. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:269) ~[corda-node-4.1.jar:?]
  122. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:45) ~[corda-node-4.1.jar:?]
  123. at co.paralleluniverse.fibers.Fiber.run1(Fiber.java:1092) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  124. at co.paralleluniverse.fibers.Fiber.exec(Fiber.java:788) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  125. at co.paralleluniverse.fibers.RunnableFiberTask.doExec(RunnableFiberTask.java:100) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  126. at co.paralleluniverse.fibers.RunnableFiberTask.run(RunnableFiberTask.java:91) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  127. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_221]
  128. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_221]
  129. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:1.8.0_221]
  130. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:1.8.0_221]
  131. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_221]
  132. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_221]
  133. at net.corda.node.utilities.AffinityExecutor$ServiceAffinityExecutor$1$thread$1.run(AffinityExecutor.kt:63) ~[corda-node-4.1.jar:?]
  134. [ERROR] 2019-10-22T17:52:15,605Z [Node thread-1] proxies.ExceptionSerialisingRpcOpsProxy.log - Error during RPC invocation [errorCode=asv2x4, moreInformationAt=https://errors.corda.net/OS/4.1/asv2x4] {actor_id=user1, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000003, flow-id=e6c87966-f40f-4077-96c6-ac02a645e003, invocation_id=10806625-4dd6-4716-b411-d62c4392c231, invocation_timestamp=2019-10-22T17:52:15.586Z, origin=user1, session_id=20e9189d-b708-4c6c-b61b-72440c7ef572, session_timestamp=2019-10-22T17:47:25.946Z, thread-id=165}
  135. java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow
  136. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:109) ~[?:?]
  137. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:101) ~[?:?]
  138. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:269) ~[corda-node-4.1.jar:?]
  139. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:45) ~[corda-node-4.1.jar:?]
  140. at co.paralleluniverse.fibers.Fiber.run1(Fiber.java:1092) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  141. at co.paralleluniverse.fibers.Fiber.exec(Fiber.java:788) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  142. at co.paralleluniverse.fibers.RunnableFiberTask.doExec(RunnableFiberTask.java:100) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  143. at co.paralleluniverse.fibers.RunnableFiberTask.run(RunnableFiberTask.java:91) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  144. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_221]
  145. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_221]
  146. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:1.8.0_221]
  147. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:1.8.0_221]
  148. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_221]
  149. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_221]
  150. at net.corda.node.utilities.AffinityExecutor$ServiceAffinityExecutor$1$thread$1.run(AffinityExecutor.kt:63) ~[corda-node-4.1.jar:?]
  151. [WARN ] 2019-10-22T17:52:15,608Z [Node thread-1] interceptors.DumpHistoryOnErrorInterceptor.executeTransition - Flow [e6c87966-f40f-4077-96c6-ac02a645e003] errored, dumping all transitions:
  152.  
  153. --- Transition of flow [e6c87966-f40f-4077-96c6-ac02a645e003] ---
  154. Timestamp: 2019-10-22T17:52:15.597Z
  155. Event: DoRemainingWork
  156. Actions:
  157. CreateTransaction
  158. PersistCheckpoint(id=[e6c87966-f40f-4077-96c6-ac02a645e003], checkpoint=Checkpoint(invocationContext=InvocationContext(origin=RPC(actor=Actor(id=Id(value=user1), serviceId=AuthServiceId(value=NODE_CONFIG), owningLegalIdentity=O=PartyB, L=New York, C=US)), trace=Trace(invocationId=10806625-4dd6-4716-b411-d62c4392c231, timestamp: 2019-10-22T17:52:15.586Z, entityType: Invocation, sessionId=20e9189d-b708-4c6c-b61b-72440c7ef572, timestamp: 2019-10-22T17:47:25.946Z, entityType: Session), actor=Actor(id=Id(value=user1), serviceId=AuthServiceId(value=NODE_CONFIG), owningLegalIdentity=O=PartyB, L=New York, C=US), externalTrace=null, impersonatedActor=null), ourIdentity=O=PartyB, L=New York, C=US, sessions={}, subFlowStack=[Initiating(flowClass=class com.template.flows.SelfIssueCashFlow, classToInitiateWith=class com.template.flows.SelfIssueCashFlow, flowInfo=FlowInfo(flowVersion=1, appName=workflows-0.1), subFlowVersion=CorDappFlow(platformVersion=4, corDappName=workflows-0.1, corDappHash=0C57832C424A4D4D1791B013B9E588540DC2AE0273394E0CE99F48B0B2BD1114), isEnabledTimedFlow=false)], flowState=Unstarted(flowStart=Explicit, frozenFlowLogic=531A1193C4D03B25D6E5612C9980B629150DBDA3BE88956146F4A023E7D4E8C7), errorState=Clean, numberOfSuspends=0), isCheckpointUpdate=false)
  159. PersistDeduplicationFacts(deduplicationHandlers=[net.corda.node.internal.FlowStarterImpl$startFlow$startFlowEvent$1@350a1795])
  160. CommitTransaction
  161. AcknowledgeMessages(deduplicationHandlers=[net.corda.node.internal.FlowStarterImpl$startFlow$startFlowEvent$1@350a1795])
  162. SignalFlowHasStarted(flowId=[e6c87966-f40f-4077-96c6-ac02a645e003])
  163. CreateTransaction
  164. Continuation: Resume(result=null)
  165. Diff between previous and next state:
  166. isAnyCheckpointPersisted:
  167. false
  168. true
  169. pendingDeduplicationHandlers:
  170. [net.corda.node.internal.FlowStarterImpl$startFlow$startFlowEvent$1@350a1795]
  171. []
  172. isFlowResumed:
  173. false
  174. true
  175.  
  176.  
  177. --- Transition of flow [e6c87966-f40f-4077-96c6-ac02a645e003] ---
  178. Timestamp: 2019-10-22T17:52:15.599Z
  179. Event: Error(exception=java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow)
  180. Actions:
  181. RollbackTransaction
  182. ScheduleEvent(event=DoRemainingWork)
  183. Continuation: ProcessEvents
  184. Diff between previous and next state:
  185. checkpoint.errorState:
  186. Clean
  187. Errored(errors=[FlowError(errorId=-605773656471695784, exception=java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow)], propagatedIndex=0, propagating=false)
  188. isFlowResumed:
  189. true
  190. false
  191.  
  192.  
  193. --- Transition of flow [e6c87966-f40f-4077-96c6-ac02a645e003] ---
  194. Timestamp: 2019-10-22T17:52:15.599Z
  195. Event: DoRemainingWork
  196. Actions:
  197.  
  198. Continuation: ProcessEvents
  199. Diff between previous and next state:
  200. null
  201.  
  202. --- Transition of flow [e6c87966-f40f-4077-96c6-ac02a645e003] ---
  203. Timestamp: 2019-10-22T17:52:15.599Z
  204. Event: StartErrorPropagation
  205. Actions:
  206. ScheduleEvent(event=DoRemainingWork)
  207. Continuation: ProcessEvents
  208. Diff between previous and next state:
  209. checkpoint.errorState.propagating:
  210. false
  211. true
  212.  
  213.  
  214. --- Transition of flow [e6c87966-f40f-4077-96c6-ac02a645e003] ---
  215. Timestamp: 2019-10-22T17:52:15.606Z
  216. Event: DoRemainingWork
  217. Actions:
  218. PropagateErrors(errorMessages=[ErrorSessionMessage(flowException=null, errorId=-605773656471695784)], sessions=[], senderUUID=532a9692-d1da-4507-921b-54c136b76f6c)
  219. CreateTransaction
  220. RemoveCheckpoint(id=[e6c87966-f40f-4077-96c6-ac02a645e003])
  221. PersistDeduplicationFacts(deduplicationHandlers=[])
  222. ReleaseSoftLocks(uuid=e6c87966-f40f-4077-96c6-ac02a645e003)
  223. CommitTransaction
  224. AcknowledgeMessages(deduplicationHandlers=[])
  225. RemoveSessionBindings(sessionIds=[])
  226. RemoveFlow(flowId=[e6c87966-f40f-4077-96c6-ac02a645e003], removalReason=ErrorFinish(flowErrors=[FlowError(errorId=-605773656471695784, exception=java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow)]), lastState=StateMachineState(checkpoint=Checkpoint(invocationContext=InvocationContext(origin=RPC(actor=Actor(id=Id(value=user1), serviceId=AuthServiceId(value=NODE_CONFIG), owningLegalIdentity=O=PartyB, L=New York, C=US)), trace=Trace(invocationId=10806625-4dd6-4716-b411-d62c4392c231, timestamp: 2019-10-22T17:52:15.586Z, entityType: Invocation, sessionId=20e9189d-b708-4c6c-b61b-72440c7ef572, timestamp: 2019-10-22T17:47:25.946Z, entityType: Session), actor=Actor(id=Id(value=user1), serviceId=AuthServiceId(value=NODE_CONFIG), owningLegalIdentity=O=PartyB, L=New York, C=US), externalTrace=null, impersonatedActor=null), ourIdentity=O=PartyB, L=New York, C=US, sessions={}, subFlowStack=[Initiating(flowClass=class com.template.flows.SelfIssueCashFlow, classToInitiateWith=class com.template.flows.SelfIssueCashFlow, flowInfo=FlowInfo(flowVersion=1, appName=workflows-0.1), subFlowVersion=CorDappFlow(platformVersion=4, corDappName=workflows-0.1, corDappHash=0C57832C424A4D4D1791B013B9E588540DC2AE0273394E0CE99F48B0B2BD1114), isEnabledTimedFlow=false)], flowState=Unstarted(flowStart=Explicit, frozenFlowLogic=531A1193C4D03B25D6E5612C9980B629150DBDA3BE88956146F4A023E7D4E8C7), errorState=Errored(errors=[FlowError(errorId=-605773656471695784, exception=java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow)], propagatedIndex=1, propagating=true), numberOfSuspends=0), flowLogic=com.template.flows.SelfIssueCashFlow@26548abe, pendingDeduplicationHandlers=[], isFlowResumed=false, isTransactionTracked=false, isAnyCheckpointPersisted=true, isStartIdempotent=false, isRemoved=true, senderUUID=532a9692-d1da-4507-921b-54c136b76f6c))
  227. Continuation: Abort
  228. Diff between previous and next state:
  229. isRemoved:
  230. false
  231. true
  232. checkpoint.errorState.propagatedIndex:
  233. 0
  234. 1
  235. {actor_id=user1, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000003, flow-id=e6c87966-f40f-4077-96c6-ac02a645e003, invocation_id=10806625-4dd6-4716-b411-d62c4392c231, invocation_timestamp=2019-10-22T17:52:15.586Z, origin=user1, session_id=20e9189d-b708-4c6c-b61b-72440c7ef572, session_timestamp=2019-10-22T17:47:25.946Z, thread-id=165}
  236. [WARN ] 2019-10-22T17:52:15,608Z [Node thread-1] interceptors.DumpHistoryOnErrorInterceptor.executeTransition - Flow [e6c87966-f40f-4077-96c6-ac02a645e003] error [errorCode=asv2x4, moreInformationAt=https://errors.corda.net/OS/4.1/asv2x4] {actor_id=user1, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000003, flow-id=e6c87966-f40f-4077-96c6-ac02a645e003, invocation_id=10806625-4dd6-4716-b411-d62c4392c231, invocation_timestamp=2019-10-22T17:52:15.586Z, origin=user1, session_id=20e9189d-b708-4c6c-b61b-72440c7ef572, session_timestamp=2019-10-22T17:47:25.946Z, thread-id=165}
  237. java.lang.NoClassDefFoundError: net/corda/finance/flows/CashIssueFlow
  238. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:109) ~[?:?]
  239. at com.template.flows.SelfIssueCashFlow.call(IOUSettleFlow.kt:101) ~[?:?]
  240. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:269) ~[corda-node-4.1.jar:?]
  241. at net.corda.node.services.statemachine.FlowStateMachineImpl.run(FlowStateMachineImpl.kt:45) ~[corda-node-4.1.jar:?]
  242. at co.paralleluniverse.fibers.Fiber.run1(Fiber.java:1092) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  243. at co.paralleluniverse.fibers.Fiber.exec(Fiber.java:788) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  244. at co.paralleluniverse.fibers.RunnableFiberTask.doExec(RunnableFiberTask.java:100) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  245. at co.paralleluniverse.fibers.RunnableFiberTask.run(RunnableFiberTask.java:91) ~[quasar-core-0.7.10-jdk8.jar:0.7.10]
  246. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_221]
  247. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_221]
  248. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:1.8.0_221]
  249. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:1.8.0_221]
  250. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_221]
  251. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_221]
  252. at net.corda.node.utilities.AffinityExecutor$ServiceAffinityExecutor$1$thread$1.run(AffinityExecutor.kt:63) ~[corda-node-4.1.jar:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement