vignesh ram

Greenhorn
+ Follow
since Dec 06, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by vignesh ram


we recently migrated to a new server, where the ip address was changed.
since then, when i try to restart the nodemanager, i am unable to. below is the log.
Admin server is just fine.

<Dec 7, 2014 2:07:47 AM EST> <Info> <NodeManager> <Saving logs in'NodeManagerLogs'>
<Dec 7, 2014 2:07:51 AM EST> <Debug> <TLS> <000000> <SSL/Domestic license found>
<Dec 7, 2014 2:07:51 AM EST> <Debug> <TLS> <000000> <Not in server, Certicom SSL license found>
<Dec 7, 2014 2:07:52 AM EST> <Debug> <TLS> <000000> <SSL Session TTL :90000>
<Dec 7, 2014 2:07:52 AM EST> <Info> <NodeManager@*.*:5555> <Reading private key and certificate chain from the keystore /apps/p00/weblogic/weblogic81/server/
lib/DemoIdentity.jks. KeyStore type = jks, Using keystore passphrase = true, Alias = DemoIdentity>
<Dec 7, 2014 2:07:52 AM EST> <Info> <NodeManager@*.*:5555> <Reading trusted CAs from the keystore /apps/p00/weblogic/weblogic81/server/lib/DemoTrust.jks. Key
Store type = jks, Using keystore passphrase = true>
<Dec 7, 2014 2:07:52 AM EST> <Info> <NodeManager@*.*:5555> <Reading trusted CAs from the keystore /usr/java14/jre/lib/security/cacerts. KeyStore type = jks,
Using keystore passphrase = false>
SecureSocketListener: Could not setup context and create a secure socket on *.*:5555 : java.security.cert.CertificateParsingException: PKIX: Unsupported OID
in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.
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.addTrustedCertificate(Unknown Source)
at com.certicom.net.ssl.SSLContext.addTrustedCertificate(Unknown Source)
at com.bea.sslplus.CerticomSSLContext.addTrustedCA(Unknown Source)
at weblogic.security.utils.SSLContextWrapper.addTrustedCA(SSLContextWrapper.java:52)
at weblogic.nodemanager.internal.SecureSocketListener.run(SecureSocketListener.java:57)
at weblogic.nodemanager.internal.GenericListener.startListener(GenericListener.java:16)
at weblogic.nodemanager.NodeManager.startSecureSocketListener(NodeManager.java:461)
at weblogic.nodemanager.NodeManager.init(NodeManager.java:305)
at weblogic.nodemanager.NodeManager.run(NodeManager.java:511)
at weblogic.NodeManager.main(NodeManager.java:31)
9 years ago