Job Control Process (pid=xxx) failed

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
wbjk
Participant
Posts: 24
Joined: Thu Aug 09, 2007 1:31 am

Job Control Process (pid=xxx) failed

Post by wbjk »

run a job in ds director ,then it shows the info:Job Control Process (pid=xxx) failed

what's wrong ?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

That's an easy one - It has failed.

Without supplying more information there is no additional analysis possible.

This is like me asking you what is wrong with my motorcycle because I have a blinking light in the console.
wbjk
Participant
Posts: 24
Joined: Thu Aug 09, 2007 1:31 am

Post by wbjk »

ArndW wrote:That's an easy one - It has failed.

Without supplying more information there is no additional analysis possible.

This is like me asking you what is wrong with my motorcycle because I have a bl ...

there are only 3 lines log
1 control starting job xxx
2 warning job control process (pid =xxx) failed
3 control job xxx aborted
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

Can you provide few details of your job. Just by seeing your message we cannot analyse anything.
wbjk
Participant
Posts: 24
Joined: Thu Aug 09, 2007 1:31 am

Re: Job Control Process (pid=xxx) failed

Post by wbjk »

the job is definitly correct, i run it on other servers for many time

today , i import the job into another server. i think there is something wrong in installing or configuration of the new server , but it is hard to tell the every details of the enviroments .

i have googled and got nothing useful .

i think maybe someone have encount this problem.

it seems the job had not been called , and the job didn't run .
the only useful info maybe :Job Control Process (pid=xxx) failed :cry:
Hemant_Kulkarni
Premium Member
Premium Member
Posts: 50
Joined: Tue Jan 02, 2007 1:40 am

Post by Hemant_Kulkarni »

You get this error when the Job Process was killed.

It might be that some one issued a kill -9 command on your phantom process
or it could be that the process was terminated abruptly due to server errors
or it could be that you have done your node configuration correctly
JoshGeorge
Participant
Posts: 612
Joined: Thu May 03, 2007 4:59 am
Location: Melbourne

Re: Job Control Process (pid=xxx) failed

Post by JoshGeorge »

This got to do with your new enviorment (server).
Joshy George
<a href="http://www.linkedin.com/in/joshygeorge1" ><img src="http://www.linkedin.com/img/webpromo/bt ... _80x15.gif" width="80" height="15" border="0"></a>
battaliou
Participant
Posts: 155
Joined: Mon Feb 24, 2003 7:28 am
Location: London
Contact:

Post by battaliou »

Did you compile your job after importing it?
3NF: Every non-key attribute must provide a fact about the key, the whole key, and nothing but the key. So help me Codd.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If a job control process has failed, you might try resetting it in Director, in case any additional diagnostic information "from previous run" is logged as a result. It may, of course, be an operating system limit that has been reached; your system administrator ought to be monitoring things like the process table and so may be able to advise.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
wbjk
Participant
Posts: 24
Joined: Thu Aug 09, 2007 1:31 am

Re: Job Control Process (pid=xxx) failed

Post by wbjk »

i reinstall the servers, now the job can work.

reinstallation is not a good idea ,but it takes effect.

i still have no idea of what happens to the job ,but it is ok now .

thanks everyone!

my teamate said he had encounted this problem before .
his solution seem quite simple:
1. uv -admin -stop
2. active dsenv
3. uv -admin -start
but it doesnot works in my enviroments.
wbjk
Participant
Posts: 24
Joined: Thu Aug 09, 2007 1:31 am

Re: Job Control Process (pid=xxx) failed

Post by wbjk »

finally,we found the answer today.

we set CLASSPATH=XXX for java applicition in .bash_profile,maybe the datastage used the wrong classes due to our setting.

if i don't input 'unset CLASSPATH' before 'uv -admin -start' ,the datastage will not work correctly.

the error of " Job Control Process (pid=xxx) failed" will happen !
Post Reply