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

Re: [Condor-users] Condor-C on Windows problem




> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx 
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Greg Quinn
> Sent: Thursday, 1 February 2007 11:42 PM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] Condor-C on Windows problem
> 
> 
> Greg.Hitchen@xxxxxxxx wrote:
> > OK, turning on full debugging with
> > 
> > SCHEDD_DEBUG = D_FULLDEBUG gives the following extra info:
> > 
> > 2/1 10:58:34 Version of gridmanager is
> > 2/1 10:58:34 ERROR - gridmanager way too old!
> > 
> > There IS an entry in the config file:
> > 
> > GRIDMANAGER			= $(SBIN)/condor_gridmanager
> > 
> > and the file exists:
> > 
> > 05/01/2007  05:26 PM         1,179,920 condor_gridmanager.exe
> 
> What if you add the ".exe" suffix to the config file entry?:
> 
> GRIDMANAGER = $(SBIN)/condor_gridmanager.exe
> 
> Greg Quinn
> Condor Team

OK, I've done that, and it seemd to start up OK (condor_gridmanager that
is).

However I now get errors in the GridmanagerLog.hit023 file like:

2/2 09:42:22 [7800] ERROR: C:\Condor/bin/condor_c-gahp is not a valid
Windows executable
2/2 09:42:22 [7800] Failed to start GAHP server
(C:\Condor/bin/condor_c-gahp)

So I changed the config file entry from:

CONDOR_GAHP=$(BIN)/condor_c-gahp

to:

CONDOR_GAHP=$(BIN)/condor_c-gahp.exe

and it would then start OK. HOWEVER I now get an error in the
CGAHPLog.hit023 log file:

2/2 09:34:08 ERROR: C:\Condor/bin/condor_c-gahp.exe_worker_thread is not
a valid Windows executable

So it would appear that there is no way to get it working at the moment.

Without the .exe windows can't execute the condor_c-gahp program. With
the .exe it
can BUT now it appears that by default condor just appends
"_worker_thread" to
the CONDOR_GAHP parameter and this DOES NOT work in windows.

I don't think? I can go any further with this at the moment.

Thanks for any more info/help.

Cheers

Greg