Re: SOLRJ 7.x library fails ejb deployment with weblogic

2018-08-21 Thread Shawn Heisey
On 8/21/2018 7:29 AM, Ganesh Kumar J wrote: Thank you so much for your reply. Unfortunately our production weblogic cluster runs in java 1.7 we are unable to upgrade to java 1.8 In this case do you have any idea how we can use solrj version below 7.x which can authenticate with kerberozied sol

RE: SOLRJ 7.x library fails ejb deployment with weblogic

2018-08-21 Thread Ganesh Kumar J
cluster. Since keberozied authentication classes are available only from solrj7.x Thanks & Regards, J.Ganesh Kumar. From: Jan Høydahl [mailto:jan@cominvent.com] Sent: 21 August 2018 17:12 To: solr-user Cc: Ganesh Kumar J Subject: Re: SOLRJ 7.x library fails ejb deployment with weblogic

Re: SOLRJ 7.x library fails ejb deployment with weblogic

2018-08-21 Thread Jan Høydahl
Hi, I don't know what version of Weblogic and Java you use, but note that Solr, even SolrJ 7.x requires Java 8, while 5.x required Java 7. There seems to be several discussion on stackoverflow and elsewhere about similar issues: https://stackoverflow.com/questions/19152655/java-lang-arrayindexo

SOLRJ 7.x library fails ejb deployment with weblogic

2018-08-21 Thread Ganesh Kumar J
Hi Team, We have an ejb application and deployment in weblogic cluster where the application uses SOLRJ java client to communicate with SOLR. Previously we were using solrj 5.4 and it was working fine. Recently we enabled kerberos in our cluster so we forced to upgrade