Please find the steps to launch TIBCO Schema Registry :
Start all the required servers :
1) Start Zookeeper
<TIBCO_HOME>/akd/core/<version>/bin/zookeeper-server-start.bat <TIBCO_HOME>/akd/core/<version>config/zookeeper.properties
2) Start Broker
<TIBCO_HOME>/akd/core/<version>/bin/kafka-server-start.bat <TIBCO_HOME>/akd/core/<version>config/zookeeper.properties
3) Start ftl
<TIBCO_HOME>\ftl\<version>\bin>tibftlserver.exe -ht <your_IP>:<port> --auth.url file://<path_to_auth.list> (this is in case of ftl version 5.4)
<TIBCO_HOME>\ftl\<version>\bin>tibftlserver.exe -n <name>@<your_IP>:<port> --auth.url file://<path_to_auth.list> (this is in case of ftl version 6.3)
4) Start Schema-Registry
<TIBCO_HOME>akd/repo/<version>/bin/tibschemad.exe -ftl http://your_IP:<port on which ftl server is running>
Open Schema Registry Swagger endpoint in the browser -
http://localhost:8081/swagger/#
Register the subject
Go to the option
POST /subjects/{subject}/version/s Add the request schema as the next version in the subject
In case if the FTL server is started with the localhost and instead of the port for the FTL server, the redirecting URL is provided in the "Schema Registry URL" then the problem of the "Action Handler" occurrs while establishing the connection for the Kafka Connector.
Please find the screenshot below -