SolrLogReader icon indicating copy to clipboard operation
SolrLogReader copied to clipboard

fix for null pointer exception edge case

Open darule0 opened this issue 7 years ago • 0 comments

Fix for null pointer error when built & run on CentOS7/JDK8

Exception in thread "main" java.lang.NullPointerException at SolrLogReader.getFiles(SolrLogReader.java:306) at SolrLogReader.getFiles(SolrLogReader.java:312) at SolrLogReader.summarize(SolrLogReader.java:189) at SolrLogReader.main(SolrLogReader.java:73)

darule0 avatar Dec 20 '17 21:12 darule0