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>

-->



     本文转自1321385590 51CTO博客,原文链接:http://blog.51cto.com/linux10000/1949160,如需转载请自行联系原作者




相关文章
|
4月前
Appium Server 启动失败常见原因及解决办法
Appium Server 启动失败常见原因及解决办法
99 0
|
网络协议 网络安全 数据安全/隐私保护
FileZilla Server目录显示失败的处理方法
FileZilla Server目录显示失败的处理方法
517 0
FileZilla Server目录显示失败的处理方法
|
NoSQL Redis Windows
redis-server闪退解决办法
redis-server闪退解决办法
redis-server闪退解决办法
|
NoSQL Redis
双击redis-server闪退的解决方案
双击redis-server闪退的解决方案
双击redis-server闪退的解决方案
|
NoSQL Redis
redis-server.exe闪退的解决办法
redis-server.exe闪退的解决办法
398 0
redis-server.exe闪退的解决办法
visualsvn server 提交修改日志
修改日志时遇到以下错误: Repository has not been enabled to accept revision propchanges;ask the administrator to create a pre-revprop-change hook 解决办法如下: 同一,在某个库的属性页面的Hooks选项卡下找到Pre-revision property change hook,双击修改其内容。
1793 0
|
监控 关系型数据库 MySQL