}
synchronized (resourceLocation) {
JDBMNamespaceLookup il = new JDBMNamespaceLookup(indexPath);
try {
il.open();
} catch (IOException e) {
final String fmt = "Failed to open namespace '%s'.";
final String msg = String.format(fmt, resourceLocation);
throw new IndexingFailure(resourceLocation, msg, e);
}