Thank you a lot! Your reponse was super helpfull. The error was related with certificates. We have typed following commands to recreate all certificates:
1. systemctl stop hostcontext
2. rm -rf /opt/qradar/ca/certs/*
3. /opt/qradar/ca/bin/reset-qradar-ca.sh all --reset
4.systemctl start hostcontext
and then, al applications went to Running state. Now all apps are accessible on UI.
------------------------------
Thomas Jaeger
------------------------------
Original Message:
Sent: Mon December 26, 2022 08:04 AM
From: Dusan VIDOVIC
Subject: An application error. Apps status is error after restarting.
This should give you the status of isntalled apps in the database
psql -U qradar -c "select id,name,description,status from installed_application;"
(Using the following command you could check if the registry is working
curl https://console.localdeployment:5000/v2/_catalog --key /etc/docker/tls/registry/docker-client-registry.key --cert /etc/docker/tls/registry/docker-client-registry.cert (if the response is similar to this {"repositories":["centos-base","qapp/1012","qapp/1052","qapp/1104","qradar-app-base"]} then the registry key and cert should be OK).
Maybe this will help you move forward.
------------------------------
Dusan VIDOVIC
------------------------------