TE 2.2 and task failure error message

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
inside
Posts: 7
Joined: Mon Nov 09, 2009 3:21 pm

TE 2.2 and task failure error message

Post by inside »

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.”
texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: TE 2.2 and task failure error message

Post by texpert »

You shouldn't add cronjobs for TE 2.2 . Remove them. "cstat_in" is triggered by "in.cgi" module. I can't tell you what the issue is before i take a look.
Send me TE login details and SSH details to a private message and i'll check it out. Include any details that you think could help me identify the problem.

regards,
Jim
Post Reply