I cannot get the Alarm Log Table to show anything. I'm using the default phoebus installation with the Accelerator topic, everything on localhost.
Versions:
current phoebus from git
openJDK 14.0.1
Kafka 2.12-2.4.0, running zk and kafka in separate terminals
elasticsearch 6.8.4, this running as a service
The kafka and alarm-logger terminals show the alarm events, and the Elasticsearch shows the indices:
curl -XGET localhost:9200/_cat/indices/
yellow open accelerator_alarms_cmd_2022-02-01 6fGn4YdqS-OfVnnzYl8-lQ 5 1 3 0 14.4kb 14.4kb
yellow open accelerator_alarms_config_2022-02-01 jPrWr4h-SYqr-yiW29W_fw 5 1 77 0 179.5kb 179.5kb
yellow open accelerator_alarms_state_2022-02-01 gF3U7_gpQSGf3zilts2nkQ 5 1 3991 0 544.3kb 544.3kb
What is suspicious: During maven build there is a complaint about SLF4J:
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ service-alarm-logger ---
[INFO] Building jar: /opt/phoebus/phoebus/services/alarm-logger/target/service-alarm-logger-4.6.6-SNAPSHOT.jar
[INFO]
[INFO] --- spring-boot-maven-plugin:2.1.6.RELEASE:repackage (default) @ service-alarm-logger ---
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
[INFO] Replacing main artifact with repackaged archive
[INFO]
[INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ service-alarm-logger ---
Do I need to add a dependency in the alarm-logger pom.xml file to get StaticLoggerBinder to be visible?
Regards,
-ps