Public bug reported:

Binary package hint: condor

In /etc/condor_config, the parameter JAVA_CLASSPATH_DEFAULT does not
match the actual path to scimark2lib.jar.

The following error is reported in /var/lib/condor/log/StarterLog

JavaDetect: failure status 256 when executing /usr/bin/java -Xmx1501m
-classpath /usr/lib/condor/lib:/usr/lib/condor/lib/scimark2lib.jar:.
CondorJavaInfo old 2

This is because scimark2lib.jar is in /usr/lib/condor/libexec/lib and
not in /usr/lib/condor/lib

Because of this migration of processes using java universe does not work
as condor cannot retrieve java's characteristics on the machine.

Changing the line to
JAVA_CLASSPATH_DEFAULT = $(LIBEXEC) $(LIBEXEC)/lib 
$(LIBEXEC)/lib/scimark2lib.jar .
actually solves the problem.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: condor 7.2.4-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Sep 28 14:00:21 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100427.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: condor

** Affects: condor (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug lucid

-- 
wrong path setting in condor_config makes java universe unusable
https://bugs.launchpad.net/bugs/649751
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to