Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

MonetDBLite database timing out and shutting down #189

Open
caewok opened this issue Aug 14, 2017 · 3 comments
Open

MonetDBLite database timing out and shutting down #189

caewok opened this issue Aug 14, 2017 · 3 comments

Comments

@caewok
Copy link

caewok commented Aug 14, 2017

In long-running Rscripts (several hours at least) it appears that the MonetDBLite database may be shutting down. As a result, a new connection cannot be made as it gives the following error:

Error in monetdb_embedded_query(conn@connenv$conn, statement, execute, :
Call monetdb_embedded_startup() first

Are there parameters that I can set to define how long the database runs? Is the embedded database supposed to shutdown after a certain period?

Thanks.

@hannes
Copy link
Owner

hannes commented Aug 21, 2017

It is not supposed to shut down. Can you describe the circumstances in more detail?

@caewok
Copy link
Author

caewok commented Aug 22, 2017 via email

@hannes
Copy link
Owner

hannes commented Aug 23, 2017

Thats odd because creating a new connection should start the DB up if it is not running. Are you trying to start another DB during the script? Is the connection saved to disk (serialized) and reloaded?

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

No branches or pull requests

2 participants