| | |
| | | InitializationException, IOException, JebException, DatabaseException, |
| | | InterruptedException, ExecutionException |
| | | { |
| | | this.rootContainer = rootContainer; |
| | | this.reader = new LDIFReader(importConfiguration, rootContainer, |
| | | LDIF_READER_BUFFER_SIZE); |
| | | try |
| | | { |
| | | this.rootContainer = rootContainer; |
| | | this.reader = new LDIFReader(importConfiguration, rootContainer, |
| | | LDIF_READER_BUFFER_SIZE); |
| | | Message message = |
| | | NOTE_JEB_IMPORT_STARTING.get(DirectoryServer.getVersionString(), |
| | | BUILD_ID, REVISION_NUMBER); |
| | |
| | | flushIndexBuffers(); |
| | | cursor.close(); |
| | | } catch (Exception e) { |
| | | System.out.println("here"); |
| | | e.printStackTrace(); |
| | | } |
| | | return null; |