Page 1 of 1

service aborts every minute

Posted: Fri Nov 05, 2010 9:11 am
by suryadev
A service is designed which has 2 operations(jobs) selected as provider.

After the service is deployed,when we see the jobs in the director they should be always running but I see a strange behavior in the director.

one of the jobs seems to be running always but the other one aborts every minute and starts by itself again.


why is this happening?

Info needed please!!

Posted: Fri Nov 05, 2010 1:51 pm
by eostic
First, disable the Operation...(deployment workspace....use the edit button at the bottom...then highlight the Operation and use the enable/disable button that appears).....

Then look at the dslog.....why did it abort? Could be many reasons. The reason it re-starts is because minimum instances is 1 or greater. But the key is understanding why it aborted, which most times is a normal DS issue......security, disk space, etc.

Ernie

Posted: Fri Nov 05, 2010 5:19 pm
by chulett
Right, it just means the job is aborting. The controlling processes see that and then automatically restart it, which can lead to this never-ending cycle until you put an end to it. As noted, usually a 'normal' DS issue, the same kind you would see if you ran the job a single time outside of this environment.

I've caused this in the past by something as simple as using the wrong parameter value, say like a database password. That was why I always watched new processes the first time I started them to ensure they stayed started. :wink: