Sambidhan Senapati
unread,May 2, 2025, 2:42:18 AMMay 2Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keycloak User
Hii all,
i am using keycloak 21.0.2 version but when i start it by using kc.bat start-dev it is shoeing error as jdbc connection issue,i am using the default H2 database for it.
the error is -
2025-05-02 10:06:25,082 WARN [io.agroal.pool] (agroal-11) Datasource '<default>': IO Exception: "D:/keycloak-21.0.2/data/h2/keycloakdb.mv.db" [90028-214]
2025-05-02 10:06:25,112 WARN [io.agroal.pool] (agroal-11) Datasource '<default>': Error opening database: "Sleep interrupted" [8000-214]
2025-05-02 10:06:25,304 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to start server in (development) mode
2025-05-02 10:06:25,304 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to obtain JDBC connection
2025-05-02 10:06:25,304 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Error opening database: "Sleep interrupted" [8000-214]
2025-05-02 10:06:25,304 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: sleep interrupted
2025-05-02 10:06:25,304 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) For more details run the same command passing the '--verbose' option. Also you can use '--help' to see the details about the usage of the particular command.