lc.log(log::INFO, "In ArchiveMount::getNextJobBatch(): de-referenced missing queue from root entry");
} catch (RootEntry::ArchiveQueueNotEmpty &ex) {
lc.log(log::INFO,"In ContainerTraits<RetrieveQueue>::getLockedAndFetchedNoCreate(): dereferenced missing queue from root entry");
}catch(RootEntry::RetrieveQueueNotEmpty&ex){
log::ScopedParamContainerparams(lc);
params.add("tapepool", cId)
params.add("vid",cId)
.add("queueObject",cont.getAddressIfSet())
.add("Message",ex.getMessageValue());
lc.log(log::INFO, "In ArchiveMount::getNextJobBatch(): could not de-referenced missing queue from root entry");
} catch (RootEntry::NoSuchArchiveQueue &ex) {
// Somebody removed the queue in the meantime. Barely worth mentioning.
lc.log(log::INFO,"In ContainerTraits<RetrieveQueue>::getLockedAndFetchedNoCreate(): could not dereference missing queue from root entry");
}catch(RootEntry::NoSuchRetrieveQueue&ex){
// Somebody removed the queue in the meantime. Barely worth mentioning.
log::ScopedParamContainerparams(lc);
params.add("tapepool", cId)
params.add("vid",cId)
.add("queueObject",cont.getAddressIfSet());
lc.log(log::DEBUG, "In ArchiveMount::getNextJobBatch(): could not de-referenced missing queue from root entry: already done.");
lc.log(log::DEBUG,"In ContainerTraits<RetrieveQueue>::getLockedAndFetchedNoCreate(): could not dereference missing queue from root entry: already done.");