mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 16:36:15 +00:00
Quietly handle exception when closing case and solr core and some viewer is attemtping to get content
This commit is contained in:
parent
6e491f3149
commit
c488275bc4
@ -199,7 +199,7 @@ public class ExtractedContentViewer implements DataContentViewer {
|
|||||||
try {
|
try {
|
||||||
solrCore = KeywordSearch.getServer().getCore();
|
solrCore = KeywordSearch.getServer().getCore();
|
||||||
} catch (RuntimeException e) {
|
} catch (RuntimeException e) {
|
||||||
logger.log(Level.INFO, "Could not get Solr Core", e);
|
logger.log(Level.INFO, "Could not get Solr Core");
|
||||||
}
|
}
|
||||||
if (solrCore == null) {
|
if (solrCore == null) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user