[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Java Universe problem



Hi all,

 

I tried to execute a simple Java program on Condor under Windows XP. This is the submit description:

 

universe = java

executable = Hello.class

arguments = Hello

output = Hello.out

log = Hello.log

error = Hello.err

should_transfer_files = YES

when_to_transfer_output = ON_EXIT

queue

 

In the command prompt java Hello.class works correct. When I tried to submit the job to Condor, condor_q said the job was running at first but a few seconds later the job was marked as idle.

 

Here is the log:

 

000 (059.000.000) 01/31 10:32:29 Job submitted from host: <10.254.254.238:1028>

...

001 (059.000.000) 01/31 10:32:35 Job executing on host: <10.254.254.238:1029>

...

022 (059.000.000) 01/31 10:32:36 Job disconnected, attempting to reconnect

    Socket between submit and execute hosts closed unexpectedly

    Trying to reconnect to tu <10.254.254.238:1029>

...

024 (059.000.000) 01/31 10:32:36 Job reconnection failed

    Job not found at execution machine

    Can not reconnect to tu, rescheduling job

...

 

What does that mean?

 

Thanks in advance!

 

Ivaylo Penev,

Technical University of Varna,

Bulgaria