Steve Neuharth
2010-Sep-06 20:40 UTC
[Puppet Users] Could not parse configuration file: StoreConfigs not supported without ActiveRecord 2.1 or higher
I just can''t seem to get past this error. I have the following system config: mcp puppet # gem list *** LOCAL GEMS *** abstract (1.0.0) actionmailer (3.0.0) actionpack (3.0.0) activemodel (3.0.0) activerecord (3.0.0) activeresource (3.0.0) activesupport (3.0.0) arel (1.0.1) builder (2.1.2) bundler (1.0.0) erubis (2.6.6) facter (1.5.8, 1.5.7) fastthread (1.0.7) i18n (0.4.1) mail (2.2.5) mime-types (1.16) passenger (2.2.15) polyglot (0.3.1) puppet (2.6.0) rack (1.2.1, 0.4.0) rack-mount (0.6.13) rack-test (0.5.4) rails (3.0.0) railties (3.0.0) rake (0.8.7) text-format (1.0.0) text-hyphen (1.0.0) thor (0.14.0) tmail (1.2.7.1) treetop (1.4.8) tzinfo (0.3.23, 0.3.16) and yet I still get the error when i enable storeconfigs in puppet.conf. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
James Turnbull
2010-Sep-07 01:09 UTC
Re: [Puppet Users] Could not parse configuration file: StoreConfigs not supported without ActiveRecord 2.1 or higher
Steve Neuharth wrote:> I just can''t seem to get past this error. I have the following system > config: >What platform is this? Regards James -- Puppet Labs - http://www.puppetlabs.com C: 503-734-8571 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Steve Neuharth
2010-Sep-07 14:46 UTC
[Puppet Users] Re: Could not parse configuration file: StoreConfigs not supported without ActiveRecord 2.1 or higher
Gentoo. I''m using apache installed out of portage and then used gem/ passenger-install-apache2-module to install everything else. It seems like a path problem or something. I''m a relative ruby nuby so I''m not sure how to troubleshoot. On Sep 6, 8:09 pm, James Turnbull <ja...@puppetlabs.com> wrote:> Steve Neuharth wrote: > > I just can''t seem to get past this error. I have the following system > > config: > > What platform is this? > > Regards > > James > > -- > Puppet Labs -http://www.puppetlabs.com > C: 503-734-8571-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Steve Neuharth
2010-Sep-07 20:36 UTC
[Puppet Users] Re: Could not parse configuration file: StoreConfigs not supported without ActiveRecord 2.1 or higher
This error occurs using 0.25.5 or 2.6.0. I know that rails is installed because I''m running dashboard and foreman successfully in the same passenger instance as puppet. I''ve also tried running puppetmaster --no-daemonize --debug and I get the same error. From the code, it looks like it can''t initialize rails but all the libs are there. I even went through my packages and deinstalled any potential conflicts from portage... thinking that there would be an old activeRecord package installed from portage or something but I couldn''t find any conflicts. On Sep 7, 9:46 am, Steve Neuharth <steve.neuha...@gmail.com> wrote:> Gentoo. I''m using apache installed out of portage and then used gem/ > passenger-install-apache2-module to install everything else. It seems > like a path problem or something. I''m a relative ruby nuby so I''m not > sure how to troubleshoot. > > On Sep 6, 8:09 pm, James Turnbull <ja...@puppetlabs.com> wrote: > > > Steve Neuharth wrote: > > > I just can''t seem to get past this error. I have the following system > > > config: > > > What platform is this? > > > Regards > > > James > > > -- > > Puppet Labs -http://www.puppetlabs.com > > C: 503-734-8571 > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Steve Neuharth
2010-Sep-10 15:44 UTC
[Puppet Users] Re: Could not parse configuration file: StoreConfigs not supported without ActiveRecord 2.1 or higher
I fixed this by removing everything (gems and packages) and only using portage to install everything (no gem installs). Gentoo does strange things to your ruby lib paths, for example: "PassengerRoot /usr" <-- yes, this actually works in the passenger conf. On Sep 7, 3:36 pm, Steve Neuharth <steve.neuha...@gmail.com> wrote:> This error occurs using 0.25.5 or 2.6.0. I know that rails is > installed because I''m running dashboard and foreman successfully in > the same passenger instance as puppet. > > I''ve also tried running puppetmaster --no-daemonize --debug and I get > the same error. From the code, it looks like it can''t initialize rails > but all the libs are there. I even went through my packages and > deinstalled any potential conflicts from portage... thinking that > there would be an old activeRecord package installed from portage or > something but I couldn''t find any conflicts. > > On Sep 7, 9:46 am, Steve Neuharth <steve.neuha...@gmail.com> wrote: > > > Gentoo. I''m using apache installed out of portage and then used gem/ > > passenger-install-apache2-module to install everything else. It seems > > like a path problem or something. I''m a relative ruby nuby so I''m not > > sure how to troubleshoot. > > > On Sep 6, 8:09 pm, James Turnbull <ja...@puppetlabs.com> wrote: > > > > Steve Neuharth wrote: > > > > I just can''t seem to get past this error. I have the following system > > > > config: > > > > What platform is this? > > > > Regards > > > > James > > > > -- > > > Puppet Labs -http://www.puppetlabs.com > > > C: 503-734-8571 > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.