just as a follow up to my previous post
I rebuilt the java sequoia stuff and all my problems went away (except 1)
here is the output I see now from libmysequoia

creating runTests
Helios:/src/java/continuent/libmysequoia/test ianh$ ./runTests
...WARNING: (JavaSocket::Connect) Could not connect trying next address if any... WARNING: (JavaSocket::Connect) Could not connect trying next address if any... WARNING: (JavaSocket::Connect) Could not connect trying next address if any... WARNING: (JavaSocket::Connect) Could not connect trying next address if any... ERROR: (Connection::initConnection) Unable to connect to controller on localhost:25322 (Unable to connect. Last error code was 47).
F...............

TestMySQLAPI.cpp:67:Assertion
Test name: TestMySQLAPI::mysql_real_connect_test
assertion failed
- Expression: mysql_real_connect(mysql, "", USER1, PASSWD1, DB1, 0, 0, 0) != 0

Failures !!!
Run: 18   Failure total: 1   Failures: 1   Errors: 0

now.. I'm not sure why but on my machine the controller actually only binds to 192.168.1.2 (my external interface) and not 0.0.0.0 (or 127.0.0.1) so that is why that test is failing.. this is great news.. I can now actually try getting a python handler working with it.



_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to