Showing posts with label Oracle Weblogic. Show all posts
Showing posts with label Oracle Weblogic. Show all posts

Monday, 3 February 2025

java.lang.AssertionError: No replication server channel, when HTTP port is Disabled

"java.lang.AssertionError: No replication server channel' when HTTP port is Disabled" - this error came when I was trying to setup SSL within Oracle Weblogic. I had created the required keystores (identity.jks & trust.jks) and imported the certificate to these keystores. Post that I added the keystores to all server's (Admin & Managed) configuration and also mapped the certificate alias in SSL tab.

Tuesday, 28 January 2025

java.lang.RuntimeException: Cannot convert identity certificate

While implementing SSL in Oracle Weblogic, you might see the error <Cannot convert identity certificate>, mostly when your Weblogic version is either 10.3.2 or lower than this.

<Jan 28, 2025 8:33:06 AM CET> <Debug> <SecuritySSL> <BEA-000000> <Cannot convert identity certificate

java.security.cert.CertificateParsingException: PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11

              at com.certicom.security.cert.internal.x509.X509V3CertImpl.<init>(Unknown Source)

              at com.certicom.tls.interfaceimpl.CertificateSupport.addAuthChain(Unknown Source)

              at com.certicom.net.ssl.SSLContext.addAuthChain(Unknown Source)

              at com.bea.sslplus.CerticomSSLContext.addIdentity(Unknown Source)