On 13-06-2008 13:13:19 -0700, Rt Ibmer wrote:
This is happening after a fresh install. No db exists. Here are my steps:
Are you sure no dbs exist? Have you removed your entire dbfarm?
1) start with a clean machine - no monetdb every installed previously.
Ok.
2) run the .sh to install / build from source. BTW I am using the --optimise feature in case that matters.
What are the exact arguments, and from where do you call it? Do you use the super source tarball of the last release? Using --optimise is fine, and the MonetDB Team encourages you to use it in any situation where you aim for speed.
3) once completed I am doing this:
changing the /etc/monetdb5.conf file to set /mnt/MonetDB5/dbfarm as the farm location. Then doing this:
mkdir -p /mnt/MonetDB5/dbfarm merovingian monetdb create demo monetdb start demo mclient -lsql --time --database=demo
mclient connects fine with monetdb/monetdb
But then neither jdbcclient.jar nor my real jdbc baesd app can connect - says invalid credentials for monetdb!
Am I doing something wrong or is there a bug? Thank you.
Please post your `mserver5 --version`, it is important to know what version you are using.