Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[condor-users] Condor+Java+Linux doesn't work
- Date: Wed, 07 Jan 2004 18:30:48 +0000
- From: richmc@xxxxxxxxxxx
- Subject: [condor-users] Condor+Java+Linux doesn't work
Hello people,
I've installed Condor v6.6.0 on a PC running Red Hat Linux 9. The vanilla test script works and 'condor_status' shows reasonable output, however 'condor_status -java' does not produce any output other than a newline and jobs submitted to the queue are held because a machine with "HasJava=True" cannot be found.
The configuration file condor_config contains the following Java settings:
JAVA = /usr/java/j2sdk1.4.2_02/bin/java
JAVA_MAXHEAP_ARGUMENT = -Xmx
JAVA_CLASSPATH_DEFAULT = $(LIB) $(LIB)/scimark2lib.jar .
JAVA_CLASSPATH_ARGUMENT = -classpath
JAVA_CLASSPATH_SEPARATOR = :
JAVA_EXTRA_ARGUMENTS =
There are no Java parameters set in condor_config.local.
The output of 'condor_starter -classads' is:
CondorVersion = "$CondorVersion: 6.6.0 Nov 13 2003 $"
IsDaemonCore = True
HasFileTransfer = True
HasMPI = True
HasJICLocalConfig = True
HasJICLocalStdin = True
Does anyone have Condor+j2sdk1.4.2-02+RH9 working?
Any ideas?
Thanks,
Rich
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>