OpenAM
OpenAM copied to clipboard
Creating default configuration fails with fatal error: cannot obtain application SSO token
Describe the bug I'm trying to run OpenAM 15.0.0 using the official container image and instructions from Docker Hub. Attempting to create a default configuration fails with the error message:
AdminTokenAction: FATAL ERROR: Cannot obtain Application SSO token., refer to install.log under /usr/openam/config for more information.
I've attached the mentioned install.log file.
To Reproduce
- Add
openam-01.domain.comto the hosts file. - Run the docker container:
docker run -h openam-01.domain.com -p 8080:8080 --name openam-01 openidentityplatform/openam:15.0.0. - Open
openam-01.domain.com/openamin your browser. - Click
Create default Configuration - Fill passwords in the popup and click
Create Configuration - It fails with the message
AdminTokenAction: FATAL ERROR: Cannot obtain Application SSO token., refer to install.log under /usr/openam/config for more information.
Expected behavior Creating the default configuration succeeds.
Desktop (please complete the following information):
- OS: EndeavourOS Linux (kernel 6.9.1-arch1-2)
- Browser: Chromium 125.0.6422.112-1
- Docker version: 26.1.3, build b72abbb6f0
Hello,
Run the OpenAM setup process again with the debug mode enabled using the following command:
docker run -h openam.example.org -p 8080:8080 --network openam --name openam openidentityplatform/openam:15.0.0 \
"sh" "-c" "CATALINA_OPTS=\"\$CATALINA_OPTS -Dcom.iplanet.services.debug.level=message\" && /usr/local/tomcat/bin/catalina.sh run"
Then attach the log files from the docker /usr/openam/config/openam/debug directory. I guess it could help to diagnose the cause of the problem