Skip to content

Can sb tell me why this error happened,this error happend constantly in System Logs module , it seems like RLP problem when sync data to another node #125

Description

@nearLin

Caused by: java.lang.RuntimeException: RLP wrong encoding (6140f85f058b4672616374616c2d503250cecd110ef047546573740180b840e30016f87e9f32895039c5b4fbbb40fbbf04fc2ef93299124a115df8344d81fff070591b2e455f043d2ccc9ffab3b881ce89c426ae111a5400034bb0fe64e1fa)
at org.ethereum.util.RLP.fullTraverse(RLP.java:691)
at org.ethereum.util.RLP.decode2(RLP.java:550)
at org.ethereum.net.p2p.HelloMessage.parse(HelloMessage.java:78)
at org.ethereum.net.p2p.HelloMessage.getP2PVersion(HelloMessage.java:133)
at org.ethereum.net.server.Channel.publicRLPxHandshakeFinished(Channel.java:172)
at org.ethereum.net.rlpx.HandshakeHandler.decodeHandshake(HandshakeHandler.java:187)
at org.ethereum.net.rlpx.HandshakeHandler.decode(HandshakeHandler.java:104)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
... 18 common frames omitted
Caused by: java.lang.RuntimeException: Length parsed from RLP (95 bytes) is greater than possible size of data (92 bytes)
at org.ethereum.util.RLP.verifyLength(RLP.java:705)
at org.ethereum.util.RLP.calcLength(RLP.java:530)
at org.ethereum.util.RLP.fullTraverse(RLP.java:581)
... 25 common frames omitted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions