From mohan.agarwal26 at gmail.com Tue Feb 1 11:36:23 2011 From: mohan.agarwal26 at gmail.com (Mohan Agarwal) Date: Tue, 1 Feb 2011 16:06:23 +0530 Subject: [Sge-commits] Job is getting failed on SGE while running through DRMAA Message-ID: Hi * **I am using DRMAA to submit a job to Sun Grid Engine. When I submitting a job, it is getting queued, after some time it get in running stage, but suddenly it get failed. * *DRMAA is throwing any exception; even nothing is logged in the output and error files that SGE generates for each job. * * * -rw-r--r-- 1 n075899 asausers 0 Jan 31 05:40 simple.sh.e2132 -rw-r--r-- 1 n075899 asausers 0 Jan 31 05:40 simple.sh.o2132 I am running a simple job present in example folder of sge installation folder, Content of simple.sh as below: # This is a simple example of a SGE batch script # request Bourne shell as shell for job #$ -S /bin/sh # # print date and time date # Sleep for 20 seconds sleep 20 # print date and time again date *But this simple.sh is executed successfully when I submit through SGE command line interface (e.g. qsub command) * Please help me solve these fatal issues. I am also attaching simple.sh with this mail. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: simple.sh Type: application/x-sh Size: 1575 bytes Desc: not available URL: