WAS Server 启动报错无法找到秘钥解决办法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WAS Server 启动报错无法找到秘钥解决办法相关的知识,希望对你有一定的参考价值。
报错日志:
[7/18/17 18:04:24:582 CST] 0000000a ORBRas E com.ibm.ws.orbimpl.transport.WSTransport createServerSocket P=254162:O=0:CT ORBX0390E: Cannot create listener thread. Exception=[ org.omg.CORBA.INTERNAL: CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_SERVER_SOCKET, Exception=com.ibm.websphere.ssl.SSLException: java.lang.IllegalArgumentException: CWPKI0024E: The certificate alias "citic01" specified by the property com.ibm.ssl.keyStoreServerAlias is not found in KeyStore "/wasprofiles/uat01/config/cells/cell/nodes/uat01node/key.p12". vmcid: 0x49421000 minor code: 77 completed: No - received while attempting to open server socket on port 10209 ].
解决方法:注释security文件中的相关内容
<!--
<sslConfigGroups xmi:id="SSLConfigGroup_1235457440425" name="uat01node" direction="outbound" certificateAlias="" sslConfig="SSLConfig_1204681943812" managementScope="ManagementScope_1204681943812"/>
-->
<!--
<sslConfigGroups xmi:id="SSLConfigGroup_1237875827088" name="uat01node" direction="inbound" certificateAlias="" sslConfig="SSLConfig_1204681943812" managementScope="ManagementScope_1204681943812"/>
-->
<!--
<repertoire xmi:id="SSLConfig_1204681943812" alias="NodeDefaultSSLSettings" managementScope="ManagementScope_1204681943812">
<setting xmi:id="SecureSocketLayer_1204681943812" clientKeyAlias="citic01" serverKeyAlias="citic01" clientAuthentication="false" securityLevel="HIGH" enabledCiphers="" jsseProvider="IBMJSSE2" sslProtocol="SSL_TLS" keyStore="KeyStore_1204681943812" trustStore="KeyStore_2" trustManager="TrustManager_1204681943812" keyManager="KeyManager_1204681943812">
<properties xmi:id="Property_1237870287816" name="600" value=""/>
</setting>
</repertoire>
-->
以上是关于WAS Server 启动报错无法找到秘钥解决办法的主要内容,如果未能解决你的问题,请参考以下文章
解决方法:命令提示符找到端口号并终止进程。IDEA报错:Web server failed to start. Port 9000 was already in use.
EasyNVR无法级联EasyNVS云管理平台,并报错“a queue was full”的排查与解决办法
在执行Java命令或eclipse启动程序,提示报错’jvm.cfg无法找到’的解决办法
Springboot项目启动:报错The last packet sent successfully to the server was 0 milliseconds ago
eclipse:项目启动MySQL报错:The last packet successfully received from the server was x milliseconds ago