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

Re: [HTCondor-users] CREAM error: Failed to start gahp



>
> There is a relatively simple work-around.  Try adding this file:
>
> # cat /etc/ld.so.conf.d/condor.conf
> /usr/lib64/condor
>
> and running ldconfig.  That will cause the system loader to add /usr/lib64/condor to the default path.
>


didn't really work...

$ cat /etc/ld.so.conf.d/condor.conf
/usr/lib64/condor

$ cat  /var/log/condor/GridmanagerLog.caballer

10/02/15 10:13:48 [110817] Found job 9490.0 --- inserting
10/02/15 10:13:48 [110817] gahp server not up yet, delaying ping
10/02/15 10:13:48 [110817] gahp server not up yet, delaying checkDelegation
10/02/15 10:13:48 [110817] BaseResource::DoBatchStatus: gahp server
not up yet, delaying 5 seconds
10/02/15 10:13:48 [110817] (9490.0) doEvaluateState called: gmState
GM_INIT, creamState
10/02/15 10:13:48 [110817] GAHP server pid = 110824
10/02/15 10:13:48 [110817] Failed to read GAHP server version
10/02/15 10:13:48 [110817] (9490.0) Error initializing GAHP
10/02/15 10:13:48 [110817] Gahp Server (pid=110824) exited with status
1 unexpectedly
10/02/15 10:13:53 [110817] gahp server not up yet, delaying ping
10/02/15 10:13:53 [110817] gahp server not up yet, delaying checkDelegation
10/02/15 10:13:53 [110817] BaseResource::DoBatchStatus: gahp server
not up yet, delaying 5 seconds
10/02/15 10:13:53 [110817] No jobs left, shutting down
10/02/15 10:13:53 [110817] Got SIGTERM. Performing graceful shutdown.

I feel I am missing some step....