Re: Re: Re: obfuscated password error

2019-03-20 Thread Branham, Jeremy (Experis)
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

Re: Re: obfuscated password error

2019-03-20 Thread Satya Marivada
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

Re: Re: obfuscated password error

2019-03-20 Thread Satya Marivada
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

Re: Re: obfuscated password error

2019-03-19 Thread Satya Marivada
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

Re: Re: obfuscated password error

2019-03-19 Thread Satya Marivada
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? > >

Re: Re: obfuscated password error

2019-03-18 Thread Zheng Lin Edwin Yeo
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

Re: Re: obfuscated password error

2019-03-18 Thread Branham, Jeremy (Experis)
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

Re: obfuscated password error

2019-03-18 Thread Satya Marivada
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 >

obfuscated password error

2019-03-18 Thread Satya Marivada
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