Error running hazelcast #948
Unanswered
BobLouderback
asked this question in
Q&A
Replies: 1 comment
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone, I'm trying to get a server running on Ubuntu using the docker images and the sample yml files. I keep getting an error with hazelcast. Here's hazelcast section of my yml file:
hazelcast: image: hazelcast/hazelcast:3.6.5 networks: - main environment: - JAVA_OPTS=-Dhazelcast.local.publicAddress=hazelcast -Dhazelcast.config=/opt/hazelcast/hazelcast.xml volumes: - ./hazelcast-server.xml:/opt/hazelcast/hazelcast.xml
And here's the error I see when running docker compose:
Exception in thread "main" com.hazelcast.core.HazelcastException: com.hazelcast.core.HazelcastException: Failed to open file: /opt/hazelcast/hazelcast.xml
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions