I think i never saw this.
Can you please start the container in debug mode
(set log4j.category.org.globus to DEBUG in
$GLOBUS_LOCATION/container-log4j.properties)
restart the container and send the container output (zipped)

Also: please check that
$GLOBUS_LOCATION/lib/perl/Globus/GRAM/JobManager/condor.pm
has correct pointers to condor executables.
Look for

BEGIN
{
    $condor_submit      = '/path/to/condor_submit';
    $condor_rm          = '/path/to/condor_rm';
}


Martin


> Hi,
> I'm having problems while trying to submit a job to Condor using the
> globusrun-ws command.
> My scenario:
> -Computer A, with the 4.03 GT installation and Condor Scheduler Adapter
> installed.
> -Computer B: It has Condor installed
> -ComputerA can execute condor_submit,... and those commands (by ssh) will
> be
> executed at ComputerB.
>
> So I've tryed:
> ./globusrun-ws -submit -F
> http://hostname:port/wsrf/services/ManagedJobFactoryService -Ft Condor -c
> /bin/true
> Submitting job...Done.
> Job ID: uuid:6f283686-daed-11dc-8685-000476cd404c
> Termination time: 02/15/2008 11:10 GMT
> Current job state: Failed
> Destroying job...Done.
> globusrun-ws: Job failed: The executable could not be started.
>
> ERROR: Failed to open command file (No such file or directory)
>
> If I try the same instruction without the -Ft option everything goes fine.
>
> Any idea?
>
> Thank you
>
> ---
> Miguel Julián Ramos
>


Reply via email to