On 06-04-2008 22:34:09 -0400, McKennirey.Matthew wrote:
This is the sequence
# /etc/monetdb5.conf settings
monet_daemon=yes overridden by merovingian
mero_port=50050
mapi_port=0 overridden by merovingian
mapi_open=true overridden by merovingian
# create and start DB1 DB2 DB3 DB4
% monetdb create Amalia Alexia Ariane Anton successfully created database 'Amalia' successfully created database 'Alexia' successfully created database 'Ariane' successfully created database 'Anton' % monetdb start -w Amalia Alexia Ariane Anton % monetdb status Amalia Alexia Ariane Anton name state uptime crashes Amalia running 24s 0 Alexia running 22s 0 Ariane running 22s 0 Anton running 21s 0
# attempt to connect via merovingian, at jdbc:monetdb://web:50050/DB1
java.sql.SQLException: no such database 'DB1', please create it first
% JdbcClient -hpegasus:50000 -dAlexia Welcome to the MonetDB interactive JDBC terminal! Database: MonetDB v5.5.0, 'Alexia' Driver: MonetDB Native Driver v1.7 (Canephora_p2 20080319 based on MCL v1.2) Type \q to quit, \h for a list of available commands auto commit mode: on monetdb->
Java(TM) 2 Runtime Environment, Standard Edition (build 1.50_13-b05)
MonetDB Native Driver
1.7 (Canephora_p1 20080213 based on MCL v1.2)
I suspect this is unrelated, but please try with Canephora_p2, if possible.