UTS-eResearch / pbsweb

Web interface to show nodes, queues and jobs on a High Performance Compute Cluster using PBS Pro
GNU General Public License v3.0
15 stars 7 forks source link

internal server error #37

Open vinaynarasimhan opened 1 year ago

vinaynarasimhan commented 1 year ago

Hi, After a reboot the pbsweb is showing internal 500 server error. I have two clusters. One is working fine. I am clueless. Tried to reinstall. Copy files from the other server and start it. Still no luck.

Not able to find logs for it. Can you suggest anything?

speleolinux commented 1 year ago

There will be logs for the nginx web server under /var/log/nginx and something will be in there. There is also a log for WSGI here /var/log/uwsgi.log Also read the INSTALL.md which describes some command line tests which are under the tests directory.

simon-kruik commented 1 year ago

Server 500 issues can occur for a lot of reasons, but are usually due to misconfigurations on the server itself - potentially a local firewall issue, so check firewalld or iptables to see if there's differences between the servers

speleolinux commented 6 months ago

Hi vinaynarasimhan Are you still having this problem?