opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/JEStorage.java
@@ -521,6 +521,10 @@ } catch (DatabaseNotFoundException e) { // This is fine: end result is what we wanted } catch (DatabaseException e) { throw new StorageRuntimeException(e); } }