2.) The
Java status of my Windows host
is not advertised ->
doing a "condor_status -java"
returns only the linux host.
I set path to java.exe in the config.
What can be wrong here?
I also had this issue with my Windows machine once I had installed 6.7.20. The only workaround I have found
at the minute is to install Java under a path that has no spaces within the name
i.e. C:\java\j2sdk1.4.1_07\bin\java.exe will work whereas
C:\Program Files\Java\jdk1.5.0_06\bin will not.
To resolve this issue I did the following:
edited the JAVA = value under my condor_config to include the path with no spaces and then issued a condor_restart on the machine that was not advertising Java. This worked fine.
Hope this helps
Rob
p.s I am also doing my thesis using Condor, so if you would like to talk to me directly then feel free to email me.