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

JSAS0202E: [{0}] 신임토큰이만기되었습니다

by freeman98 2016. 5. 6.

1. WAS 버전 : WebSphere ND v6.1

2. OS : AIX v5.3

3. Error message :
[08/08/13 14:11:49:012 KST] tran0 3b1e3b1e E NFSS0564E: AccessException occurred. The stack trace is as follows:
java.rmi.AccessException: java.rmi.AccessException: CORBA NO_PERMISSION 0x49424306 No; nested exception is:
org.omg.CORBA.NO_PERMISSION: JSAS0202E: [{0}] 신임토큰이만기되었습니다. {1} vmcid: 0x49424000 minor code: 306 completed: No

4.예상 이유 : 보안설정이된WAS ND 환경에서AsyncEJB 빈을호출시LTPAToken을리턴을 못해줘서 에러가 발생

5. 조치 방안 : 관리콘솔에서 Security > Secure administration, applications, and infrastructure > Custom properties 메뉴를 선택하여 com.ibm.ws.security.createTokenSubjectForAsynchLogin=true 라는 custom property를 추가해야함

댓글