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

Re: [Condor-users] Schedd error--fails to start



Michael O'Donnell wrote:

Which isn't a very helpful message I'll admit. Your job_queue.log file is corrupt. You'll need to delete it and try starting the scheduler again. The file can be found in the SPOOL directory so:

SPOOL_DIR=`condor_config_val SPOOL`
mv $SPOOL_DIR\job_queue.log  $SPOOL_DIR\job_queue.log.corrupt

Regards,
- Ian


As per the thread a couple weeks back, be warned that a side-effect of removing this file is your job ids will be reused....

regards,
Todd