Search This Blog

Wednesday, September 23, 2015

Solved : ERROR: HHH000231: Schema export unsuccessful java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused: connect

I was getting following error after setting up the Spring hibernate application

ERROR: HHH000231: Schema export unsuccessful java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused: connect

configuration was picking up correct for HSQL but connection refused caused because my HSQL DB was not running in server mode.

I have started HSQL DB by running following batch"runServer.bat" and it got fix the problem.

F:\Database\hsqldb-2.2.9\hsqldb-2.2.9\hsqldb\bin\runServer.bat

Cheers
Kapil

No comments:

Post a Comment

Thanks for your comment, will revert as soon as we read it.

Popular Posts