condor-users-bounces@xxxxxxxxxxx wrote on 06/17/2005
03:50:15 PM:
> On Fri June 17 2005 7:02 am, Alexandre Badez wrote:
> > Thanks Nick, but actually, my node1 do not want to execute the
negociator
> > (don't know why) in the Master's log file, it's only written
that the
> > negociator failed to execute and will retry later...
>
> Ah, OK.
>
> Is there a NegotiatorLog created at all? If so, look at it to
see what it's
> complaining about; send a snippet along if you can't identify the
problem.
> You probably want to turn on D_FULLDEBUG in the NEGOTIATOR_DEBUG macro.
>
> If not, let's try a couple more things:
>
> 1. Turn on D_FULLDEBUG in the MASTER_DEBUG macro and restart the
> master. Does
> this provide any more clues?
>
Yep, it's great now. In fact it was my fault. An application was listening
on port 9614, the same as the negotiator. So it couldn't launch correctly.