On 6/19/2015 5:40 AM, Paul Revere wrote: > Our log files show entries for each member indexed: > > Error: Could not create instance of 'SolrInputDocument'. > ~~ > Exception: org.apache.solr.common.SolrInputDocument
There will be a *lot* more detail available on this exception. We will need all of it, including all "caused by" information. It can be dozens of lines and include multiple "caused by" clauses, each of which will have a stacktrace. Your message indicates that it is Solr 4.10.4 ... hopefully it is unmodified. That information is critical in comparing the exception stacktrace to the source code. There might also be additional information in the logs that is immediately before or after this message. You might need to go to the Solr logfile instead of your application's logfile for more information. http://wiki.apache.org/solr/UsingMailingLists Thanks, Shawn