Hard to see in email, particularly because my email server strips urls, but a
few thinigs I would suggest –
Be sure there aren’t any spaces after your line continuation characters ‘\’.
This has bit me before.
Check the running processes JVM args and compare `ps –ef | grep solr`
Also, I’d recomme
Sending again, with highlighted text in yellow.
So I got a chance to do a diff of the environments solr-6.3.0 folder within
contents.
solr-6.3.0/bin/solr file has the difference highlighted in yellow. Any idea
of what is going on in that if else in solr file?
*The working configuration file cont
So I got a chance to do a diff of the environments solr-6.3.0 folder within
contents.
solr-6.3.0/bin/solr file has the difference highlighted in yellow. Any idea
of what is going on in that if else in solr file?
*The working configuration file contents are (ssl.properties below has the
keystore p
Hi Jeremy,
Thanks for the points. Yes, agreed that there is some conflicting property
somewhere that is not letting it work. So I basically restored solr-6.3.0
directory from another environment and replace the host name appropriately
for this environment. And I used the original keystore that has
It has been generated with plain password. Same in other environments too,
but it works in other environments.
Thanks,
Satya
On Mon, Mar 18, 2019, 10:42 PM Zheng Lin Edwin Yeo
wrote:
> Hi,
>
> Did you generate your keystore with the obfuscated password or the plain
> text password?
>
> Regards,
Hi,
Did you generate your keystore with the obfuscated password or the plain
text password?
Regards,
Edwin
On Tue, 19 Mar 2019 at 02:32, Branham, Jeremy (Experis)
wrote:
> I’m not sure if you are sharing the trust/keystores, so I may be off-base
> here…
>
> Some thoughts –
> - Verify your VM a
I’m not sure if you are sharing the trust/keystores, so I may be off-base here…
Some thoughts –
- Verify your VM arguments, to be sure there aren’t conflicting SSL properties.
- Verify the environment is targeting the correct version of Java
- Verify the trust/key stores exist where they are expec
Any suggestions please.
Thanks,
Satya
On Mon, Mar 18, 2019 at 11:12 AM Satya Marivada
wrote:
> Hi All,
>
> Using solr-6.3.0, to obfuscate the password, have used jetty util to
> generate obfuscated password
>
>
> java -cp jetty-util-9.3.8.v20160314.jar
> org.eclipse.jetty.util.security.Password
Hi All,
Using solr-6.3.0, to obfuscate the password, have used jetty util to
generate obfuscated password
java -cp jetty-util-9.3.8.v20160314.jar
org.eclipse.jetty.util.security.Password mypassword
The output has been used in solr.in.sh as below
SOLR_SSL_KEY_STORE=/sanfs/mnt/vol01/solr/solr-