Created
October 19, 2018 22:18
-
-
Save aspiers/ca3e2b0a6dbbc52b85c1dd954e565023 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-10-19 22:04:41.6959|DEBUG|4|Network.PeerManager|RunPeerUpdate | AllNonActiveCandidates: 15, FilteredByZeroPort: 0, FilteredByDisconnect: 3, FilteredByFailedConnection: 10, Incompatible: 0, EligibleCandidates: 2, Tried: 2, Rounds: 1, Failed initial connect: 0, Established initial connect: 0, Current candidate peers: 39, Current active peers: 25 | |
2018-10-19 22:04:41.8455|ERROR|20|Network.P2P.Multiplexor|NettyP2PHandler error in multiplexor, channel is active System.AggregateException: One or more errors occurred. (Exception of type 'DotNetty.Codecs.EncoderException' was thrown.) ---> DotNetty.Codecs.EncoderException: Exception of type 'DotNetty.Codecs.EncoderException' was thrown. ---> System.DllNotFoundException: Unable to load shared library 'snappy' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libsnappy: cannot open shared object file: No such file or directory | |
at Snappy.Native.snappy_max_compressed_length(UInt32 input_length) | |
at Snappy.Native.GetMaxCompressedLength(Int32 inLength) | |
at Snappy.SnappyCodec.Compress(Byte[] input) | |
at Nethermind.Network.Rlpx.SnappyEncoder.Encode(IChannelHandlerContext context, Packet message, List`1 output) in /home/adam/blockchain/advanced-ethereum/nethermind/src/Nethermind/Nethermind.Network/Rlpx/SnappyEncoder.cs:line 40 | |
at DotNetty.Codecs.MessageToMessageEncoder`1.WriteAsync(IChannelHandlerContext ctx, Object msg) | |
--- End of inner exception stack trace --- | |
--- End of inner exception stack trace --- | |
---> (Inner Exception #0) DotNetty.Codecs.EncoderException: Exception of type 'DotNetty.Codecs.EncoderException' was thrown. ---> System.DllNotFoundException: Unable to load shared library 'snappy' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libsnappy: cannot open shared object file: No such file or directory | |
at Snappy.Native.snappy_max_compressed_length(UInt32 input_length) | |
at Snappy.Native.GetMaxCompressedLength(Int32 inLength) | |
at Snappy.SnappyCodec.Compress(Byte[] input) | |
at Nethermind.Network.Rlpx.SnappyEncoder.Encode(IChannelHandlerContext context, Packet message, List`1 output) in /home/adam/blockchain/advanced-ethereum/nethermind/src/Nethermind/Nethermind.Network/Rlpx/SnappyEncoder.cs:line 40 | |
at DotNetty.Codecs.MessageToMessageEncoder`1.WriteAsync(IChannelHandlerContext ctx, Object msg) | |
--- End of inner exception stack trace ---<--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment