On Fri, Jul 1, 2011 at 6:24 PM, Michael Halligan <mhalli...@pagerduty.com>wrote:

> I'm running Puppet 2.7.1 on the master as well as the agent and just
> received a new error which doesn't actually reference a module or a file, so
> I'm somewhat stuck as to how to debug this. Any pointers?
> The error is  err: Could not retrieve catalog from remote server: Could not
> intern from pson: Could not convert from pson: Could not find relationship
> target "File[]"
>
>
It looks like you've got a relationship defined somewhere including
something like  "File[$somevariable]" and $somevariable is undefined.

This is an annoying error as it is hard to debug. I tend to grep for
references matching the pattern above and analyse by hand if it's a small
enough set.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to