This is not a crash, but rather a warning that some unknown process tries to connect to node. Node should be fully functional.
Can you please try establishing telnet connection from home laptop to droplet? --Yakov 2016-02-27 3:35 GMT+03:00 szabkel <[email protected]>: > I can ping the droplets from home (and also, I login through ssh to > control them, so) and can also ping my home address from the droplets. > If I run telnet homeIp 27509 on one of the droplets: > Trying homeIp... > Connected to homeIp. > Escape character is '^]'. > Connection closed by foreign host. > > And the node on my home computer crashes with: > [01:45:15,071][SEVERE][tcp-disco-sock-reader-#18%null%][TcpDiscoverySpi] > Failed to initialize connection (this can happen due to short time network > problems and can be ignored if does not affect node discovery) > [sock=Socket[addr=/DROPLET-P,port=33595,localport=27509]] > java.net.SocketTimeoutException: Read timed out > at java.net.SocketInputStream.socketRead0(Native Method) > at > java.net.SocketInputStream.socketRead(SocketInputStream.java:116) > at java.net.SocketInputStream.read(SocketInputStream.java:170) > at java.net.SocketInputStream.read(SocketInputStream.java:141) > at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) > at java.io.BufferedInputStream.read1(BufferedInputStream.java:286) > at java.io.BufferedInputStream.read(BufferedInputStream.java:345) > at > org.apache.ignite.spi.discovery.tcp.ServerImpl$SocketReader.body(ServerImpl.java:4979) > at > org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62) > > > > ------------------------------ > View this message in context: Re: Local machine won't connect to grid > <http://apache-ignite-users.70518.x6.nabble.com/Local-machine-won-t-connect-to-grid-tp3210p3214.html> > > Sent from the Apache Ignite Users mailing list archive > <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com. >
