Re: SQL data import handler

2019-09-09 Thread Friscia, Michael
Thank you for your responses Vadim and Jörn. You both prompted me to try again and this time I succeeded. The trick seemed to be the way that I installed Java using Open JDK versus from Oracle. In addition, I imagine I accidentally had a lot of old versions of JAR files lying around so it was ea

RE: SQL data import handler

2019-09-09 Thread Vadim Ivanov
Hi, Latest jdbc driver 7.4.1 seems to support JRE 8, 11, 12 https://www.microsoft.com/en-us/download/details.aspx?id=58505 You have to delete all previous versions of Sql Server jdbc driver from Solr installation (/solr/server/lib/ in my case) -- Vadim > -Original Message- > From: Frisc

Re: SQL data import handler

2019-09-09 Thread Jörn Franke
Hi Michael, Thank you for sharing. You are right about your approach to not customize the distribution. Solr supports JDK8 and it latest versions (8.x) also JDK11. I would not recommend to use it with JDK9 or JDK10 as they are out of support in many Java distributions. It might be also that yo