Accessing SMART embedded Derby DB

Hello everyone :slight_smile:

I’m trying to connect to the embedded Apache Derby database, similar to the instructions here:
https://app.assembla.com/wiki/show/smart-cs/Connecting_to_Derby_via_Squirrel

and it seems that the user “smart_admin” is the default user but it is not clear how to generate the password for the user, and the link is redirecting to a 404 page.

In my java code, when I try to simply use the same admin user that I use for login, I get the following error:
java.sql.SQLNonTransientConnectionException: Database connection refused.

Have anyone tried to connect to the embedded derby db before, and what method was successful for doing so?