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

Server not ready (monetdb.program.path is incorrect) #18

Closed
ntrlshrp opened this issue Oct 23, 2014 · 1 comment
Closed

Server not ready (monetdb.program.path is incorrect) #18

ntrlshrp opened this issue Oct 23, 2014 · 1 comment

Comments

@ntrlshrp
Copy link
Contributor

Thanks for your amazing work on the ACS!

I don't know if the script can address this, but when I run your script, I see this "Server not ready" message:

db <- dbConnect( MonetDB.R() , monet.url , wait = TRUE )
/home/USERNAME/R/ACS/MonetDB/acs.sh: 2: /home/USERNAME/R/ACS/MonetDB/acs.sh: /bin/mserver5: not found
Server not ready(Could not connect to localhost:50001), retrying (ESC or CTRL+C to abort)
...

On my Ubuntu 14.04 machine, following install directions here (https://www.monetdb.org/Documentation/UserGuide/Downloads/UbuntuDebian), my mserver5 binary ends up in /usr/bin. However, the script appears to search for mserver5 in /bin. Both folders are in my $PATH.

I altered script so that: " monetdb.program.path = "/usr" , "

This now connects to the Monet Server.

Thanks again for outstanding work!

@ajdamico
Copy link
Owner

right, you might have to edit monetdb.program.path :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants