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
hi guys:
I meet this problem in my practice and confused a little, I use java call it ( java version is jdk 11 and duck db version is 1.0.0), the detail log is below:
Caused by: java.sql.SQLException: FATAL Error: Failed: database has been invalidated because of a previous fatal error. the database must be restarted prior to being used again.
Original error: "Failed: database has been invalidated because of a previous fatal error. the database must be restarted prior to being used again.
Original error: "Failed: database has been invalidated because of a previous fatal error. the database must be restarted prior to being used again.
Original error: "Failed: database has been invalidated because of a previous fatal error. the database must be restarted prior to being used again.
Original error: "Attemped it dereference unique_ptr that is NULL!""""
at org.duckdb.DuckDBNative.duckdb_jdbc_execute(Native Method)
at org.duckdb.DuckDBPrepareStatement.execute(DuckDBPrepareStatement.java:143)
at org.duckdb.DuckDBPrepareStatement.execute(DuckDBPrepareStatement.java:197)
The text was updated successfully, but these errors were encountered:
hi guys:
I meet this problem in my practice and confused a little, I use java call it ( java version is jdk 11 and duck db version is 1.0.0), the detail log is below:
The text was updated successfully, but these errors were encountered: