Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Java Job
Hi Marcus
On Wednesday 06 April 2011 14:20:41 marcus ricardo wrote:
> I want to run a Java Job in my cluster, but when I submit the job, condor
> shows the following error:
>
> 077.000: Request is held.
>
> Hold reason: Error from slot1@xxxxxxxxxxxxxxx: Failed to open
> '/home/testuser/java/hello.out' as standard output: Permission denied
> (errno 13)
>
> Can you help me?
Try the following steps:
Does /hom/testuser/java exist on cluster.hpc.org? If so, can the user this job
is run under write to named file?
Usually this is a NFS mount or permission problem.
Cheers
Carsten