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

[Deployment] Local deployment openim error report #195

Open
Gzxyd opened this issue Oct 21, 2024 · 6 comments
Open

[Deployment] Local deployment openim error report #195

Gzxyd opened this issue Oct 21, 2024 · 6 comments

Comments

@Gzxyd
Copy link

Gzxyd commented Oct 21, 2024

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

@OpenIM-Robot OpenIM-Robot changed the title [Deployment] 本地部署openim报错 [Deployment] Local deployment openim error report Oct 21, 2024
@OpenIM-Robot
Copy link

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.

@skiffer-git skiffer-git transferred this issue from openimsdk/open-im-server Oct 21, 2024
@OpenIM-Robot
Copy link

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.

@skiffer-git
Copy link
Member

Run the docker ps command and take a screenshot to see the output.

@skiffer-git
Copy link
Member

What changes have you made to the configuration? Take a screenshot to show.

@eleven26
Copy link

eleven26 commented Nov 5, 2024

容器启动先后顺序的问题,docker compose 里面加个 depends_on 指定容器依赖,又或者

docker compose down
git clean fdx .
docker compose up -d

@OpenIM-Robot
Copy link

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

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

4 participants