-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
直接启动报错, ERROR HikariPool-1 - Exception during pool initialization. #4171
Comments
It may be caused by your local env startup derby database failed. |
还是报错 好像不行啊 还是报错 2020-11-09 11:50:51,193 WARN HikariPool-1 - idleTimeout has been set but has no effect because the pool is operating as a fixed size pool. 2020-11-09 11:50:51,194 INFO HikariPool-1 - Starting... 2020-11-09 11:50:51,201 WARN Registered driver with driverClassName=org.apache.derby.jdbc.EmbeddedDriver was not found, trying direct instantiation. 2020-11-09 11:51:02,227 ERROR HikariPool-1 - Exception during pool initialization. java.sql.SQLTimeoutException: Login timeout exceeded. |
duplicate with #3607. If your env can't start derby successfully. Please use mysql first |
版本1.3.2 没有被配置数据源,默认直接单机模式启动,报错
The text was updated successfully, but these errors were encountered: