Dear Gurus,
I am unable to start the NodeManager using "Services" after implementing the SSL on our environment.
Weblogic Version: 10.3.5.0
Error:
<Oct 8, 2017 10:29:52 AM> <INFO> <Loading domains file:
\OBIEEHome\wlserver_10.3\common\nodemanager\nodemanager.domains>
<Oct 8, 2017 10:29:52 AM> <INFO> <Loading identity key store: FileName=D:\OBIEEHome\ssl\myIdentity_dev.jks, Type=jks, PassPhraseUsed=true>
<Oct 8, 2017 10:29:52 AM> <INFO> <Loaded node manager configuration properties from 'D:\OBIEEH~1\WLSERV~1.3\common\nodemanager\nodemanager.properties'>
<Oct 8, 2017 10:29:52 AM> <INFO> <bifoundation_domain> <backlogserver> <Startup configuration properties loaded from "D:\OBIEEHome\user_projects\domains\bifoundation_domain\servers\backlogserver\data\nodemanager\startup.properties">
<Oct 8, 2017 10:29:52 AM> <INFO> <bifoundation_domain> <backlogserver1> <Startup configuration properties loaded from "D:\OBIEEHome\user_projects\domains\bifoundation_domain\servers\backlogserver1\data\nodemanager\startup.properties">
<Oct 8, 2017 10:29:52 AM> <INFO> <bifoundation_domain> <backlogserver2> <Startup configuration properties loaded from "D:\OBIEEHome\user_projects\domains\bifoundation_domain\servers\backlogserver2\data\nodemanager\startup.properties">
<Oct 8, 2017 10:29:52 AM> <INFO> <bifoundation_domain> <bi_server1> <Startup configuration properties loaded from "D:\OBIEEHome\user_projects\domains\bifoundation_domain\servers\bi_server1\data\nodemanager\startup.properties">
<Oct 8, 2017 10:29:53 AM> <SEVERE> <Fatal error in node manager server>
java.lang.RuntimeException: Cannot convert identity certificate
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)
at weblogic.security.utils.SSLContextWrapper.addIdentity(SSLContextWrapper.java:144)
at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:53)
at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
at weblogic.NodeManager.main(NodeManager.java:31)
However, when I am starting the Nodemanager using CMD, I am not getting any error and it is starting properly.
I have referred various links and found that I have to update the nodemanager.properties and setDomainEnv.cmd files to support JSSE. "-Dweblogic.security.SSL.enableJSSE=true"
I have also enabled the JSSE on my Admin and bi_server1 as well as the fail-over servers.
Certificate details:
Signature details: sha256RSA
Environment Details:
Server: Windows 2008 R2
OBIEE: 11.1.1.7
I am trying to use TLS ciphers to make the OBIEE secured.
Also, post following the steps from Oracle link to enable SSL, I am unable to login to analytics.
Request you gurus to kindly guide me in the right direction here.