Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Problem with Java Universe
- Date: Tue, 27 Apr 2010 11:37:54 -0500
- From: Greg Thain <gthain@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Problem with Java Universe
James:
When the condor_startd first starts up, it runs
condor_starter -classad
and the starter emits a classad that describes features that it can
execute. One of these features is Java, so when you run condor_starter
-classad, it tries to run a simple java benchmark. If it can't, then it
won't advertise that this starter (and thus this startd) can run Java
programs, and nothing will show up when you run condor_status -java. Is
there anything in the StarterLog about java when you run condor_starter
-classad by hand?
-greg