docker image v2023.7-> produces "HiveMQ 4 requires at least Java version 11"
elindberg-snapcode opened this issue · 0 comments
elindberg-snapcode commented
Running hivemq-ce using docker swarm (node engine 20.10.5)
stack file:
version: "3.5"
services:
hivemq:
image: hivemq/hivemq-ce:2023.6
ports:
- 1883:1883
deploy:
placement:
constraints:
- node.hostname == twdcr01
environment:
HIVEMQ_LOG_LEVEL: INFO
Produces the following log/error:
Getting bind address from container hostname
set bind address from container hostname to 10.0.13.77
_ _ _ __ __ ____
| | | |(_) | \/ | / __ \
| |__| | _ __ __ ___ | \ / || | | |
| __ || |\ \ / // _ \| |\/| || | | |
| | | || | \ V /| __/| | | || |__| |
|_| |_||_| \_/ \___||_| |_| \___\_\
HiveMQ Start Script for Linux/Unix v1.13
HiveMQ 4 requires at least Java version 11
Affected HiveMQ CE version(s):
v2023.7->