I suspect the missing libraries are somehow related to https://github.com/Unidata/netcdf-java
Mike On Wed, Jan 26, 2022 at 6:32 PM Shawn Heisey <apa...@elyograg.org> wrote: > On 1/26/2022 5:10 PM, Mike Domzalski wrote: > > <pre> Server Error</pre></p><h3>Caused > by:</h3><pre>java.lang.NoClassDefFoundError: ucar/nc2/NetcdfFile > > at org.apache.tika.parser.hdf.HDFParser.parse(HDFParser.java:88) > > at > org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:280) > > The extracting request handler in Solr utilizes Tika to handle documents. > > Tika has indicated that a class named ucar/nc2/NetcdfFile is required to > extract the file. That class is not included in Solr and it has not > been provided via other means. Whatever the file format is, the parts > of Tika that have been added to Solr are not capable of opening the > file, more is needed. > > I have no idea whether Solr will know how to index the extracted data > even if you provide the jar(s) needed so Tika can open the file. > > Thanks, > Shawn >