MonetDB 5 server v11.21.13 "Jul2015-SP2"
Serving database 'My', using 8 threads
Compiled for x86_64-pc-winnt/64bit with 64bit OIDs dynamically linked
Found 7.861 GiB available main-memory.
Copyright (c) 1993-July 2008 CWI.
Copyright (c) August 2008-2015 MonetDB B.V., all rights reserved
Visit http://www.monetdb.org/ for further information
Listening for connection requests on mapi:monetdb://127.0.0.1:50000/
Start processing logs sql/sql_logs version 52200
Start reading the write-ahead log 'sql_logs\sql\log.3'
Finished reading the write-ahead log 'sql_logs\sql\log.3'
Finished processing logs sql/sql_logs
MonetDB/SQL module loaded
C:\Windows\system32\Directory\MonetDB\mydb: MALException:mal.eval:WARNING: coul
d not open file: C:\Windows\system32\Directory\MonetDB\mydb
Reproducible: Always
Steps to Reproduce:
here is a simple script that works in 1.0.0 and breaks in 1.0.1
Server not ready(Authentication error: !request for database 'mydb', but this is database 'My', did you mean to connect to monetdbd instead?), retrying (ESC or CTRL+C to abort)
Actual Results:
database launch fails, MonetDB.R no longer works standalone
Date: 2016-02-04 23:18:56 +0100
From: Anthony Damico <>
To: Hannes Muehleisen <>
Version: 11.21.13 (Jul2015-SP2)
CC: ajdamico
Last updated: 2016-03-25 09:59:56 +0100
Comment 21769
Date: 2016-02-04 23:18:56 +0100
From: Anthony Damico <>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
Build Identifier:
here is what happens in the CMD window
MonetDB 5 server v11.21.13 "Jul2015-SP2"
Serving database 'My', using 8 threads
Compiled for x86_64-pc-winnt/64bit with 64bit OIDs dynamically linked
Found 7.861 GiB available main-memory.
Copyright (c) 1993-July 2008 CWI.
Copyright (c) August 2008-2015 MonetDB B.V., all rights reserved
Visit http://www.monetdb.org/ for further information
Listening for connection requests on mapi:monetdb://127.0.0.1:50000/
Start processing logs sql/sql_logs version 52200
Start reading the write-ahead log 'sql_logs\sql\log.3'
Finished reading the write-ahead log 'sql_logs\sql\log.3'
Finished processing logs sql/sql_logs
MonetDB/SQL module loaded
C:\Windows\system32\Directory\MonetDB\mydb: MALException:mal.eval:WARNING: coul
d not open file: C:\Windows\system32\Directory\MonetDB\mydb
Reproducible: Always
Steps to Reproduce:
here is a simple script that works in 1.0.0 and breaks in 1.0.1
library(MonetDB.R)
batfile <-
monetdb.server.setup(
dbname <- "mydb"
dbport <- 50000
pid <- monetdb.server.start( batfile )
monet.url <- paste0( "monetdb://localhost:" , dbport , "/" , dbname )
db <- dbConnect( MonetDB.R() , monet.url , wait = TRUE )
Server not ready(Authentication error: !request for database 'mydb', but this is database 'My', did you mean to connect to monetdbd instead?), retrying (ESC or CTRL+C to abort)
Actual Results:
database launch fails, MonetDB.R no longer works standalone
Comment 21834
Date: 2016-02-26 17:00:06 +0100
From: MonetDB Mercurial Repository <>
Changeset ac836b80c4af made by Hannes Muehleisen hannes@cwi.nl in the MonetDB repo, refers to this bug.
For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=ac836b80c4af
Changeset description:
Comment 21836
Date: 2016-02-26 17:00:57 +0100
From: Anthony Damico <>
awesome, thank you
Comment 21980
Date: 2016-03-25 09:59:56 +0100
From: @sjoerdmullender
Jul2015-SP3 has been released.
The text was updated successfully, but these errors were encountered: