I faced this issue where OAM in Simple mode was not working when it was changed from CERT mode to Simple mode. It was giving SSLHandshake error in Simple Mode.
Below is the solution to make it work. I believe this solution can work whenever any mode is changed and it is not working.
Below is the solution to make it work. I believe this solution can work whenever any mode is changed and it is not working.
a) Delete OamInternal_handler$py.class
b) Delete Oam_common$py.class
c) Delete Oam$py.class
d) Restart the admin server
e) Run ./wlst.sh script
f) Run upgradeServerKeystoreCertificate() command and report the result.
b) Delete Oam_common$py.class
c) Delete Oam$py.class
d) Restart the admin server
e) Run ./wlst.sh script
f) Run upgradeServerKeystoreCertificate() command and report the result.
Comments
Post a Comment