Replies: 3 comments 1 reply
-
Hi @mvharvey7 That Everything seems fine from the orchestration side....And the fact that you see a STIGMan screen at all means the API is happy and serving out the client. If you refresh the page, do you still sit at that loading screen? You are logging in with one of the STIGMan usernames, not the keycloak admin console username, correct? ie. just "admin" and "password" once you are redirected to keycloak from the initial stigman client at http://localhost:54000 |
Beta Was this translation helpful? Give feedback.
-
I can confirm the FWIW, the OP said they were using Docker image I've opened issue #1310 to track progress on fixing this. |
Beta Was this translation helpful? Give feedback.
-
I repulled the image and now able to access the application. Thank you for your assistance! |
Beta Was this translation helpful? Give feedback.
-
I just took my first attempt installing Stig Manager. I am using the Docker nuwcdivnpt/stig-manager:1.2.7-ironbank, MYSQL 8 Image, and customer keycloak image. I am able to pull all files and run the docker-compose.yml file. Once I go to localhost:54000 I am presented with the username and password option. When I enter the credentials the Stig Manager just spins. Any idea of the issue. I have attached the install logs and screen shots including yml file. Any help in identifying the issue would be greatly appreciated.
One main error I do see is "mysql","type":"preflight","data":{"success":false,"message":"connect ECONNREFUSED 172.19.0.3:3306" I used the provided db:
image: mysql:8.0
ports:
- "50001:3306"
environment:
- MYSQL_ROOT_PASSWORD=rootpw
- MYSQL_USER=stigman
- MYSQL_PASSWORD=stigman
- MYSQL_DATABASE=stigman
cap_add:
- SYS_NICE # workaround MySQL logging bug => mbind: Operation not permitted
Install_Start_Output.txt
docker-compose-file.txt
Beta Was this translation helpful? Give feedback.
All reactions