Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MonetDB.R version 1.0.1 incorrectly constructs the batfile script #3918

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed
Labels
bug Something isn't working normal SQL

Comments

@monetdb-team
Copy link

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(

	database.directory = "C:/My Directory/MonetDB" ,

	monetdb.program.path = 
		ifelse( 
			.Platform$OS.type == "windows" , 
			"C:/Program Files/MonetDB/MonetDB5" , 
			"" 
		) ,

	dbname = "mydb" ,
	
	dbport = 50000

)

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:

Fix for Bug #3918

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.

@monetdb-team monetdb-team added bug Something isn't working normal SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working normal SQL
Projects
None yet
Development

No branches or pull requests

2 participants