Le 10/03/2016 22:52, Jon C Kidder a écrit :
Clément, the hsqldb script uses that URL to connect to the hsql instance but does not specify a listener configuration when launching the hsql server. Therefore the hsql server starts up and binds to the default port on every address available to the host including localhost. This makes the hsql instance available to a remote client. It’s really weird that the hsqldb script connects perfectly but hsql shuts down when LSC attempts to connect.
Indeed, you are right. Try to run LSC with -t 1 to avoid threads. Else, I have no idea. HSQLSB is used for our quickstart (http://lsc-project.org/wiki/documentation/latest/sample) and seems to work fine.
-- Clément OUDOT Consultant en logiciels libres, Expert infrastructure et sécurité Savoir-faire Linux
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

