14901491149214931494149514961497149814991500
if ( ! schemaDirectory.exists() ) { try { extractor = new SchemaPartitionExtractor( workingDirectory ); extractor.extract(); } catch ( IOException e ) { NamingException ne = new NamingException( "Failed to extract pre-loaded schema partition." ); ne.setRootCause( e );
117118119120121122123124125126127
SchemaPartitionExtractor extractor = null; try { extractor = new SchemaPartitionExtractor( directoryService.getWorkingDirectory() ); extractor.extract(); } catch ( IOException e ) { NamingException ne = new NamingException( "Failed to extract pre-loaded schema partition." ); ne.setRootCause( e );