I found the solution to my problem here: http://projects.puppetlabs.com/issues/18411
ALTER TABLE delayed_job_failures MODIFY details BLOB; that resolved the error for me. On Friday, October 4, 2013 7:46:03 AM UTC-4, Julien Nephtali wrote: > > > Hi have add issues with stuck pending jobs on my puppet dashboard. > > Here is the error message from my delayed_job.log file in > /usr/share/puppet-dashboard/log directory. > > Report.create_from_yaml_file failed with ActiveRecord::StatementInvalid: > Mysql::Error: Incorrect string value: '\x96 $bas...' for column 'details' > at row 1: INSERT INTO `delayed_job_failures` > > As anyone encountered this error before ? > > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
