I did install the latest version (2.12), but I discovered today that my preemptive patch was created from a previous version. That's why I still encountered this problem since I just copied over the Solr connector's jar file to the connector-lib folder.
I have recompiled everything, and now it works. :) Thanks, Karl! Erlend On 21/01/2019 18:38, Karl Wright wrote: > The latest (2.12) version of MCF fixes this problem by working around it. > > Karl > > > On Mon, Jan 21, 2019 at 5:12 AM Erlend Garåsen <[email protected] > <mailto:[email protected]>> wrote: > > > I have encountered the same problem Karl reported in the following > ticket: > https://issues.apache.org/jira/browse/SOLR-12798 > > Since the ticket is unresolved, is this still a problem with the latest > MCF version? I get the following error when the Solr connector tries to > delete documents: > > FATAL 2019-01-21T09:44:15,346 (Worker thread '6') - Error tossed: This > Should not happen > java.lang.RuntimeException: This Should not happen > at > > org.apache.solr.client.solrj.impl.BinaryRequestWriter.getContentStreams(BinaryRequestWriter.java:67) > ~[?:?] > […] > at > > org.apache.manifoldcf.agents.output.solr.HttpPoster$DeleteThread.run(HttpPoster.java:1366) > ~[?:?] > > I'm just asking in case my preemptive patch is causing these problems. > > Erlend >
