openim-docker
openim-docker copied to clipboard
[Deployment] Local deployment openim error report
OpenIM Server Version
openim-3.8.1
Operating System and CPU Architecture
Linux (ARM)
Deployment Method
Docker Deployment
Issue Description and Steps to Reproduce
在本地服务器上部署了openim,使用docker-compose up -d启动后出现报错问题: Kafka check failed: NewClient failed, config: =&{Username: Password: ProducerAck: CompressType:none Addr:[kafka:9094] TLS:{EnableTLS:false CACrt: ClientCrt: ClientKey: ClientKeyPwd: InsecureSkipVerify:false}}: kafka: client has run out of available brokers to talk to: dial tcp 172.18.0.2:9094: connect: connection refused WARN [AdminClient clientId=adminclient-1] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available.
Screenshots Link
No response
Hello! Thank you for filing an issue.
If this is a bug report, please include relevant logs to help us debug the problem.
Join slack 🤖 to connect and communicate with our developers.
Hello! Thank you for filing an issue.
If this is a bug report, please include relevant logs to help us debug the problem.
Join slack 🤖 to connect and communicate with our developers.
Run the docker ps command and take a screenshot to see the output.
What changes have you made to the configuration? Take a screenshot to show.
容器启动先后顺序的问题,docker compose 里面加个 depends_on 指定容器依赖,又或者
docker compose down
git clean fdx .
docker compose up -d
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Regarding the order in which containers are started, add depends_on in docker compose to specify container dependencies, or
docker compose down
git clean fdx .
docker compose up -d