I get these stack traces after setting up puppetshow and browsing the gui at http://site:3000/ http://pastebin.com/m459851f6 Any ideas? Im using 0.24.5 with rails 2.0.2 on a debian 5.0.1.. /flash --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Ohad Levy
2009-May-21 02:24 UTC
[Puppet Users] Re: PuppetShow undefined methods problems..
which version of ruby? if its 1.87 than add this file in the config/initializers directory cat ruby-187.rb unless ''1.9''.respond_to?(:force_encoding) String.class_eval do begin remove_method :chars rescue NameError # OK end end end On Thu, May 21, 2009 at 8:21 AM, flashn <flashn@gmail.com> wrote:> > > I get these stack traces after setting up puppetshow and browsing the > gui at http://site:3000/ > > http://pastebin.com/m459851f6 > > Any ideas? Im using 0.24.5 with rails 2.0.2 on a debian 5.0.1.. > > /flash > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On May 21, 4:24 am, Ohad Levy <ohadl...@gmail.com> wrote:> which version of ruby? if its 1.87 than add this file in theYes, its apt installed 1.87. I just tried it and it didnt work but thanks for the help, got any other suggestions? Im gonna try with different ruby versions and see if it helps..> config/initializers directory > cat ruby-187.rb > unless ''1.9''.respond_to?(:force_encoding) > String.class_eval do > begin > remove_method :chars > rescue NameError > # OK > end > end > end > > On Thu, May 21, 2009 at 8:21 AM, flashn <fla...@gmail.com> wrote: > > > I get these stack traces after setting up puppetshow and browsing the > > gui athttp://site:3000/ > > >http://pastebin.com/m459851f6 > > > Any ideas? Im using 0.24.5 with rails 2.0.2 on a debian 5.0.1.. > > > /flash--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---