I am running a flow and receive the following error message:
java.lang.IllegalStateException: Was expecting to find transaction set on current strand: Thread[Mock node 1 thread,5,main]
And:
Terminated by unexpected exception {} java.lang.AssertionError: Unexpected task state (fiber parking or parked has no chance to to call
park
): -2 at co.paralleluniverse.fibers.RunnableFiberTask.park(RunnableFiberTask.java:213) ~[quasar-core-0.7.9-jdk8.jar:0.7.9] at
What is the cause of this issue?