On Tue, Nov 27, 2012 at 8:36 AM, Med75 <mohamed.hadr...@viavoo.com> wrote:
> Hi all,
>
> I'm getting the floowing error when I run Puppet agent -t
>
> [...]
> Finished catalog run in 209.01 seconds
> Error: Could not send report: Could not render to yaml: Stack overflow in
> regexp matcher: /\A(?: # ?: non-capturing group (grouping with no back
> references)
>                  [\x09\x0A\x0D\x20-\x7E]            # ASCII
>                | [\xC2-\xDF][\x80-\xBF]             # non-overlong 2-byte
>                |  \xE0[\xA0-\xBF][\x80-\xBF]        # excluding overlongs
>                | [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2}  # straight 3-byte
>                |  \xED[\x80-\x9F][\x80-\xBF]        # excluding surrogates
>                |  \xF0[\x90-\xBF][\x80-\xBF]{2}     # planes 1-3
>                | [\xF1-\xF3][\x80-\xBF]{3}          # planes 4-15
>                |  \xF4[\x80-\x8F][\x80-\xBF]{2}     # plane 16
>                )*\z/mxn

Could you please run the agent with the --trace --verbose --debug
options turned on and then paste the complete stack trace that results
in this error?  This information will help me diagnose this further.

Thanks,
-Jeff

-- 
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