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 <rkhatw...@gmail.com> 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 >