[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...'

Re: [Puppet Users] Puppet dashboard stuck pending jobs

2013-02-10 Thread Esther Hanko
Try looking in /usr/share/puppet-dashboard/log/. Did you update the dashboard or puppet master recently? I have ran into similar problems after updates, since I run the dashboard on a different port than the external_nodes script uses. The DASHBOARD_URL in

Re: [Puppet Users] Puppet dashboard stuck pending jobs

2013-02-10 Thread Felipe Salum
Are you having the problem after running 'puppet agent --test' a few times or it just happens without any manual run ? I was having the same problem some days ago, in my case because I was running 'puppet agent --test', more specifically the --show_diff that is used in --test was automatically

Re: [Puppet Users] Puppet dashboard stuck pending jobs

2013-02-09 Thread Jagga Soorma
Anyone out there run into this issue before or have any idea about how to troubleshoot such a problem? Any help would be appreciated. I can't keep rebuilding puppet dashboard every time this happens. Thanks On Friday, February 8, 2013 2:37:55 PM UTC-8, Jagga Soorma wrote: Yes, the workers

[Puppet Users] Puppet dashboard stuck pending jobs

2013-02-08 Thread Jagga Soorma
Hi Guys, I am a new puppet user and wanted some type of monitoring for puppet so deployed puppet-dashboard. It has been working very well for a few days not, but all of a sudden I start getting pending tasks and they never finish even after restarting all processes. They keep accumulating

Re: [Puppet Users] Puppet dashboard stuck pending jobs

2013-02-08 Thread Jo Rhett
Make sure that your dashboard workers are running. If you are using CentOS then service puppet-dashboard-workers status will tell you. On Feb 8, 2013, at 1:53 PM, Jagga Soorma wrote: I am a new puppet user and wanted some type of monitoring for puppet so deployed puppet-dashboard. It has

Re: [Puppet Users] Puppet dashboard stuck pending jobs

2013-02-08 Thread Jagga Soorma
Yes, the workers are definitely running and I have tried restarting puppet-dashboard-workers a few times as well as rebooting the vm completely without any luck. Something seems to be stuck somewhere but I can't figure out what. This has happened a few times now and I have just been recreating