API server supporting this page may be temporarily down. Please reload page
search cancel

API server supporting this page may be temporarily down. Please reload page

book

Article ID: 376222

calendar_today

Updated On:

Products

VMware Telco Cloud Automation

Issue/Introduction

Logging into the TCA Manager appliance produces this error:

API server supporting this page may be temporarily down. Please reload page

 

Environment

2.3

Resolution

Run the following commands on the TCA Manager:

systemctl stop kafka
systemctl stop zookeeper

rm -rf /common/zookeeper-db/*
rm -rf /common/kafka-db/*

systemctl start zookeeper
systemctl start kafka