* Start harvest scheduler.
*/
public static synchronized void startNewScheduler() throws SQLException, AuthorizeException {
Context c = new Context();
HarvestedCollection.exists(c);
c.complete();
if (mainHarvestThread != null && harvester != null) {
stopScheduler();
}
harvester = new HarvestScheduler();