Re: fs_clone in upgrade to 12.2.5
Posted by Laurel on Mar 13, 2017; 5:26pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/fs-clone-in-upgrade-to-12-2-5-tp2345p2359.html
Hi !
The update of the Context file that belong to the DB context file works fine.
At the same to the Apps tier not working fine - SSL error
How is this possible...
Thanks for the hint with debug In the log file I see that :
Caused by: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued by CN=CERV-01 is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
at com.ibm.jsse2.util.f.a(f.java:94)
at com.ibm.jsse2.util.f.b(f.java:36)
at com.ibm.jsse2.util.e.a(e.java:7)
at com.ibm.jsse2.yc.a(yc.java:108)
at com.ibm.jsse2.yc.a(yc.java:146)
at com.ibm.jsse2.yc.checkServerTrusted(yc.java:51)
at weblogic.security.SSL.jsseadapter.JaTrustManager.checkServerTrusted(JaTrustManager.java:125)
at com.ibm.jsse2.wc.checkServerTrusted(wc.java:30)
at com.ibm.jsse2.bb.a(bb.java:129)
... 72 more
Caused by: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued by CN=CERV-01 is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
at com.ibm.security.cert.PKIXCertPathBuilderImpl.engineBuild(PKIXCertPathBuilderImpl.java:410)
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:256)
at com.ibm.jsse2.util.f.a(f.java:135)
... 80 more
Caused by: java.security.cert.CertPathValidatorException: The certificate issued by CN=CERV-01 is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
I did the keytool step of importing to cacerts . We have only 1 certificate. All our java framework/forms work without the security warning, as we have the same certificate in the browser and java. Why then DB context file edit works ?
Interesting. Can it be that error message is wrong and actually it wants on shared file system..
Or some extra steps in the weblogic should be done that not documented :)
Thanks for hints! Let me know if you think of something :)
Br,Laurel