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

Re: [Condor-users] Condor 7.0.2 in combination with Windows XP and Vista



On Thu, Jun 19, 2008 at 1:55 PM, Thomas Laue <Thomas.Laue@xxxxxxxx> wrote:
> Hello,
>
> I have encountered a problem after upgrading a small Condor pool from version 6.8.8 to 7.0.2. The pool consists of 2 computers equipped with Windows XP and a central manager machine equipped with Vista. I installed version 7.0.2 on the central manager and the two processing nodes. Everything was working smoothly with Condor 6.8.8
>
> Now, all jobs submitted to the processing nodes are cancelled after a few seconds on the XP systems. I found the following messages in the StarterLog.slot1 file (similar ones for other slots).
>
> 6/19 13:31:34 ******************************************************
> 6/19 13:31:34 ** condor_starter (CONDOR_STARTER) STARTING UP
> 6/19 13:31:34 ** C:\condor\bin\condor_starter.exe
> 6/19 13:31:34 ** $CondorVersion: 7.0.2 Jun  9 2008 BuildID: 89891 $
> 6/19 13:31:34 ** $CondorPlatform: INTEL-WINNT50 $
> 6/19 13:31:34 ** PID = 1008
> 6/19 13:31:34 ** Log last touched 6/19 12:31:13
> 6/19 13:31:34 ******************************************************
> 6/19 13:31:34 Using config source: C:\condor\condor_config
> 6/19 13:31:34 Using local config sources:
> 6/19 13:31:34    C:\condor/condor_config.local
> 6/19 13:31:34 DaemonCore: Command Socket at <192.168.158.151:2214>
> 6/19 13:31:34 Setting resource limits not implemented!
> 6/19 13:31:34 Communicating with shadow <192.168.158.167:51589>
> 6/19 13:31:34 Submitting machine is "demo4.demo.inpho.de"
> 6/19 13:31:34 setting the orig job name in starter
> 6/19 13:31:34 setting the orig job iwd in starter
> 6/19 13:31:35 File transfer completed successfully.
> 6/19 13:31:36 Job 16.0 set to execute immediately
> 6/19 13:31:36 Starting a VANILLA universe job with ID: 16.0
> 6/19 13:31:36 Tracking process family by login "condor-reuse-slot1"
> 6/19 13:31:36 IWD: C:\condor\execute\dir_1008
> 6/19 13:31:36 Output file: C:\condor\execute\dir_1008\offingen_with_subblocks_complete_16_0.out
> 6/19 13:31:36 Error file: C:\condor\execute\dir_1008\offingen_with_subblocks_complete_16_0.out
> 6/19 13:31:36 Renice expr "10" evaluated to 10
> 6/19 13:31:36 About to exec C:\condor\execute\dir_1008\condor_exec.exe /C call \\DEMO4\I$\inpho_data\Offingen\Project\condor\job0\offingen_with_subblocks_complete_16.bat C:\Program' 'Files\Inpho\ApplicationsMaster' '5.1\bin
> 6/19 13:31:36 Create_Process: CreateProcess failed, errno=193

Error 193 is this is ERROR_BAD_EXE_FORMAT.

> 6/19 13:31:36 ERROR "Create_Process(C:\condor\execute\dir_1008\condor_exec.exe,/C call \\DEMO4\I$\inpho_data\Offingen\Project\condor\job0\offingen_with_subblocks_complete_16.bat C:\Program' 'Files\Inpho\ApplicationsMaster' '5.1\bin, ...) failed" at line 495 in file ..\src\condor_starter.V6.1\os_proc.C

As to why it is happening no clue.

Could you include your submit file as well?

Matt