2010/3/30 Ben Lovell <benjamin.lov...@gmail.com> > On 30 March 2010 12:31, smain kahlouch <smain...@gmail.com> wrote: > >> >> >> 2010/3/30 Ben Lovell <benjamin.lov...@gmail.com> >> >>> On 30 March 2010 11:36, smain kahlouch <smain...@gmail.com> wrote: >>> >>>> Hi, >>>> >>>> I've got the following errors when i try to connect from a client. I >>>> have no idea how to solve that. >>>> I'm migrating to passenger. >>>> >>>> .... >>>> err: /File[/var/lib/puppet/lib]: Failed to generate additional resources >>>> using 'eval_generate': Error 400 on SERVER: undefined method `path' for >>>> #<Rack::Request:0x7fbe728a7888> >>>> debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw >>>> yaml; using pson >>>> err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of >>>> resource: Error 400 on SERVER: undefined method `path' for >>>> #<Rack::Request:0x7fbe728a3490> Could not retrieve file metadata for >>>> puppet://puppet/plugins: Error 400 on SERVER: undefined method `path' for >>>> #<Rack::Request:0x7fbe728a3490> >>>> debug: Finishing transaction 70333353602660 with 0 changes >>>> debug: catalog supports formats: b64_zlib_yaml marshal pson raw yaml; >>>> using pson >>>> err: Could not retrieve catalog from remote server: Error 400 on SERVER: >>>> undefined method `path' for #<Rack::Request:0x7fbe7289f0e8> >>>> warning: Not using cache on failed catalog >>>> err: Could not retrieve catalog; skipping run >>>> >>>> Could you help me please ? >>>> >>>> Regards, >>>> Grifith >>>> >>>> >>> What does this command show: >>> >>> `gem list|grep rack` >>> >>> It seems as though you are using an outdated version of the rack gem. >>> >>> Cheers, >>> Ben >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Puppet Users" group. >>> To post to this group, send email to puppet-us...@googlegroups.com. >>> To unsubscribe from this group, send email to >>> puppet-users+unsubscr...@googlegroups.com<puppet-users%2bunsubscr...@googlegroups.com> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/puppet-users?hl=en. >>> >> >> Hi Ben, >> >> Here's the output : >> >> gem list|grep rack >> rack (1.0.1) >> >> > Try updating the rack gem: > > `gem update rack` > > Should fix the issue. > > Cheers, > Ben > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-us...@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com<puppet-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >
gem update rack Updating installed gems Updating rack Successfully installed rack-1.1.0 Gems updated: rack I still have the same error. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.