Are you sure no dbs exist? Have you removed your entire dbfarm?
Yes I am certain because I am starting with a fresh clean build image for the server. This image has our base installation of our application without any monetdb every being installed.
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?
I am not using the tarball rather just using the .sh. Is that OK? This is exactly what I am doing: wget http://monetdb.cwi.nl/projects/monetdb//Assets/monetdb-install.sh chmod +x monetdb-install.sh ../monetdb-install.sh --enable-sql --nightly=stable --enable-optimise --prefix=/usr
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.
Here you go: MonetDB server v5.6.0 (32-bit), based on kernel v1.24.0 (32-bit oids) Copyright (c) 1993-2008 CWI, all rights reserved Visit http://monetdb.cwi.nl/ for further information Configured for prefix: /usr Libraries: Compiled by: root@domU-12-31-38-00-A5-55 Compilation: gcc -O2 -std=c99 -O6 -fomit-frame-pointer -finline-functions -falign-loops=4 -falign-jumps=4 -falign-functions=4 -fexpensive-optimizations -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -ftree-vectorize Linking : /usr/bin/ld Thank you!