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

[Condor-users] java job gets idle



Hi, another problem

I have this java program that gets idle for ever.... how can I check
for the reason? log file does not provide any suspicious info

########################
# Submit description file for hello program
########################
Executable     = HelloWorld.class
Arguments      = HelloWorld
Universe       = java
Output         = hello.java.out
Log            = hello.java.log
Error          = hello.java.err
java_vm_args   = -Xmx64M
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
Queue

The java class file just has a main and prints the string HelloWorld

Thanks in advance
Allfonso