BlueXP Classification dashboard stuck on loading and containers not running on VM
Applies to
Issue
- BlueXP Governance > Classification page gets stuck on loading and never load.
podman ps / docker pscommand run on the Classification VM shows only one container running:
[root@classificationVM Datasense]# podman ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0c8426e89f93 docker.io/datasense/ds_mount_server:642992345b3d9a74dc424d869dd0b1f5 gunicorn -b 0.0.0... 37 seconds ago Up 37 seconds ds_mount_server
- When running manually the startup script /opt/netapp/Datasense/run_system.sh , it fails with the error below:
[root@classificationVM Datasense]# ./run_system.sh
Traceback (most recent call last):
File "/opt/netapp/Datasense/./compose/generate.py", line 386, in <module>
main()
File "/opt/netapp/Datasense/./compose/generate.py", line 313, in main
es_worker_data_modified_volume, es_master_data_modified_volume = get_es_data_existing_volumes_if_exists()
File "/opt/netapp/Datasense/./compose/generate.py", line 231, in get_es_data_existing_volumes_if_exists
es_worker_data_volumes = existing_compose_file["services"]["elasticsearch"]["volumes"]
TypeError: 'NoneType' object is not subscriptable
Couldn't find /ds_swapfile, not removing swap
empty compose file
