Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workshop on OpenShift - multicast issue #41

Open
tarunaz opened this issue Jul 19, 2018 · 2 comments
Open

Workshop on OpenShift - multicast issue #41

tarunaz opened this issue Jul 19, 2018 · 2 comments

Comments

@tarunaz
Copy link

tarunaz commented Jul 19, 2018

I have the trader-dashboard verticle unable to join the cluster with the quote-generator, all running on OpenShift.

Logs from the trader-dashboard logs-
INFO: [127.0.0.1]:5701 [dev] [3.6.3] Could not connect to: /127.0.0.1:5702. Reason: SocketException[Connection refused to address /127.0.0.1:5702]

  | Jul 19, 2018 5:05:47 AM com.hazelcast.cluster.impl.TcpIpJoiner
  | INFO: [127.0.0.1]:5701 [dev] [3.6.3] Address[127.0.0.1]:5702 is added to the blacklist.
  | Jul 19, 2018 5:05:47 AM com.hazelcast.nio.tcp.InitConnectionTask
  | INFO: [127.0.0.1]:5701 [dev] [3.6.3] Could not connect to: /127.0.0.1:5703. Reason: SocketException[Connection refused to address /127.0.0.1:5703]
  | Jul 19, 2018 5:05:47 AM com.hazelcast.cluster.impl.TcpIpJoiner
  | INFO: [127.0.0.1]:5701 [dev] [3.6.3] Address[127.0.0.1]:5703 is added to the blacklist.
  | Jul 19, 2018 5:05:48 AM com.hazelcast.cluster.impl.TcpIpJoiner
  | INFO: [127.0.0.1]:5701 [dev] [3.6.3]
  |  
  |  
  | Members [1] {
  | Member [127.0.0.1]:5701 this
  | }

Thanks,
Tarun

@cescoffier
Copy link
Owner

From the output, the cluster is not created correctly. Check that you have the correct infinispan configuration in your project.

@cescoffier
Copy link
Owner

Also check that the application is started with the right parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants