Guest User

Untitled

a guest
Oct 20th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. 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
  2. 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
  3. at Snappy.Native.snappy_max_compressed_length(UInt32 input_length)
  4. at Snappy.Native.GetMaxCompressedLength(Int32 inLength)
  5. at Snappy.SnappyCodec.Compress(Byte[] input)
  6. 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
  7. at DotNetty.Codecs.MessageToMessageEncoder`1.WriteAsync(IChannelHandlerContext ctx, Object msg)
  8. --- End of inner exception stack trace ---
  9. --- End of inner exception stack trace ---
  10. ---> (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
  11. at Snappy.Native.snappy_max_compressed_length(UInt32 input_length)
  12. at Snappy.Native.GetMaxCompressedLength(Int32 inLength)
  13. at Snappy.SnappyCodec.Compress(Byte[] input)
  14. 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
  15. at DotNetty.Codecs.MessageToMessageEncoder`1.WriteAsync(IChannelHandlerContext ctx, Object msg)
  16. --- End of inner exception stack trace ---<---
Add Comment
Please, Sign In to add comment