Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Unable to run vault queries via RPC using cordapp-example #23

Open
pandaripruthviraj opened this issue Mar 29, 2019 · 2 comments
Open

Comments

@pandaripruthviraj
Copy link

There was an unexpected error (type=Internal Server Error, status=500).
net.corda.core.utilities.Try$Success (erased) -> value() -> net.corda.core.node.services.Vault$Page (erased) -> states(java.util.List<net.corda.core.contracts.StateAndRef<net.corda.core.contracts.ContractState>>) -> java.util.List<net.corda.core.contracts.StateAndRef<>> -> net.corda.core.contracts.StateAndRef<net.corda.core.contracts.ContractState> -> state(net.corda.core.contracts.TransactionState<net.corda.core.contracts.ContractState>) -> net.corda.core.contracts.TransactionState<net.corda.core.contracts.ContractState> -> data(net.corda.core.contracts.ContractState) -> Cannot construct evolution serializer for remote type com.example.state.IOUState: net.corda.core.contracts.LinearState, net.corda.core.contracts.ContractState, net.corda.core.schemas.QueryableState borrower (optional): net.corda.core.identity.Party name: net.corda.core.identity.CordaX500Name commonName (optional): java.lang.String country: java.lang.String locality: java.lang.String organisation: java.lang.String organisationUnit (optional): java.lang.String state (optional): java.lang.String owningKey: java.security.PublicKey lender (optional): net.corda.core.identity.Party name: net.corda.core.identity.CordaX500Name commonName (optional): java.lang.String country: java.lang.String locality: java.lang.String organisation: java.lang.String organisationUnit (optional): java.lang.String state (optional): java.lang.String owningKey: java.security.PublicKey linearId: net.corda.core.contracts.UniqueIdentifier externalId (optional): java.lang.String id: java.util.UUID value (optional): java.lang.Integer Local type int of property value is not assignable from remote type class java.lang.Integer

@waynelcw
Copy link
Contributor

waynelcw commented Apr 3, 2019

I have exactly the same issue which only happens with the Java version (nodes inside "workflows-java" folder).

@dmytrobr
Copy link

Any solution? Can't run simple RPC client

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants