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,如需转载请自行联系原作者




相关文章
|
1天前
Appium Server 启动失败常见原因及解决办法
Appium Server 启动失败常见原因及解决办法
101 0
|
10月前
|
关系型数据库 MySQL PHP
Window Server studyPro部署php环境mysql数据库配置遇见的问题
Window Server studyPro部署php环境mysql数据库配置遇见的问题
60 1
|
网络协议 网络安全 数据安全/隐私保护
FileZilla Server目录显示失败的处理方法
FileZilla Server目录显示失败的处理方法
519 0
FileZilla Server目录显示失败的处理方法
|
NoSQL Redis Windows
redis-server闪退解决办法
redis-server闪退解决办法
redis-server闪退解决办法
|
NoSQL Redis
redis-server.exe闪退的解决办法
redis-server.exe闪退的解决办法
401 0
redis-server.exe闪退的解决办法
arcgis server 修改IP后服务无法启动
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/bitree1/article/details/80081665 ip修改后会出现服务无法启动的现象,亲测解决方法如下: 找到Server站点的配置目录下的“arcgisserver\config-store\machines”目录。
1543 0
visualSVN-server的使用方法
本文章主要针对visualSVN-server的使用方法打开visualSVN-server后,画面是这个样子的然后我们要创建一个服务器,用来装项目,如图:这个text就是服务器的后缀名 这个是设置权限:Nobody has access意思是:不让任何人访问All就是所有人都可以最下面那个是自定.
2799 0