Re: [Dev] Changing the Primary Keystore password in IS 5.0.0 SP1.

2016-04-26 Thread Kamidu Punchihewa
Hi Omindu, Thank you. I change the both password and key password to the same value and the Issues is fixed. Thanks and Best Regards. Kamidu Sachith Punchihewa *Software Engineer* WSO2, Inc. lean . enterprise . middleware Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194> Disclaimer:

Re: [Dev] Changing the Primary Keystore password in IS 5.0.0 SP1.

2016-04-26 Thread Omindu Rathnaweera
Hi Kamindu, This can happen when the keystore and the private key password are not the same (see [1]). Can you try changing the private key password to match the keystore password and check? You can follow [2] to change the private key password. [1] - https://wso2.org/jira/browse/CARBON-14975

Re: [Dev] Changing the Primary Keystore password in IS 5.0.0 SP1.

2016-04-25 Thread Kamidu Punchihewa
Hi Tharindu, I debugged the mentioned class and checked the runtime values for the two variables below as suggested: - keystorePath - keystorePassword For both the variables the correct values were assigned at runtime. The correct key store was assigned to the variables along with the new

Re: [Dev] Changing the Primary Keystore password in IS 5.0.0 SP1.

2016-04-25 Thread Tharindu Edirisinghe
Hi Kamidu, If you have correctly set the new password in identity.xml file's *EntitlementSettings*, can you remote debug the *org.wso2.carbon.identity.entitlement* 's *4.2.2 *version to find out the actual cause. The particular class is

[Dev] Changing the Primary Keystore password in IS 5.0.0 SP1.

2016-04-25 Thread Kamidu Punchihewa
Hi, I have a IS 5.0.0 SP1 pack and i have change the default password of the key store and changed the following config files accordingly. - /repository/conf/identity.xml. - /repository/conf/carbon.xml - /repository/conf/axis2/axis2.xml -