I'm trying to create a DSE cluster of 2 search nodes to run the wikipedia sample. Note that everything works fine if I only use one node.
I can successfully install DSE, OpsCenter, and agents are running on both machines.
As soon as I run the first script for the wikipedia sample however, my cluster enters a state where only 1 node will ever be up at a time. Restarting one node will cause the other node to crash. They error they produce is:
ERROR 08:56:19,241 Fatal exception in thread Thread[WRITE-/192.168.62.204,5,main]
java.lang.StackOverflowError
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
at java.io.BufferedOutputStream.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown Source)
at org.apache.cassandra.net.OutboundTcpConnection.writeConnected(OutboundTcpConnection.java:123)
at org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.java:99)
The log files for both nodes can be found at: https://docs.google.com/open?id=0B56RRVlR8h2MZENKWjBUN0tsbFE
Any help as to what's happening would be much appreciated..
