On Mon, Dec 6, 2010 at 10:35 AM, Michael O'Donnell
<odonnellm@xxxxxxxx> wrote:
12/06 08:30:02 (pid:4804) ERROR "JOB
QUEUE DAMAGED; header ad NEXT_CLUSTER_NUM invalid" at line 906 in
file ..\src\condor_schedd.V6\qmgmt.cpp
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