Hi Nikolay,
my $dsn = 'dbi:mysql:sequoia_cmhostdb';
In the second example (with libmysequoia) the host is missing in the
$dsn. Please try the following:
my $dsn = "dbi:mysql:sequoia_cmhostdb;host=localhost";
Exception in thread "VirtualDatabaseWorkerThread-sequoia_cmhostdb"
java.lang.NullPointerException
Did you tried to connect from console.sh ? Please try the following:
$ ./console.sh
...
localhost:1090 > sql client jdbc:sequoia://localhost/sequoia_cmhostdb
Login > user
Password > pass
jdbc:sequoia://localhost/sequoia_cmhostdb (user) > select * from table
What is the output of the last command? Did you got any error?
Regards,
Csaba
_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob