Active jobs show noting

Hi,

I’m using RHEL9 with open ondemand 4.0.8 with slurm 25. I tried to see log at /var/log/ondemand-nginx/user1. It doesn’t show any related issue.

App 659322 output: [2025-12-18 19:50:07 +0700 ] INFO “method=GET path=/pun/sys/dashboard/activejobs.json format=json controller=ActiveJobsController action=index status=200 allocations=3232 duration=12.52 view=0.00”

here is my mycluster.yml


v2:
metadata:
title: “HPC”
login:
host: “myserver.hpc.local”
job:
adapter: “slurm”
cluster: “my_cluster”
bin: “/usr/bin”
conf: “/etc/slurm/slurm.conf”
copy_environment: false

Please advised.

OK I know the issue. It’s from httpd version is lower than 2.4.64. I upgraded to 2.4.64. Now it’s work!.