NRS 0.6.1 - java.nio.BufferUnderflowException

Issue #34 resolved
xartifex created an issue

Here is the log output:

[2014-02-08 18:42:47.633] NRS 0.6.1 started successfully.
[2014-02-08 18:44:50.588] DEBUG: Failed to analyze hallmark for peer nxt.homer.ru
java.nio.BufferUnderflowException
        at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:145)
        at java.nio.ByteBuffer.get(ByteBuffer.java:694)
        at nxt.peer.Peer.analyzeHallmark(Peer.java:707)
        at nxt.peer.Peer.connect(Peer.java:870)
        at nxt.peer.Peer.access$100(Peer.java:51)
        at nxt.peer.Peer$1.run(Peer.java:74)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

Comments (1)

  1. Log in to comment