私はPostgreSQLの複数のデータベースに接続できるJavaのプログラムに取り組んでいます。同じサーバー上の他のデータベースに再接続したいときに問題が発生します。JDBC postgresql ドライバーを使用していますが、古い接続を閉じて新しい接続を作成しようとすると、例外が発生します。
org.postgresql.util.PSQLException: Something unusual has occured to cause the driver to fail. Please report this exception.
他のデータベースに再接続する方法はありますか?