user3813256
user3813256

Reputation:

getting an exception with hazelcast server and client

I launched the hazelcast server with my model classes that I do not recall seeing with the sample client - the error is copied below:

Couldn't connect to discovered master! tryCount: 50

Any suggestions on troubleshooting this would be great

Upvotes: 1

Views: 147

Answers (1)

ali haider
ali haider

Reputation: 20182

If using multicasting, try switching over to tcp based connections. If that does not help, try checking if there are more detailed exceptions (or perhaps add one from where the exception is being generated).

On linux, I believe you can check for multicasting permissions through ifconfig eth0 - result should give you a value for multicasting.

Upvotes: 1

Related Questions