You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "parimal (Jira)" <ji...@apache.org> on 2019/11/06 01:17:00 UTC

[jira] [Created] (KAFKA-9147) zookeeper service not running

parimal created KAFKA-9147:
------------------------------

             Summary: zookeeper service not running 
                 Key: KAFKA-9147
                 URL: https://issues.apache.org/jira/browse/KAFKA-9147
             Project: Kafka
          Issue Type: Test
    Affects Versions: 2.3.0
         Environment: Ubuntu
            Reporter: parimal


i was able to start zookeeper service on stand alone Ubuntu using the command

 

root@N-5CG73531RZ:/# /usr/local/zookeeper/bin/zkServer.sh start
/usr/bin/java
ZooKeeper JMX enabled by default
Using config: /usr/local/zookeeper/bin/../conf/zoo.cfg
Starting zookeeper ... STARTED

 

However when i do ps -ef I dont see any zookeeper service running 

 

root@N-5CG73531RZ:/# ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 Nov04 ? 00:00:00 /init
root 5 1 0 Nov04 tty1 00:00:00 /init
pgarg00 6 5 0 Nov04 tty1 00:00:00 -bash
root 2861 6 0 Nov04 tty1 00:00:00 sudo -i
root 2862 2861 0 Nov04 tty1 00:00:03 -bash
root 5347 1 0 18:24 ? 00:00:00 /usr/sbin/sshd
root 5367 1 0 18:25 ? 00:00:00 /usr/sbin/inetd
root 8950 2862 0 19:15 tty1 00:00:00 ps -ef

 

Also when I do telnet , connection is refused 

root@N-5CG73531RZ:/# telnet localhost 2181
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

 

can you plz help me ?

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)