[Puppet Users] Re: Puppet dashboard stuck pending jobs - MySql Error: Incorrect string value

2013-10-21 Thread Julien Nephtali
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 puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Puppet Users] Re: Puppet dashboard stuck pending jobs

2013-10-21 Thread Julien Nephtali
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.

On Friday, October 11, 2013 7:07:02 AM UTC-4, cko wrote:
>
> That fixed the problem for me. Thanks.
>
> On Friday, September 6, 2013 10:21:12 PM UTC+2, Psyber wrote:
>>
>> I ran into this as a result of the output of failed deps on a yum 
>> install and had a couple jobs that just wouldn't go away. After fixing 
>> the condition creating the error I used  /usr/bin/rake jobs:clear to 
>> clear out the delayed_job queue and everything was back to normal. 
>>
>

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Puppet Users] Puppet dashboard stuck pending jobs - MySql Error: Incorrect string value

2013-10-04 Thread Julien Nephtali

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 puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.