본문 바로가기
IBM - old/WAS 문제&해결

[Liberty]IBM WAS Liberty 의 기능추가를 위하여 featureManager 명령을 수행하면 CWWKF1203E Exception 발생

by freeman98 2016. 7. 18.

1. WAS 버전 : IBM WAS Liberty

2. OS : All

3. Error 발생 시점 : IBM WAS Liberty 의 기능추가를 위하여 featureManager 명령을 수행하면 CWWKF1203E Exception 발생

4. Error message :
CWWKF1203E: Unable to obtain the following features: [adminCenter-1.0]

5. 예상 이유 :
외부에 있는 저장소와 연결작업 수행중에 SSL 을 맺게 되는데 기본 SSLServerSockerFactory 를 사용해서 Exception 발생


6. 조치 방안 :
 java\jre\lib\security\java.security 파일에 하단의 내용 추가

 ssl.SocketFactory.provider=com.ibm.websphere.ssl.protocol.SSLSocketFactory
 ssl.ServerSocketFactory.provider=com.ibm.websphere.ssl.protocol.SSLServerSocketFactory

참고 :
Error received when installing Liberty additional features using the featureManager command
http://www-01.ibm.com/support/docview.wss?uid=swg21674184

댓글