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

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




Thank you Ian. Your solution worked.

Mike




From: Ian Chesal <ichesal@xxxxxxxxxxxxxxxxxx>
To: Condor-Users Mail List <condor-users@xxxxxxxxxxx>
Date: 12/06/2010 08:44 AM
Subject: Re: [Condor-users] Schedd error--fails to start
Sent by: condor-users-bounces@xxxxxxxxxxx





Michael,

The relevant error message is:

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

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/