Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open OnDemand Error 500 Internal Server Error #193

Open
juliusHin opened this issue Dec 13, 2024 · 2 comments
Open

Open OnDemand Error 500 Internal Server Error #193

juliusHin opened this issue Dec 13, 2024 · 2 comments

Comments

@juliusHin
Copy link

juliusHin commented Dec 13, 2024

I Have some problem when tried this

Open OnDemand
gambar

Open OnDemand is used for accessing HPC resources, submitting jobs to a cluster, user file access, etc.

SSH container name: ondemand (must login to front end first)
URL: https://localhost:3443/
Portal Logins include:
Any of the LDAP accounts listed above.
Once logged in, click on "Clusters" and then "HPC Cluster Shell Access" and you will be logged in to the cluster frontend container.

how to debug this?

@johrstrom
Copy link
Contributor

you cna look in the apache logs at /var/log/httpd/localhost_error_ssl.log or similar (I'm recalling that path by memory). These logs are in the ondemand container which you can access through docker exec -it ondemand /bin/bash (another command I pulled from memory so could be wrong).

@PaulBreugnot
Copy link

$ ssh -p 6222 hpcadmin@localhost
[hpcadmin@frontend ~]$ ssh ondemand
[hpcadmin@ondemand ~]$ sudo cat /var/log/httpd/localhost_error_ssl.log`
[Tue Jan 28 15:29:51.114868 2025] [auth_openidc:error] [pid 115:tid 135610505361152] [client 172.18.0.1:35378] oidc_util_http_call: curl_easy_perform() failed on: https://localhost:5554/.well-known/openid-configuration (SSL certificate problem: certificate has expired), referer: https://github.com/
[Tue Jan 28 15:29:51.114900 2025] [auth_openidc:error] [pid 115:tid 135610505361152] [client 172.18.0.1:35378] oidc_provider_static_config: could not retrieve metadata from url: https://localhost:5554/.well-known/openid-configuration, referer: https://github.com/

so this issue is probably linked to #194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants