mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Added exception message to init exception
This commit is contained in:
parent
885a0c0b7c
commit
7cc3e8f1f9
@ -377,7 +377,7 @@ public final class KeywordSearchIngestModule extends IngestModuleAbstractFile {
|
|||||||
// we had cases where getStatus was OK, but the connection resulted in a 404
|
// we had cases where getStatus was OK, but the connection resulted in a 404
|
||||||
server.queryNumIndexedDocuments();
|
server.queryNumIndexedDocuments();
|
||||||
} catch (KeywordSearchModuleException | NoOpenCoreException ex) {
|
} catch (KeywordSearchModuleException | NoOpenCoreException ex) {
|
||||||
throw new IngestModuleException("Error connecting to SOLR server");
|
throw new IngestModuleException("Error connecting to SOLR server: " + ex.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
//initialize extractors
|
//initialize extractors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user