I am testing ubuntu 24.04beta with PostgreSQL v16 and default-jre java. I cannot make dbptk run. I have tried md5 and scram-sha-256.
java --version
openjdk 21.0.2 2024-01-16
OpenJDK Runtime Environment (build 21.0.2+13-Ubuntu-2)
OpenJDK 64-Bit Server VM (build 21.0.2+13-Ubuntu-2, mixed mode, sharing)
java -Xmx1000m -Dfile.encoding=UTF-8 -cp dbptk-app-2.11.0.jar com.databasepreservation.Main migrate -e postgresql -eh localhost -edb 'DBC3' -eu postgres -ep 'x' -ede -epn 5432 -i siard-2 -if TestAndDemo3_A.siard
Converting database: siard-2 to postgresql
Initializing database
Importing SIARD version 2.1
ERROR Problem in database connection. The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.
I am testing ubuntu 24.04beta with PostgreSQL v16 and default-jre java. I cannot make dbptk run. I have tried md5 and scram-sha-256. java --version openjdk 21.0.2 2024-01-16 OpenJDK Runtime Environment (build 21.0.2+13-Ubuntu-2) OpenJDK 64-Bit Server VM (build 21.0.2+13-Ubuntu-2, mixed mode, sharing)
java -Xmx1000m -Dfile.encoding=UTF-8 -cp dbptk-app-2.11.0.jar com.databasepreservation.Main migrate -e postgresql -eh localhost -edb 'DBC3' -eu postgres -ep 'x' -ede -epn 5432 -i siard-2 -if TestAndDemo3_A.siard Converting database: siard-2 to postgresql Initializing database Importing SIARD version 2.1 ERROR Problem in database connection. The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.
dbptk-app.log.txt