[ https://issues.apache.org/jira/browse/KAFKA-9147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mickael Maison resolved KAFKA-9147. ----------------------------------- Resolution: Invalid This is not a Kafka issue, closing. > 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 > Priority: Major > > 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.20.10#820010)