TE 2.2 and task failure error message
Posted: Tue Apr 27, 2010 3:14 pm
I installed TE 2.2 and I am getting blinking error message “Task failure: 9h 4min” in the footer of my statistics page and after clicking on it “Main TE task "cstat_in" was not executed for the last 9h and 4min.”
I added two cronjobs:
* * * * * /path/to/my/te/tedata/cron/cstat > /dev/null 2>&1
* * * * * /path/to/my/te/tedata/cron/cping > /dev/null 2>&1
And I was getting error message:
/bin/sh: /path/to/my/te/tedata/cron/cstat: No such file or directory
After that I tried to use the following cronjobs instead:
* * * * * /path/to/my/te/tedata/cron/cstat_in > /dev/null 2>&1
* * * * * /path/to/my/te/tedata/cron/cping_in > /dev/null 2>&1
Now cron jobs are executed every minute, cping_in successfully, but cstatin gives me the following error message “file /proc/29349 not found” (the number is different every time) and some more info about execution.
Just to mention that I am still getting the same error messages “Task failure: 9h 4min” and “Main TE task "cstat_in" was not executed for the last 9h and 4min.”
I added two cronjobs:
* * * * * /path/to/my/te/tedata/cron/cstat > /dev/null 2>&1
* * * * * /path/to/my/te/tedata/cron/cping > /dev/null 2>&1
And I was getting error message:
/bin/sh: /path/to/my/te/tedata/cron/cstat: No such file or directory
After that I tried to use the following cronjobs instead:
* * * * * /path/to/my/te/tedata/cron/cstat_in > /dev/null 2>&1
* * * * * /path/to/my/te/tedata/cron/cping_in > /dev/null 2>&1
Now cron jobs are executed every minute, cping_in successfully, but cstatin gives me the following error message “file /proc/29349 not found” (the number is different every time) and some more info about execution.
Just to mention that I am still getting the same error messages “Task failure: 9h 4min” and “Main TE task "cstat_in" was not executed for the last 9h and 4min.”