Re: SQL data import handler

2019-09-09 Thread Friscia, Michael
scia, Michael [mailto:michael.fris...@yale.edu] > Sent: Monday, September 09, 2019 1:22 PM > To: solr-user@lucene.apache.org > Subject: SQL data import handler > > I setup SOLR on Ubuntu 18.04 and installed Java from apt-get with default-jre > which installed versi

RE: SQL data import handler

2019-09-09 Thread Vadim Ivanov
; From: Friscia, Michael [mailto:michael.fris...@yale.edu] > Sent: Monday, September 09, 2019 1:22 PM > To: solr-user@lucene.apache.org > Subject: SQL data import handler > > I setup SOLR on Ubuntu 18.04 and installed Java from apt-get with default-jre > which installed version 11. So

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

SQL data import handler

2019-09-09 Thread Friscia, Michael
I setup SOLR on Ubuntu 18.04 and installed Java from apt-get with default-jre which installed version 11. So after a day of trying to make my Microsoft SQL Server data import handler work and failing, I built a new VM and installed JRE 8 and then everything works perfectly. The root of the prob