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

Can't login querybook with the latest docker image #1443

Open
biangjuang opened this issue Apr 24, 2024 · 1 comment
Open

Can't login querybook with the latest docker image #1443

biangjuang opened this issue Apr 24, 2024 · 1 comment

Comments

@biangjuang
Copy link

biangjuang commented Apr 24, 2024

docker images
REPOSITORY                                      TAG       IMAGE ID       CREATED         SIZE
querybook/querybook                             latest    7c2784a20852   37 hours ago    3.9GB


docker ps -a
CONTAINER ID   IMAGE                                        COMMAND                  CREATED         STATUS                       PORTS                                                  NAMES
6bda775eeac5   querybook/querybook:latest                   "./querybook/scripts…"   5 minutes ago   Exited (127) 3 minutes ago                                                          querybook_worker
7b7774c140f7   querybook/querybook:latest                   "./querybook/scripts…"   5 minutes ago   Exited (127) 3 minutes ago                                                          querybook_scheduler
07e24c42a513   querybook/querybook:latest                   "./querybook/scripts…"   5 minutes ago   Up 3 minutes                 0.0.0.0:10001->10001/tcp                               querybook_web
1188f2554663   opensearchproject/opensearch:2.9.0           "./opensearch-docker…"   5 minutes ago   Up 4 minutes (healthy)       9300/tcp, 9600/tcp, 0.0.0.0:9200->9200/tcp, 9650/tcp   querybook_elasticsearch
781d2a4aa01d   mysql:8.0                                    "docker-entrypoint.s…"   5 minutes ago   Up 4 minutes (healthy)       0.0.0.0:3306->3306/tcp, 33060/tcp                      querybook_mysql
067f7d245b8c   redis:5.0.9                                  "docker-entrypoint.s…"   7 minutes ago   Up 4 minutes (healthy)                                                              querybook_redis

It seems that querybook_worker and querybook_scheduler can not startup

But I can open the frontpage of querybook.
After I signed up one account , I can't sign in querybook.
Strangely, the first API POST /ds/login/ returned normally

querybook_web            | 127.0.0.1 - - [2024-04-24 05:45:49] "POST /ds/login/ HTTP/1.1" 200 440 0.237828
querybook_web            | 127.0.0.1 - - [2024-04-24 05:45:49] "GET /ds/user/me/ HTTP/1.1" 401 235 0.003073
querybook_web            | 127.0.0.1 - - [2024-04-24 05:45:49] "GET /ds/user/me/ HTTP/1.1" 401 235 0.001669
querybook_web            | 127.0.0.1 - - [2024-04-24 05:45:49] "GET /ds/user/login_method/ HTTP/1.1" 200 222 0.003179
querybook_web            | 127.0.0.1 - - [2024-04-24 05:45:49] "GET /ds/user/login_method/ HTTP/1.1" 200 222 0.001639
@biangjuang biangjuang changed the title Cann't login querybook with the latest docker image Can't login querybook with the latest docker image Apr 24, 2024
@jczhong84
Copy link
Collaborator

could you share more logs of the worker and scheduler?

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

2 participants