search for: hsql

Displaying 6 results from an estimated 6 matches for "hsql".

Did you mean: hsl
2010 Dec 22
5
rvm, rails and sqlite
i need to use old version of ruby (1.8.7) and older version of rails (2.1.0) so i decided to use rvm. however since i''m somewhat new to ruby and rails i''m having issues. i created a gemset with rvm for my project, installed rails 2.1.0 into it. after that i created a project and a scaffolding for it. however i bumped onto an issue with sqlite3 (or sqlite3-ruby). it seems to me
2013 Jan 07
3
Error: Could not retrieve catalog from remote server: execution expired
...ster can''t run puppet on itself. It errors out with the following: Error: Could not retrieve catalog from remote server: execution expired Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run I''m running Puppet 3 with passanger and puppetdb (hsql). I''ve tried restarting puppetdb and apache to no effect. If I wipe out puppetdb, it''ll work again until all 17 servers are back into the catalog and it times out from then on. The puppet master is also my nagios node so it does have a huge amount of resources to assemble. Ca...
2011 Jun 19
0
ODB : connecting OpenOffice Base with R
The recently released "ODB" package was developped to manage HSQL databases embedded in .odb files (the default when creating a database with OpenOffice Base) via R. BRIEFLY The goal of this package is to access OpenOffice databases via R, to process data stored in it or to automatize their building from scratch or updating. The package provides 5 main f...
2011 Jun 19
0
ODB : connecting OpenOffice Base with R
The recently released "ODB" package was developped to manage HSQL databases embedded in .odb files (the default when creating a database with OpenOffice Base) via R. BRIEFLY The goal of this package is to access OpenOffice databases via R, to process data stored in it or to automatize their building from scratch or updating. The package provides 5 main f...
2012 May 20
3
dot - comma problem
Dear all I am trying to use the ODB package to connect to an libreoffice-odb database. The libreoffice package is german, thus, decimal separator is a comma. However, I can open the database and upload a it without error, library(ODB) db <- odb.open("Test.odb") but a soon as the "odb.open" command is executed, the decimal separator in R is changed to comma. Before
2013 May 07
7
puppet node clean using SQLite instead of PuppetDB
I have a node that has some bad stored configs (namely the wrong ssh host keys) that I''m trying to clear out. Looking around it seems I''m supposed to do: puppet node clean foo.example.com However, that keeps bailing out because it''s trying to open a SQLite3 db where stored configs are normally kept, but my stored configs are kept in puppetdb (http://pastie.org/7814483