NeCTAR-RC / bumblebee

Apache License 2.0
20 stars 8 forks source link

mariadb container went to the unhealthy state #6

Open sanshah1211 opened 7 months ago

sanshah1211 commented 7 months ago

mariadb goes into unhealthy state

NAME                      IMAGE                              COMMAND                  SERVICE       CREATED          STATUS                      PORTS
bumblebee-bumblebee-1     bumblebee                          "django-admin runser…"   bumblebee     7 minutes ago    Up 7 minutes                80/tcp, 0.0.0.0:8000->8000/tcp, :::8000->8000/tcp
bumblebee-guacamole-1     guacamole/guacamole:1.3.0          "/opt/guacamole/bin/…"   guacamole     7 minutes ago    Up 7 minutes                8080/tcp, 0.0.0.0:9000->10080/tcp, :::9000->10080/tcp
bumblebee-guacd-1         guacamole/guacd:1.3.0              "/bin/sh -c '/usr/lo…"   guacd         16 hours ago     Up 46 minutes (healthy)     0.0.0.0:4822->4822/tcp, :::4822->4822/tcp
bumblebee-keycloak-1      quay.io/keycloak/keycloak:18.0.2   "/opt/keycloak/bin/k…"   keycloak      36 minutes ago   Up 36 minutes               0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 8443/tcp
bumblebee-mariadb-1       mariadb                            "docker-entrypoint.s…"   mariadb       16 hours ago     Up 20 minutes (unhealthy)   0.0.0.0:3306->3306/tcp, :::3306->3306/tcp
bumblebee-redis-1         redis:alpine                       "docker-entrypoint.s…"   redis         16 hours ago     Up 16 hours                 0.0.0.0:6379->6379/tcp, :::6379->6379/tcp
bumblebee-rqscheduler-1   bumblebee-rqscheduler              "django-admin rqsche…"   rqscheduler   7 minutes ago    Up 7 minutes                80/tcp
bumblebee-rqworker-1      bumblebee-rqworker                 "django-admin rqwork…"   rqworker      7 minutes ago    Up 7 minutes                80/tcp

Another issue we are facing when we are singing into bumblebee dashboard. image

Kindly suggest.

andybotting commented 7 months ago

I suspect there might be something wrong with the mariadb healthcheck. I'll take a look over the next couple of days and get back to you.

Not sure about the login issue yet. I know we have some auth work in our pipeline, so there might be some code changes on their way to master soon. I'll confirm though.

sanshah1211 commented 7 months ago

@andybotting after changing the image version of Mariadb container is in running state.

I am trying to configure the OIDC Integration parameters for Bumblebee but it's redirecting me to page not found error when I am clicking on sign in.

image

I am not really sure what else I need to configure.

andybotting commented 7 months ago

@sanshah1211 Can you tell me the image tag of the working MariaDB? Would be helpful for us I think.

Can you also let me know that the URL is of that Keycloak page not found error?

Thanks

sanshah1211 commented 7 months ago

@andybotting image tag is 10.5

This is the complete URL: http://10.0.10.107:8080/auth?response_type=code&scope=openid+email+roles&client_id=bumblebee&redirect_uri=http%3A%2F%2F10.0.10.107%3A8000%2Foidc%2Fcallback%2F&state=SPCur8fhZM7cmc4TZBV54IEPMzUAmCon&nonce=4pJsrRGcn0qIadqDBVeYBpJNND8rIs3z

When I am clicking on sign-in page it is redirecting me to this URL.