Linux Deployment war (Connection refused)

catalina.txt (67.2 KB)
java.net.ConnectException: Connection refused (Connection refused)
database is hsqldb,but server hasn’t installation hsqldb,

url=“jdbc:hsqldb:hsql://weberp-test.artwell-hk.com/inspectionrecord”

weberp-test.artwell-hk.com is the server 's DNS
the server is Cent OS

I think the server is no hsqldb ,so Connection refused

What should I do?
84c9d15cb583f751d2b2f44cbe76d80

Hello @1105491633,

If the question is still actual, you need install hsqldb on your weberp-test.artwell-hk.com server. You can install hsqldb via rpm according your version of centos.

Anyway, we do not recommend to use hsqldb for production or development. Use it only for initial tests to check it your application can connect to the database. Please consider to install postgresql for production use.

Best regards,
Ivan