Kafka and Zookeeper services are not initializing causing all other microservices to remain inactive. In the Kafka logs found in the <home>/kafka/kafka_data/log directory the following messages are printed: [2020-11-26 14:29:18,285] INFO Opening socket connection to server localhost/127.0.0.1:12184. Will attempt to SASL-authenticate using Login Context section 'Client' (org.apache.zookeeper.ClientCnxn) [2020-11-26 14:29:18,389] INFO Session: 0x0 closed (org.apache.zookeeper.ZooKeeper) [2020-11-26 14:29:18,389] INFO EventThread shut down for session: 0x0 (org.apache.zookeeper.ClientCnxn) [2020-11-26 14:29:18,395] ERROR Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer) kafka.zookeeper.ZooKeeperClientTimeoutException: Timed out waiting for connection while in state: CONNECTING This means that Kafka cannot connect to Zookeeper and closes after a Timeout. In the Zookeeper logs, the following messages are printed: [2020-11-26 14:05:36,780] INFO Server successfully logged in. (org.apache.zookeeper.Login) [2020-11-26 14:05:36,807] INFO binding to port localhost/127.0.0.1:12183 (org.apache.zookeeper.server.NIOServerCnxnFactory) [2020-11-26 14:05:37,016] ERROR Last transaction was partial. (org.apache.zookeeper.server.persistence.Util) [2020-11-26 14:05:37,018] ERROR Unexpected exception, exiting abnormally (org.apache.zookeeper.server.ZooKeeperServerMain) java.io.EOFException |
Please note that the following procedures shouldn't be used in Control-M Workflow Insights environment which will need additional steps. Note: this only for versions 9.0.21.x and lower. If you are on version 9.0.22, reach out to BMC Support.
Control-M/Server1. Stop the Control-M Server (shut_ctm && shut_ca) and ensure that all processes are down, except for the Control-M Server database which should remain running. Control-M/Enterprise Manager1. Stop Control-M Enterprise Manager and verify that all processes are down, except for the Control-M Enterprise Manager database which should remain running. |