Issues with the HA Tables - Fault-tolerant front end configuration sample.
Hello Tibco team, I am running into some issues using the High Availability Tables on Streambase and would like to have your feedback.
I got Kafka and Zookeeper running, tried to keep the configurations as simple as possible.
They both seem to run fine, some warnings but no errors, printscreen in attachment.
I imported the sample and built them with: mvn install -DskipTests=true
And using the streambase command prompt, to install the first node:
epadmin install node --nodename A.publisher --nodedirectory nodes --application "deploy_apps/publish_deploy/target/lv_sample_ha_kafka_publish_deploy-10.6.1-ep-application.zip
And to run it: epadmin --servicename A.publisher start node
Now for the Peer deploy:
epadmin install node --nodename Peer1.ldm_cluster --nodedirectory nodes --application "deploy_apps/peer_deploy/target/lv_sample_ha_peers_deploy-10.6.1-ep-application.zip"
And to run it: epadmin --servicename Peer1.ldm_cluster start node
Last but not the least, the front-end:
epadmin install node --nodename Front-ag_fe.ldm_cluster --nodedirectory nodes --application "deploy_apps/frontend_deploy/target/lv_sample_ha_frontend_deploy-10.6.1-ep-application.zip"
And: epadmin --servicename Front-ag_fe.ldm_cluster start node
However when I connect via Spotfire or LiveView Web the HA tables does not show.
Am I missing some step ? What can possibly be wrong ?
I am using Windows 10 and Java:
java version "11.0.9" 2020-10-20 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.9+7-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.9+7-LTS, mixed mode)
Thank you in advance,
Best regards, Dessin Saraiva.