We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Geth version: Geth/v1.9.7
OS & Version: Linux
Environment: docker
4.Error Message
Unrecognized field "role" (class org.web3j.quorum.methods.response.raft.RaftPeer), not marked as ignorable (6 known properties: "hostname", "nodeActive", "nodeId", "raftPort", "p2pPort", "raftId"]) at [Source: (okio.RealBufferedSource$1); line: 1, column: 283] (through reference chain: org.web3j.quorum.methods.response.raft.RaftPeer["role"]) (through reference chain: org.web3j.quorum.methods.response.raft.RaftCluster["result"])
public void getPeerInfo() throws IOException { quorum.raftGetCluster().send().getCluster().get(); } }
I dont know how to solve this problem
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System information
Geth version: Geth/v1.9.7
OS & Version: Linux
Environment: docker
4.Error Message
Unrecognized field "role" (class org.web3j.quorum.methods.response.raft.RaftPeer), not marked as ignorable (6 known properties: "hostname", "nodeActive", "nodeId", "raftPort", "p2pPort", "raftId"]) at [Source: (okio.RealBufferedSource$1); line: 1, column: 283] (through reference chain: org.web3j.quorum.methods.response.raft.RaftPeer["role"]) (through reference chain: org.web3j.quorum.methods.response.raft.RaftCluster["result"])
I dont know how to solve this problem
The text was updated successfully, but these errors were encountered: