You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
I expected to be able to access the H2 console.
Actual Behavior
Instead, the following error occurs:
java.sql.SQLException: No suitable driver found for
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:708)
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:230)
at org.h2.util.JdbcUtils.getConnection(JdbcUtils.java:335)
Possible Fix
It is necessary to check whether the JDBC driver for H2 is installed and correctly configured.
Steps to Reproduce
Add the dependency in Maven.
Attempt to access the H2 console.
Context
The goal is to connect to the H2 console to work with the database.
Issue Description
I am encountering the error No suitable driver found for 08001/0 when I add the following dependency in Maven:
minimum maven dependencies for repeat
Expected Behavior
I expected to be able to access the H2 console.
Actual Behavior
Instead, the following error occurs:
Possible Fix
It is necessary to check whether the JDBC driver for H2 is installed and correctly configured.
Steps to Reproduce
Context
The goal is to connect to the H2 console to work with the database.
Your Environment
Version used: 3.7.2
* StackOwerflow
The text was updated successfully, but these errors were encountered: