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

[Condor-users] Condor Java Windows VISTA Problem



Hi,

I am having problem running java jobs in Windows VISTA.

condor_status –java       is not listing the VISTA machine, looks like some problem in creating JDK.

 

 

In condor_config file I am having following to fix the above problem.

 

JAVA = "C:\Program Files\Java\jdk1.5.0_13\bin\JAVA.EXE"

JAVA_MAXHEAP_ARGUMENT =

JAVA_EXTRA_ARGUMENTS = -Xmx1906m

 

 

Even though I have the necessary jar files in the classpath, condor_starter –classad giving Exception.

Could you please let me know how to make condor recognize JDK and run java jobs.

Thanks,

Senthil

 

C:\condor\bin>echo %CLASSPATH%

C:\Program Files\Java\jdk1.5.0_13\lib\tools.jar;.;C:\condor\lib;C:\condor\lib\sc

imark2lib.jar;C:\condor\lib\Chirp.jar;;C:\condor\lib\CondorJavaInfo.class;C:\con

dor\lib\CondorJavaWrapper.class

 

C:\condor\bin>c:\condor\bin\condor_starter -classad

CondorVersion = "$CondorVersion: 6.8.6 Sep 13 2007 $"

IsDaemonCore = True

HasFileTransfer = True

HasPerFileEncryption = True

HasReconnect = True

HasMPI = True

HasTDP = True

HasJobDeferral = True

HasJICLocalConfig = True

HasJICLocalStdin = True

Exception in thread "main" java.lang.NoClassDefFoundError: jnt/scimark2/Random

        at CondorJavaInfo.main(CondorJavaInfo.java:79)

HasWindowsRunAsOwner = True

StarterIgnoredAttributes = "CondorVersion,IsDaemonCore"