I believe this might be an issue
String dbPath = Keys.getParentDirectory().getAbsolutePath().toString() + “/keys”
see [Closed] Server Error: Hikaripool problem?
I would try this instead
String dbPath = Keys.getParentDirectory().getAbsolutePath().toString() + File.separator + “keys”
I could be wrong though…who knows, I’m insane