공통 문제점

설치 스크립트에서 매개변수 누락

설치 스크립트의 매개변수 중 하나가 누락된 경우, 다음 WebSphere Application Server 메시지가 표시됩니다.

WASX7017E: Exception received while running file
"<install_dir>/bin/install.jacl"; exception information:
com.ibm.bsf.BSFException: error while eval'ing Jacl expression:
java.lang.IllegalArgumentException
    while executing
"$AdminApp install $earfile $installOptions"

Web Services 호출에서 잘못된 사용자 권한 정보

Web Services 호출에 이벤트를 Common Event Infrastructure 이벤트 서버에 전송할 권한이 부여된 사용자 또는 그룹의 권한 정보가 없는 경우, 다음 WebSphere Application Server 메시지가 수신자를 호스트하는 서버의 SystemOut.log 파일에 표시됩니다.

[12/12/05 13:5 4:21:655 EST] 00000039 SecurityColla A   SECJ0053E: Authorization 
failed for HOSTNAME/username while invoking (Bean)ejb/com/ibm/events/bus/EventBu
s createEventNewTx(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent):3 secur
ityName: HOSTNAME/username;accessID: user:hostname/S-1-5-21-3757435101-2826650621
-2974146706-1007 is not granted any of the required roles: eventAdministrator eve
ntCreator catalogAdministrator
[12/12/05 13:54:22:176 EST] 00000039 NotificationC E com.ibm.wtci.was.emitter.No
tificationConsumerSoapImpl processNotifyRuntimeException(RuntimeException) Caugh
t RuntimeException:  ; nested exception is: com.ibm.websphere.csi.CSIAccessExcep
tion: SECJ0053E: Authorization failed for hostname/username while invoking (Be
an)ejb/com/ibm/events/bus/EventBus createEventNewTx(org.eclipse.hyades.logging.e
vents.cbe.CommonBaseEvent):3 securityName: hostname/username;accessID: user:HO
STNAME/S-1-5-21-3757435101-2826650621-2974146706-1007 is not granted any of th
e required roles: eventAdministrator eventCreator catalogAdministrator

이 문제점을 해결하려면 Common Event Infrastructure 서버와 연관된 사용자 또는 사용자 그룹을 판별한 다음 Web Services 호출이 포함된 HTTP 요청에서 올바른 사용자 및 암호 중의 하나를 서비스에 지정합니다.

  1. WebSphere 관리 콘솔을 여십시오.
  2. 어플리케이션 > 엔터프라이즈 어플리케이션 > 이벤트 서버 > users/groups에 보안 역할 맵핑 패널을 탐색하십시오.
  3. eventCreator 역할과 연관된 사용자 또는 그룹 목록을 검색하십시오.
  4. Web Services 요청에 대한 HTTP 사용자 및 암호를 권한 부여된 목록의 사용자 중 하나와 해당 사용자의 각 암호를 사용하여 설정하십시오.


관련 항목
추적 진단 사용

상위 주제
문제점 해결