Gary Larizza
2010-Jul-10 18:48 UTC
[Puppet Users] Uncaught Exception in Puppet::Resource::Catalog under 2.6
I''m going through my list of classes, so pardon the list spam today. When I try to evaluate a user in a classfile, I''m getting an Uncaught exception error. Does anyone else see this in 2.6? I''m running both master and agent on OS X 10.6 Server. See the Pastie with the classfile and output dump attached --> http://pastie.org/1038999 I get the same error when I try to run "puppet apply" to generate the user. I''ll file a bug if it''s not my fault this time :) -- Gary Larizza Director of Technology Huron City Schools http://www.huronhs.com 悟 -- 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-Jul-10 18:52 UTC
Re: [Puppet Users] Uncaught Exception in Puppet::Resource::Catalog under 2.6
Gary Can you pastie run with --trace please? Thanks James On 10/07/2010, at 11:48 AM, Gary Larizza <ccshots@gmail.com> wrote:> I''m going through my list of classes, so pardon the list spam today. > > When I try to evaluate a user in a classfile, I''m getting an Uncaught exception error. Does anyone else see this in 2.6? > > I''m running both master and agent on OS X 10.6 Server. See the Pastie with the classfile and output dump attached --> http://pastie.org/1038999 > > I get the same error when I try to run "puppet apply" to generate the user. I''ll file a bug if it''s not my fault this time :) > > -- > Gary Larizza > > Director of Technology > Huron City Schools > http://www.huronhs.com > > 悟 > -- > 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.-- 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.
Jeff McCune
2010-Jul-10 18:53 UTC
Re: [Puppet Users] Uncaught Exception in Puppet::Resource::Catalog under 2.6
On Sat, Jul 10, 2010 at 11:48 AM, Gary Larizza <ccshots@gmail.com> wrote:> I''m going through my list of classes, so pardon the list spam today. > When I try to evaluate a user in a classfile, I''m getting an Uncaught > exception error. Does anyone else see this in 2.6? > I''m running both master and agent on OS X 10.6 Server. See the Pastie with > the classfile and output dump attached --> http://pastie.org/1038999 > I get the same error when I try to run "puppet apply" to generate the user. > I''ll file a bug if it''s not my fault this time :)Gary, Could you run this please with --evaltrace which will give us a backtrace? I suspect this is an issue with the provider but this will verify it. Thanks, -- Jeff McCune http://www.puppetlabs.com/ -- 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.
Jeff McCune
2010-Jul-10 18:56 UTC
Re: [Puppet Users] Uncaught Exception in Puppet::Resource::Catalog under 2.6
On Sat, Jul 10, 2010 at 11:53 AM, Jeff McCune <jeff@puppetlabs.com> wrote:> > Could you run this please with --evaltrace which will give us a > backtrace? I suspect this is an issue with the provider but this will > verify it.James provided the correct command line option, --evaltrace is something different. Please use --trace to get the backtrace of the exception. Sorry about the misinformation. Thanks, -- Jeff McCune http://www.puppetlabs.com/ -- 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.
Gary Larizza
2010-Jul-10 20:18 UTC
Re: [Puppet Users] Uncaught Exception in Puppet::Resource::Catalog under 2.6
Sorry for the delay, here it is. http://pastie.org/1039070 On Sat, Jul 10, 2010 at 2:56 PM, Jeff McCune <jeff@puppetlabs.com> wrote:> On Sat, Jul 10, 2010 at 11:53 AM, Jeff McCune <jeff@puppetlabs.com> wrote: > > > > Could you run this please with --evaltrace which will give us a > > backtrace? I suspect this is an issue with the provider but this will > > verify it. > > James provided the correct command line option, --evaltrace is > something different. Please use --trace to get the backtrace of the > exception. Sorry about the misinformation. > > Thanks, > -- > Jeff McCune > http://www.puppetlabs.com/ > > -- > 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<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- Gary Larizza Director of Technology Huron City Schools http://www.huronhs.com 悟 -- 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.
Brice Figureau
2010-Jul-10 20:49 UTC
Re: [Puppet Users] Uncaught Exception in Puppet::Resource::Catalog under 2.6
On 10/07/10 22:18, Gary Larizza wrote:> Sorry for the delay, here it is. http://pastie.org/1039070It looks like Puppet::Resource::Catalog#resources doesn''t exist anymore. I suggest you file a redmine ticket with the full stacktrace so that it can be fixed. It apparently comes from the commit 7c6b88. -- Brice Figureau My Blog: http://www.masterzen.fr/ -- 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.