Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Update default .cohstore.jks for OAM

3042753Nov 3 2015 — edited Nov 3 2015

Hi all,

I would like to update Coherence default keystore .cohstore.jks with a new one from .../oam_domain/config/fmwconfig/oam-config.xml.  However, when I update with

a new one it gives me password error

Caused by: java.io.IOException: Keystore was tampered with, or password was incorrect


Below is my

xm configuration


<Setting Name="keystore" Type="htf:map">

                      <Setting Name="Key" Type="xsd:string">tangosol.coherence.security.keystore</Setting>

                      <Setting Name="Value" Type="xsd:string">file:config/fmwconfig/.cohstore.jks</Setting>

                    </Setting>

                    <Setting Name="keystore" Type="htf:map">

                      <Setting Name="Key" Type="xsd:string">tangosol.coherence.security.password</Setting>

                      <Setting Name="Value" Type="xsd:string">password</Setting>

                    </Setting>

from oam-config.xml

Please let me know where should I update the password.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 1 2015
Added on Nov 3 2015
0 comments
364 views