}
} catch (MonitorException e) {
LOG.log(Level.WARNING, "Exception assigning load to resource "
+ "node: [" + node.getNodeId() + "]: load: [" + load
+ "]: Message: " + e.getMessage());
throw new SchedulerException(e.getMessage());
}
} else {
// could not find resource, push onto JobQueue
try {
myJobQueue.requeueJob(spec);