Connection to HSQLDB via external tools

Connection to HSQLDB database fails from Intellij with error: The specified database user/password combination is rejected: org.hsqldb.HsqlException: connection exception: connection failure: java.io.EOFException

I am using the standard “sa” for user name and “” for password. Is there a way to reset the password or an obvious alternate problem? Under the Studio Project Properties, the password field is grayed out. What was in my old database mapping (several versions of studio before) that worked was “jdbc:hsqldb:hsql://localhost/dbName” and I have also tried “jdbc:hsqldb:hsql://localhost;databaseName=dbName”.

Have tried with the server running and not running.

Resolved using Connecting to HLSQLDB through Intellij IDEA - #6 от пользователя tsarev - CUBA.Platform

Problem was IDEA hsqldb driver version. Needed to revert to 2.3.2.

1 Like