Answer the question
In order to leave comments, you need to log in
Running zookeeper in ubuntu as a service error?
installing zookeeper on ubuntu.
I installed everything, I start it manually, everything starts normally,
I try to start it as a service, the service does not start, systemctl status gives the following:
What could be the reason?
Answer the question
In order to leave comments, you need to log in
Try
it, otherwise something confuses me with the word disabled in the title
sudo systemctl enable zookeeper.service
It is necessary to look at the full log:
journalctl -xeu zookeeper
If it does not help, then look in /etc/systemd/system/zookeeper.service, which commands prepare the environment for starting the service, and run them manually on the command line to see the errors live.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question