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

[Condor-users] Configuring java



Just to share with everyone a small tip:
I didn't see my XP node in the list of java nodes (condor_status -java) and then I noticed the following error:

C:\Program Files>condor_starter -classad
CondorVersion = "$CondorVersion: 6.6.10 Jun 22 2005 $"
IsDaemonCore = True
HasFileTransfer = True
HasMPI = True
HasJICLocalConfig = True
HasJICLocalStdin = True
'c:\program' is not recognized as an internal or external command,
operable program or batch file.

It turns out the the JAVA string in the config file should be wrapped with " ", like this: JAVA = "c:\program files\java\jdk1.5.0_05\bin\java.exe" instead of: JAVA = c:\program files\java\jdk1.5.0_05\bin\java.exe (which was originally inserted in a wrong way during the installation)

Then I got the expected printout:

C:\Program Files>condor_starter -classad
CondorVersion = "$CondorVersion: 6.6.10 Jun 22 2005 $"
IsDaemonCore = True
HasFileTransfer = True
HasMPI = True
HasJICLocalConfig = True
HasJICLocalStdin = True
JavaVendor = "Sun Microsystems Inc."
JavaVersion = "1.5.0_05"
JavaMFlops = 151.383484
HasJava = True

----------
Guy

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature