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

[BUG] - casdoor fail to start #67

Open
ingenius opened this issue May 6, 2024 · 1 comment
Open

[BUG] - casdoor fail to start #67

ingenius opened this issue May 6, 2024 · 1 comment
Assignees

Comments

@ingenius
Copy link

ingenius commented May 6, 2024

Bug Description:

casdoor unable to login to database

How to Reproduce:

./launcher bootstrap
./launcher start
./launcher logs db

Screenshots & Logs:

ob_dev_db | 2024-05-06 06:00:36.093 UTC [1] LOG: starting PostgreSQL 15.4 (Debian 15.4-2.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
ob_dev_db | 2024-05-06 06:00:36.094 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
ob_dev_db | 2024-05-06 06:00:36.094 UTC [1] LOG: listening on IPv6 address "::", port 5432
ob_dev_db | 2024-05-06 06:00:36.107 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
ob_dev_db | 2024-05-06 06:00:36.125 UTC [65] LOG: database system was shut down at 2024-05-06 06:00:35 UTC
ob_dev_db | 2024-05-06 06:00:36.135 UTC [1] LOG: database system is ready to accept connections
ob_dev_db | 2024-05-06 06:00:36.166 UTC [69] FATAL: password authentication failed for user "casdoor"
ob_dev_db | 2024-05-06 06:00:36.166 UTC [69] DETAIL: Role "casdoor" does not exist.
ob_dev_db | Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
ob_dev_db | 2024-05-06 06:00:37.847 UTC [72] FATAL: database "casdoor" does not exist

Environment:

  • OS: Linux
  • Browser: Firefox

Additional context:

...

@jerlendds
Copy link
Owner

Hi @ingenius , thanks for reporting this!

More details can be found in this issue -> #65

In short, try restarting the db and any other relevant services. I'm dedicating most of my time to the rewrite instead of addressing any short comings in this version :)

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

No branches or pull requests

2 participants