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

Re: [Condor-users] condor q



> --failed to fetch ads from: ,192.168.168.199:3909> :
CONDOR01.integrity-apps.com
> CEDAR:6001:Failed to connect to <192.168.168.199:3909>
>
> What does this error mean and how might I go about fixing it?

It means condor_q wanted to talk to a condor_schedd process listening at
port 3909 on 192.168.168.199 and it couldn't talk to that process. CEDAR
is Condor's network communication layer.

Start by checking 192.168.168.199. Make sure condor_schedd is running on
that machine and is listening at port 3909.
 
- Ian