Giter VIP home page Giter VIP logo

Comments (8)

gilbertwong96 avatar gilbertwong96 commented on August 23, 2024

Hi, @gustaebel , this bug has been fixed, the next release of emqx should have no such problem.

from emqx-docker.

gustaebel avatar gustaebel commented on August 23, 2024

Thank you very much!

from emqx-docker.

didasy avatar didasy commented on August 23, 2024

Also got this issue with image from dockerhub:

emqx/emqx                               latest                      914b32f8c0a3        2 weeks ago         87.5MB

except this is my command:

docker run -d -p 1883:1883 -p 8083:8083 -e "EMQX_ALLOW_ANONYMOUS=true" -e "EMQX_LOADED_PLUGINS=emqx_dashboard" -e "EMQX_DASHBOARD__LISTENER__HTTP=28081" -p 28081:28081 --name mqtt emqx/emqx:latest

and the output

node.max_ports=1048576
listener.tcp.external.acceptors=64
dashboard.listener.http=28081
allow_anonymous=true
listener.ssl.external.acceptors=32
node.process_limit=2097152
node.max_ets_tables=2097152
listener.ws.external.acceptors=16
[email protected]
EMQX_LOADED_PLUGINS=emqx_dashboard
emqx 3.0 is started successfully!
Starting emqx on node [email protected]
Start http:dashboard listener on 28081 successfully.
Start mqtt:tcp listener on 127.0.0.1:11883 successfully.
Start mqtt:tcp listener on 0.0.0.0:1883 successfully.
Start mqtt:ws listener on 0.0.0.0:8083 successfully.
Start mqtt:ssl listener on 0.0.0.0:8883 successfully.
Start mqtt:wss listener on 0.0.0.0:8084 successfully.
EMQ X Broker v3.0.0 is running now!
Eshell V10.2  (abort with ^G)
([email protected])1> ['2019-01-06T07:58:28Z']:waiting emqx
['2019-01-06T07:58:29Z']:waiting emqx
['2019-01-06T07:58:31Z']:waiting emqx
['2019-01-06T07:58:33Z']:waiting emqx
['2019-01-06T07:58:34Z']:waiting emqx
['2019-01-06T07:58:36Z']:waiting emqx
['2019-01-06T07:58:36Z']:timeout error

from emqx-docker.

tlmcasper avatar tlmcasper commented on August 23, 2024

Just get the the same error when loading emqx_auth_mysql. But if remove the plugin load define when docker start then execute command in docker to load the plugin, it will success.

/opt/emqx $ ./bin/emqx_ctl plugins load emqx_auth_mysql
Start apps: [emqx_auth_mysql]
Plugin emqx_auth_mysql loaded successfully.

from emqx-docker.

didasy avatar didasy commented on August 23, 2024

@tlmcasper actually, it will ended up with this error if you load ANY plugin from docker run or docker-compose.

from emqx-docker.

Rory-Z avatar Rory-Z commented on August 23, 2024

When you useEMQX_LOADED_PLUGINS to specify the plugin, you need to manually specifyemqx_management and put it first, just like docker run -it --rm -e EMQX_LOADED_PLUGINS="emqx_management,emqx_auth_http,emqx_auth_jwt,emqx_dashboard" emqx/emqx:v3.0.0

from emqx-docker.

J0s3f avatar J0s3f commented on August 23, 2024

I have the same problem with the 3.0.1 docker image and the following plugin config:
EMQX_LOADED_PLUGINS: "emqx_mangement,emqx_auth_username,emqx_recon,emqx_retainer,emqx_dashboard"

from emqx-docker.

didasy avatar didasy commented on August 23, 2024

I have the same problem with the 3.0.1 docker image and the following plugin config:
EMQX_LOADED_PLUGINS: "emqx_mangement,emqx_auth_username,emqx_recon,emqx_retainer,emqx_dashboard"

It should be "emqx_management"

from emqx-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.