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

docker image v2023.7-> produces "HiveMQ 4 requires at least Java version 11" #436

Open
elindberg-snapcode opened this issue Dec 7, 2023 · 0 comments

Comments

@elindberg-snapcode
Copy link

elindberg-snapcode commented Dec 7, 2023

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->

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

1 participant