V
V
Vladimir2020-11-20 13:34:14
ubuntu
Vladimir, 2020-11-20 13:34:14

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:
5fb79b415c54a289958220.png

What could be the reason?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
BorLaze, 2020-11-20
@BorLaze

Try it, otherwise something confuses me with the word disabled in the title
sudo systemctl enable zookeeper.service

I
Ilya Evseev, 2020-12-06
@IlyaEvseev

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 question

Ask a Question

731 491 924 answers to any question