[Monetdb-developers] Mserver including SQL module....
Dear developers. I checked out the last SQL version. I start a mserver including the SQL module with the following alias:
gdb --args ~/scratch/MonetDB/monetdb5/bin/mserver5 --dbname=demo --set mapi_port=50000 --dbinit="module(sql_server); clients.setTrace(true);"
and I got this error:
[Thread debugging using libthread_db enabled] [New Thread 46912510627904 (LWP 13853)] !WARNING: GDKlockHome: created directory /ufs/goncalve/scratch/MonetDB/monetdb5/var/MonetDB5/dbfarm/demo/ !WARNING: GDKlockHome: ignoring empty or invalid .gdk_lock. !WARNING: BBPdir: initializing BBP. [New Thread 1082132832 (LWP 13856)] # MonetDB Server v4.99.19 # Copyright (c) 1993-2006 CWI, all rights reserved # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # config:/ufs/goncalve/scratch/MonetDB/monetdb5/etc/MonetDB5.conf # dbfarm:/ufs/goncalve/scratch/MonetDB/monetdb5/var/MonetDB5/dbfarm # dbname:demo # Visit http://monetdb.cwi.nl/ for further information [New Thread 1090525536 (LWP 13857)] !ERROR: module(sql_server); clients.setTrace(true); ! ^<module path> expected
There is something wrong with my alias? I used the example in the file HowToStart-SQL. Regards, Romulo
On 09-11-2006 10:16:28 +0100, Romulo Goncalves wrote:
# MonetDB Server v4.99.19 # Copyright (c) 1993-2006 CWI, all rights reserved # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # config:/ufs/goncalve/scratch/MonetDB/monetdb5/etc/MonetDB5.conf # dbfarm:/ufs/goncalve/scratch/MonetDB/monetdb5/var/MonetDB5/dbfarm # dbname:demo # Visit http://monetdb.cwi.nl/ for further information [New Thread 1090525536 (LWP 13857)] !ERROR: module(sql_server); clients.setTrace(true); ! ^<module path> expected
include sql;
Fabian Groffen wrote:
On 09-11-2006 10:16:28 +0100, Romulo Goncalves wrote:
# MonetDB Server v4.99.19 # Copyright (c) 1993-2006 CWI, all rights reserved # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # config:/ufs/goncalve/scratch/MonetDB/monetdb5/etc/MonetDB5.conf # dbfarm:/ufs/goncalve/scratch/MonetDB/monetdb5/var/MonetDB5/dbfarm # dbname:demo # Visit http://monetdb.cwi.nl/ for further information [New Thread 1090525536 (LWP 13857)] !ERROR: module(sql_server); clients.setTrace(true); ! ^<module path> expected
include sql; Sorry, but in the file HowtoStart and example shows that include sql; is not needed.
Mserver --set monet_mod_path=<monetdb-prefix>/lib(64)/MonetDB:<sql-prefix>/lib(64)/MonetDB --dbinit="module(sql_server); sql_server_start();" This sentence is in my HowToStart (development SQL trunk) I just followed my HowToStart, so someone should fix it. Regards, Romulo
Romulo Goncalves wrote:
Fabian Groffen wrote:
On 09-11-2006 10:16:28 +0100, Romulo Goncalves wrote:
# MonetDB Server v4.99.19 # Copyright (c) 1993-2006 CWI, all rights reserved # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # config:/ufs/goncalve/scratch/MonetDB/monetdb5/etc/MonetDB5.conf # dbfarm:/ufs/goncalve/scratch/MonetDB/monetdb5/var/MonetDB5/dbfarm # dbname:demo # Visit http://monetdb.cwi.nl/ for further information [New Thread 1090525536 (LWP 13857)] !ERROR: module(sql_server); clients.setTrace(true); ! ^<module path> expected
include sql; Sorry, but in the file HowtoStart and example shows that include sql; is not needed.
Mserver --set monet_mod_path=<monetdb-prefix>/lib(64)/MonetDB:<sql-prefix>/lib(64)/MonetDB --dbinit="module(sql_server); sql_server_start();"
This sentence is in my HowToStart (development SQL trunk)
I just followed my HowToStart, so someone should fix it.
Regards, Romulo
Well, I just realized that the HowToStart is created only for MonetDB4 and not MonetDB5. Sorry for the inconvenience. Regards, Romulo
On 09-11-2006 14:46:13 +0100, Romulo Goncalves wrote:
This sentence is in my HowToStart (development SQL trunk)
I just followed my HowToStart, so someone should fix it.
Regards, Romulo
Well, I just realized that the HowToStart is created only for MonetDB4 and not MonetDB5.
Sorry for the inconvenience.
:) Maybe it's time to make a section in the file for M5?
participants (3)
-
Fabian
-
Fabian Groffen
-
Romulo Goncalves