J2CA0044E: 연결관리자가 ConnectionFactory jdbc/hms과(와) 연관된 보안 서비스에서 주제를 가져오지 못했습니다.
수신된 예외 javax.security.auth.login.LoginException: Incorrect authDataEntry and alias is: ...
>> 해결방법
http://www.websphere.pe.kr/xe/was_problem/3022
J2CA0044E occurs on getting a database connection
J2CA0044E: The ConnectionManager failed to get a Subject from the security service associated with connection factory jdbc/cdp.
Received exception javax.security.auth.login.LoginException: Incorrect authDataEntry and alias is: wasNode01/cdp
이러한 에러사항은
디플로이시 자원참조를 자원에 맵팽”부분에서 인증메소드 사용 =>기본메소드 사용 부분에
체크를 한후 해당 메소드를 선택해서 적용해 주라는 의미이다.
자세한 사항은 아래 참조 링크를 확인 바랍니다.
참고:
http://www-1.ibm.com/support/docview.wss?rs=180&context=SSEQTP&q1=J2CA0044E&uid=swg21246549&loc=en_US&cs=utf-8&lang=en
------------
WebSphere 8.5
애플리케이션 > 애플리케이션유형 > WebSphere 엔터프라이즈 애플리케이션 > 애플리케이션클릭 > 자원참조클릭 > 자원인증메소드수정클릭 > 기본인증메소드사용
'Programming > Server' 카테고리의 다른 글
웹로직 트랜잭션 및 아파치 timeout설정 (0) | 2017.04.14 |
---|---|
aix에서 메모리 사용 (0) | 2017.04.12 |
Server 기타 (0) | 2017.03.18 |