|
|
-
Unexpected termination of a job
Rakhi Khatwani 2010-03-03, 12:13
Hi, I am running a job which has lotta preprocessing involved. so whn i run my class from a jarfile, somehow it terminates after sometime without giving any exception, i have tried running the same program several times, and everytime it terminates at different locations in the code(during the preprocessing... haven't configured a job as yet). Probably it terminaits after a fixed interval). No idea why this is happeneing, Any Pointers?? Regards, Raakhi Khatwani
-
Re: Unexpected termination of a job
Aaron Kimball 2010-03-03, 20:55
If it's terminating before you even run a job, then you're in luck -- it's all still running on the local machine. Try running it in Eclipse and use the debugger to trace its execution.
- Aaron
On Wed, Mar 3, 2010 at 4:13 AM, Rakhi Khatwani <[EMAIL PROTECTED]> wrote:
> Hi, > I am running a job which has lotta preprocessing involved. so whn i > run my class from a jarfile, somehow it terminates after sometime without > giving any exception, > i have tried running the same program several times, and everytime it > terminates at different locations in the code(during the preprocessing... > haven't configured a job as yet). Probably it terminaits after a fixed > interval). > No idea why this is happeneing, Any Pointers?? > Regards, > Raakhi Khatwani >
-
Re: Unexpected termination of a job
Rakhi Khatwani 2010-03-04, 06:38
Hi, I tried running it on eclipse, the job starts... but somehow it terminates throwing an exception, Job Failed. thats why i wanted to run on jobtracker to check the logs but the execution terminates even before the job starts(during the preprocessing). How do i ensure that the job runs in jobtracker mode? Regards Raakhi On Thu, Mar 4, 2010 at 2:25 AM, Aaron Kimball <[EMAIL PROTECTED]> wrote:
> If it's terminating before you even run a job, then you're in luck -- it's > all still running on the local machine. Try running it in Eclipse and use > the debugger to trace its execution. > > - Aaron > > On Wed, Mar 3, 2010 at 4:13 AM, Rakhi Khatwani <[EMAIL PROTECTED]> > wrote: > > > Hi, > > I am running a job which has lotta preprocessing involved. so whn > i > > run my class from a jarfile, somehow it terminates after sometime without > > giving any exception, > > i have tried running the same program several times, and everytime it > > terminates at different locations in the code(during the preprocessing... > > haven't configured a job as yet). Probably it terminaits after a fixed > > interval). > > No idea why this is happeneing, Any Pointers?? > > Regards, > > Raakhi Khatwani > > >
-
Re: Unexpected termination of a job
Arvind Sharma 2010-03-04, 15:08
Have you tried after increasing HEAP memory to your process ?
Arvind
________________________________ From: Rakhi Khatwani <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Wed, March 3, 2010 10:38:43 PM Subject: Re: Unexpected termination of a job
Hi, I tried running it on eclipse, the job starts... but somehow it terminates throwing an exception, Job Failed. thats why i wanted to run on jobtracker to check the logs but the execution terminates even before the job starts(during the preprocessing). How do i ensure that the job runs in jobtracker mode? Regards Raakhi On Thu, Mar 4, 2010 at 2:25 AM, Aaron Kimball <[EMAIL PROTECTED]> wrote:
> If it's terminating before you even run a job, then you're in luck -- it's > all still running on the local machine. Try running it in Eclipse and use > the debugger to trace its execution. > > - Aaron > > On Wed, Mar 3, 2010 at 4:13 AM, Rakhi Khatwani <[EMAIL PROTECTED]> > wrote: > > > Hi, > > I am running a job which has lotta preprocessing involved. so whn > i > > run my class from a jarfile, somehow it terminates after sometime without > > giving any exception, > > i have tried running the same program several times, and everytime it > > terminates at different locations in the code(during the preprocessing... > > haven't configured a job as yet). Probably it terminaits after a fixed > > interval). > > No idea why this is happeneing, Any Pointers?? > > Regards, > > Raakhi Khatwani > > >
|
|