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

[Condor-users] java universe problem



Hi everybody,

 

I am trying to start a simple java Hello program on my personal condor under Windows XP. Testing the program in the command line works fine. However, when I try to submit the job to the pool, it becomes “running” for a moment, after that stays “idle”.

 

Condor_status –java shows the machine as java enabled. The submit file is:

 

universe = java

executable = Hello.class

arguments = Hello

output = Hello.output

log = Hello.log

error = Hello.error

should_transfer_files = YES

when_to_transfer_output = ON_EXIT

REQUIREMENTS = (Machine == "tu")

queue

 

The condor_q –analyze command says:

 

“1 match but reject the job for unknown reasons.”

 

Here is the log file:

 

000 (071.000.000) 07/21 09:20:58 Job submitted from host: <10.254.245.38:1365>

...

001 (071.000.000) 07/21 09:21:03 Job executing on host: <10.254.245.38:1366>

...

022 (071.000.000) 07/21 09:21:03 Job disconnected, attempting to reconnect

    Socket between submit and execute hosts closed unexpectedly

    Trying to reconnect to tu <10.254.245.38:1366>

...

024 (071.000.000) 07/21 09:21:03 Job reconnection failed

    Job not found at execution machine

    Can not reconnect to tu, rescheduling job

 

Does anybody have an idea what is wrong?

Thanks in advance!