corda / cordapp-template-kotlin

A Kotlin CorDapp Template. Extend it via the Hello, World tutorial: https://docs.corda.net/hello-world-introduction.html
118 stars 149 forks source link

Error when run command (start IOUFlow iouValue: 99, otherParty: "O=PartyB,L=New York,C=US") in (hello world 1) #53

Open katrannakhla opened 5 years ago

katrannakhla commented 5 years ago

i have followed all the steps in hello world 1 but when run this command i have faced this error:

_[ERROR] 20:14:21+0200 [Node thread-1] proxies.ExceptionSerialisingRpcOpsProxy.log - Error during RPC invocation [errorCode=ue63ey, moreInformationAt=https://errors.corda.net/OS/4.0/ue63ey] {actor_id=internalShell, actor_owning_identity=O=PartyA, L=London, C=GB, actor_store_id=NODE_CONFIG, fiber-id=10000001, flow-id=ef20094f-ecea-4004-b6dc-e687f88fdce9, invocation_id=c783d17e-1a70-4ec9-93ca-cb08714afac7, invocation_timestamp=2019-03-12T18:14:18.869Z, origin=internalShell, session_id=e7787152-785d-47fc-a5a6-e8893a730942, session_timestamp=2019-03-12T18:14:02.935Z, thread-id=221, txid=E38133ECBB005885B0DFD501A214C928AB67C34188C7B0F0BD659825487A27AF}

how can solve this error ?

rohitdeo90 commented 5 years ago

i have followed all the steps in hello world 1 but when run this command i have faced this error:

_[ERROR] 20:14:21+0200 [Node thread-1] proxies.ExceptionSerialisingRpcOpsProxy.log - Error during RPC invocation [errorCode=ue63ey, moreInformationAt=https://errors.corda.net/OS/4.0/ue63ey] {actor_id=internalShell, actor_owning_identity=O=PartyA, L=London, C=GB, actor_store_id=NODE_CONFIG, fiber-id=10000001, flow-id=ef20094f-ecea-4004-b6dc-e687f88fdce9, invocation_id=c783d17e-1a70-4ec9-93ca-cb08714afac7, invocation_timestamp=2019-03-12T18:14:18.869Z, origin=internalShell, session_id=e7787152-785d-47fc-a5a6-e8893a730942, session_timestamp=2019-03-12T18:14:02.935Z, thread-id=221, txid=E38133ECBB005885B0DFD501A214C928AB67C34188C7B0F0BD659825487A27AF}

how can solve this error ?

Same error I am also coming across.

olimdzhon commented 5 years ago

[ERROR] 18:03:38+0500 [Node thread-1] proxies.ExceptionSerialisingRpcOpsProxy.log - Error during RPC invocation [errorCode=1t7f3c9, moreInformationAt=https://errors.corda.net/OS/4.0/1t7f3c9] {actor_id=internalShell, actor_owning_identity=O=PartyA, L=London, C=GB, actor_store_id=NODE_CONFIG, fiber-id=10000004, flow-id=6bb54488-39eb-4aa0-b95a-628402fa64e7, invocation_id=72314c3c-07cf-4f45-baa6-50b09c74d5e0, invocation_timestamp=2019-04-17T13:03:38.177Z, origin=internalShell, session_id=6e1402cd-4a2f-4d04-a710-8aef45674b94, session_timestamp=2019-04-17T12:50:56.178Z, thread-id=193, tx_id=CF369BBDDC70BF43051B9FDF45C7CF3A58B616F9BEC1C751E1B2029BC913E58E} [ERROR] 18:03:38+0500 [Node thread-1] proxies.ExceptionSerialisingRpcOpsProxy.log - Error during RPC invocation [errorCode=1t7f3c9, moreInformationAt=https://errors.corda.net/OS/4.0/1t7f3c9] {actor_id=internalShell, actor_owning_identity=O=PartyA, L=London, C=GB, actor_store_id=NODE_CONFIG, fiber-id=10000004, flow-id=6bb54488-39eb-4aa0-b95a-628402fa64e7, invocation_id=72314c3c-07cf-4f45-baa6-50b09c74d5e0, invocation_timestamp=2019-04-17T13:03:38.177Z, origin=internalShell, session_id=6e1402cd-4a2f-4d04-a710-8aef45674b94, session_timestamp=2019-04-17T12:50:56.178Z, thread-id=193, tx_id=CF369BBDDC70BF43051B9FDF45C7CF3A58B616F9BEC1C751E1B2029BC913E58E} [ERROR] 18:03:38+0500 [Node thread-1] proxies.ExceptionSerialisingRpcOpsProxy.log - Error during RPC invocation [errorCode=1t7f3c9, moreInformationAt=https://errors.corda.net/OS/4.0/1t7f3c9] {actor_id=internalShell, actor_owning_identity=O=PartyA, L=London, C=GB, actor_store_id=NODE_CONFIG, fiber-id=10000004, flow-id=6bb54488-39eb-4aa0-b95a-628402fa64e7, invocation_id=72314c3c-07cf-4f45-baa6-50b09c74d5e0, invocation_timestamp=2019-04-17T13:03:38.177Z, origin=internalShell, session_id=6e1402cd-4a2f-4d04-a710-8aef45674b94, session_timestamp=2019-04-17T12:50:56.178Z, thread-id=193, tx_id=CF369BBDDC70BF43051B9FDF45C7CF3A58B616F9BEC1C751E1B2029BC913E58E}

same error

VidhuMitra commented 5 years ago

I have faced same problem and got it resolved by Adding @BelongsToContract(TemplateContract.class) on top of the class declaration. to IOUSate class in com.template.states package.

elmodeer commented 5 years ago

@VidhuMitra it is already there, and still the same problem

rohitdeo90 commented 5 years ago

You'll get the line of error in build/nodes/Party logs.