Quietly handle exception when closing case and solr core and some viewer is attemtping to get content

This commit is contained in:
adam-m 2012-03-26 12:27:05 -04:00
parent 6e491f3149
commit c488275bc4

View File

@ -199,7 +199,7 @@ public class ExtractedContentViewer implements DataContentViewer {
try {
solrCore = KeywordSearch.getServer().getCore();
} 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) {
return false;