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

unable to create new databases from clean installation #6380

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

unable to create new databases from clean installation #6380

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working major MAL/M5

Comments

@monetdb-team
Copy link

Date: 2017-07-28 00:02:29 +0200
From: Javier Pastorino <<jpastorino.ucdenver>>
To: MonetDB5 devs <>
Version: 11.27.1 (Jul2017)

Last updated: 2017-10-26 14:01:42 +0200

Comment 25509

Date: 2017-07-28 00:02:29 +0200
From: Javier Pastorino <<jpastorino.ucdenver>>

User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Build Identifier:

dba@csci5559:$ monetdbd create ./myfarm
dba@csci5559:
$ monetdbd start ./myfarm
dba@csci5559:$ monetdb create voc
created database in maintenance mode: voc
dba@csci5559:
$ monetdb release voc
taken database out of maintenance mode: voc
dba@csci5559:~$ mclient -u monetdb -d voc
password:
TypeException:user.sql.init[5]:'sqlcatalog.create_function' undefined in: sqlcatalog.create_function(X_1:str, X_3:str, X_5:ptr);
MALException:optimizer.MALoptimizer:Start with inconsistent MAL plan

Reproducible: Always

Steps to Reproduce:

1.Install monetdb and monet client
2.create a farm
3.create a database and connect to initialize

Actual Results:

Just follow the documentation online for ubuntu and tutorial

Expected Results:

TypeException:user.sql.init[5]:'sqlcatalog.create_function' undefined in: sqlcatalog.create_function(X_1:str, X_3:str, X_5:ptr);
MALException:optimizer.MALoptimizer:Start with inconsistent MAL plan

initialized and connected.

Comment 25511

Date: 2017-07-28 11:01:39 +0200
From: @sjoerdmullender

Packaging error on our side for Debian and Ubuntu packages. There is a
file missing in the installer.

To fix: copy this file [1] to /usr/lib/monetdb5/sqlcatalog.mal

This is fixed in the upcoming Jul2017-SP1 release. A release candidate is currently available from [2].

[1]
https://dev.monetdb.org/hg/MonetDB/raw-file/Jul2017_1/sql/backends/monet5/sqlcatalog.mal

[2] https://dev.monetdb.org/downloads/testing/

@monetdb-team monetdb-team added bug Something isn't working major MAL/M5 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 major MAL/M5
Projects
None yet
Development

No branches or pull requests

2 participants