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 solr cluster. Since keberozied authentication
classes are available only from solrj7.x
Create a custom CloseableHttpClient (Apache HttpComponents project)
instance that is set up with the authentication you require and any
other customizations you want (timeouts, thread limits, etc). Use that
custom HttpClient when building the solr client. You'll need to talk to
that project for help with this -- it's a separate project from Solr.
Your stacktrace did not mention any Solr classes. So you might need to
talk to whoever created weblogic.
Thanks,
Shawn