Page 1 of 1

needMore detailed logs in director

Posted: Thu Jul 28, 2011 2:19 am
by vintipa
Hi Experts,

Please let me know where can I do the settings so that director loggs in more details about the failure errors than normal???

A sequencer is failing but there is no information in the logs in the director.

Thanks in advance.

Posted: Thu Jul 28, 2011 3:28 am
by ray.wurlod
The extra information you need is in the related log for the activity that failed causing the sequence to fail.

Posted: Thu Jul 28, 2011 3:41 am
by abhinavagarwal
Go and check the logs on the job, due to which, the parent sequence has been aborted.
To view more detail logs on the job use job socres using environment variable.

Posted: Thu Jul 28, 2011 4:38 am
by vintipa
Hi guys.

This faillure is not so transparent as a usual failure. None of the underlying jobs have failed. Actually the seq has many Execute command stages.. it executes one and then fails without executing the next one. and there are no warnings.

That is why i want to find some more detailed log entry. But im not aware how to do this. I want to confirm if this is a design issue or environment issue.

Posted: Thu Jul 28, 2011 5:59 am
by abhinavagarwal
Run those commands with "sh -x" options ..... so that we can step by step execution of those commands and we will get to know where your sequecer is failing ....