Skip to content

Instantly share code, notes, and snippets.

@mz0
Created November 28, 2019 10:02
Show Gist options
  • Save mz0/9dcf71f136885e8b87856a449de87c98 to your computer and use it in GitHub Desktop.
Save mz0/9dcf71f136885e8b87856a449de87c98 to your computer and use it in GitHub Desktop.
23.611 [T33] I n.c.b.rpc.RpcClient - 12:49:23.610 [ForkJoinPool.commonPool-worker-1] INFO  net.corda.client.rpc.internal.RPCClient - Startup took 1470 msec
24.268 [T33] I n.c.b.rpc.RpcClient - PartyA,192.168.1.214:13000,flow-start failed with error: net.corda.tools.shell.Helper@5b0abd12
24.268 [T34] E n.c.b.process.Command - java.util.concurrent.ExecutionException: No applicable constructor for flow. Problems were:
24.268 [T34] E n.c.b.process.Command - [net.corda.core.identity.Party, long, int, kotlin.jvm.internal.DefaultConstructorMarker]: <constructor missing parameter reflect
24.268 [T34] E n.c.b.process.Command - [net.corda.core.identity.Party, long]: Could not parse as a command: No matching Party found, then tried to directly deserialise
24.268 [T34] E n.c.b.process.Command -  at [Source: UNKNOWN]
24.268 [T34] E n.c.b.process.Command -       at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
24.269 [T34] E n.c.b.process.Command -       at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1915)
24.269 [T34] E n.c.b.process.Command -       at net.corda.behave.tools.rpcClient.RpcCommand.runRpcCommand(Main.kt:180)
24.269 [T34] E n.c.b.process.Command -       at net.corda.behave.tools.rpcClient.FlowStart.run(GeneralCommands.kt:99)
24.269 [T34] E n.c.b.process.Command -       at picocli.CommandLine.executeUserObject(CommandLine.java:1729)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment