cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Exception in Tomcat while datahub setup

Former Member
0 Likes
5,304

Hi , I am getting exception in Tomcat server after setting up datahub . Looks like related to tcp/ip connection :

22-Jun-2018 11:33:30.602 WARNING [hz._hzInstance_1_datahub-hazelcast.IO.thread-in-0] com.hazelcast.nio.tcp.TcpIpConnection.null [127.0.0.1]:5701 [datahub-hazelcast] [3.7.2] Connection[id=13, /127.0.0.1:59093->/127.0.0.1:5702, endpoint=[127.0.0.1]:5702, alive=false, type=NONE] closed. Reason: Exception in NonBlockingSocketReader java.io.IOException: An existing connection was forcibly closed by the remote host

     at sun.nio.ch.SocketDispatcher.read0(Native Method)
     at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
     at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
     at sun.nio.ch.IOUtil.read(IOUtil.java:197)
     at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
     at com.hazelcast.nio.tcp.DefaultSocketChannelWrapper.read(DefaultSocketChannelWrapper.java:59)
     at )



Any help is appreciated.

Thanks in advance !

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi ,

which version of DataHub are you using ? if it is 6.5+ then please use below properties in the local.properties of the datahub.

datahub.hz.port.number=7070

datahub.cluster.node.akka-port=2552

datahub.cluster.node.hostname=127.0.0.1

datahub.hz.port.autoincrement=false

Regards, Gaurav

Former Member
0 Likes

It worked.

Thanks

Answers (0)