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

pulsar-manger:v0.4.0 couldn't link pulsar:2.8.0 #538

Open
haxung opened this issue Nov 9, 2023 · 0 comments
Open

pulsar-manger:v0.4.0 couldn't link pulsar:2.8.0 #538

haxung opened this issue Nov 9, 2023 · 0 comments

Comments

@haxung
Copy link

haxung commented Nov 9, 2023

I run pulsar and pulsar-manager via docker-ce:24.0.2.
Here is pulsar start command:

docker run --restart always --name pulsar -it -p 16650:6650 -p 16651:8080 -e "JAVA_TOOL_OPTIONS=-XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -v /data/pulsar/data:/pulsar/data -d apachepulsar/pulsar:2.8.0 bin/pulsar standalone

I test this pulsar cluster successful.
And here is pulsar-manager start command:

docker run --restart always --name pulsar-manager -it -p 19527:9527 -p 17750:7750 -e SPRING_CONFIGURATION_FILE=/pulsar-manager/pulsar-manager/application.properties -v /data/pulsar-manager/bkvm.conf:/pulsar-manager/pulsar-manager/bkvm.conf --link pulsar -d apachepulsar/pulsar-manager:v0.4.0

I just changed bkvm.conf in line 1st: bkvm.enabled=true.
I can't login pulsar-manger in site http://localhost/ui/index.html. And this is pulsar-manager.log.

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