You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2015/07/28 09:45:05 UTC

[jira] [Created] (IGNITE-1164) NullPointerException at ServerImpl.java:2758

Pavel Konstantinov created IGNITE-1164:
------------------------------------------

             Summary: NullPointerException at ServerImpl.java:2758
                 Key: IGNITE-1164
                 URL: https://issues.apache.org/jira/browse/IGNITE-1164
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: sprint-8
            Reporter: Pavel Konstantinov
            Assignee: Yakov Zhdanov
             Fix For: sprint-8


Got NPE during restarting of all grid
{code}
[15:39:53,720][SEVERE][tcp-disco-msg-worker-#2%tester][TcpDiscoverySpi] Runtime error caught during grid runnable execution: IgniteSpiThread [name=tcp-disco-msg-worker-#2%tester]
java.lang.NullPointerException
        at org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.trySendMessageDirectly(ServerImpl.java:2758)
        at org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processJoinRequestMessage(ServerImpl.java:2569)
        at org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.processMessage(ServerImpl.java:1830)
        at org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorkerAdapter.body(ServerImpl.java:5044)
        at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)