The problem with the JDBC driver is that when running with merovingian I get: Maximum number of redirects reached, aborting connection attempt. Sorry.
Please try with http://www.ins.cwi.nl/~monet/tars/latest/stable/jdbcclient.jar and file a bug if the problem persists.
How do you file a bug? I didn't see it on the MonetDB web site. Link please.
then instead of running withmerovingian, as a test I ran with:
mserver5 --dbinit="include sql;"
and when running that way I get InvalidCredentialsException:checkCredentials:Invalid credentials for user 'monetdb'
The "stable" Java sources as of yesterday/today should work with the server/monetdb/merovingian as found on the same day.
I just installed from source the very latest stable nightly. It was no different than yesterday. I still get the above error when trying to connect with my JDBC application. I also get the exact same error when trying with jdbcclient.jar: java -jar jdbcclient.jar -umonetdb password: <monetdb> Database connect failed: InvalidCredentialsException:checkCredentials:Invalid credentials for user 'monetdb' *** Also - its been said several times that username/password works differently when using merovingian. Eventually once this bug is fixed I'll be using that - so can someone please explain how to set the username/password properly for jdbc when using merovingian. I realize that is not related to this bug, but something I'll need to understand once the bug is fixed so I'd like to know this in advance. Thank you.