vernemq / docker-vernemq

VerneMQ Docker image - Starts the VerneMQ MQTT broker and listens on 1883 and 8080 (for websockets).
https://vernemq.com
Apache License 2.0
178 stars 231 forks source link

Container Crashes on DOCKER_VERNEMQ_ALLOW_MULTIPLE_SESSIONS #351

Closed cyronis closed 1 year ago

cyronis commented 1 year ago

Hi there,

I tried to run the new Version of Vernemq 1.12.6.2 with my Helm Chart and as soon as I enable DOCKER_VERNEMQ_ALLOW_MULTIPLE_SESSIONS = on it keeps crashing - when I set it to off or with the Version 1.12.3 the container starts without a problem

this i the only thing i get out of the container -config /vernemq/data/generated.configs/app.2023.03.05.15.52.35.config -args_file /vernemq/bin/../etc/vm.args -vm_args /vernemq/bin/../etc/vm.args

BR

ioolkos commented 1 year ago

@cyronis while it still might be interesting to find out why, note that the allow_multiple_sessions feature is in deprecation.


:point_right: Thank you for supporting VerneMQ: https://github.com/sponsors/vernemq :point_right: Using the binary VerneMQ packages commercially (.deb/.rpm/Docker) requires a paid subscription.

6A61736F6E206E61646572 commented 11 months ago

@cyronis Did you ever manage to fix this?