Skip to content

Instantly share code, notes, and snippets.

@aspiers
Created October 19, 2018 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspiers/ca3e2b0a6dbbc52b85c1dd954e565023 to your computer and use it in GitHub Desktop.
Save aspiers/ca3e2b0a6dbbc52b85c1dd954e565023 to your computer and use it in GitHub Desktop.
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