현상 : 090617.051.white2!GWTDOMAIN.1409032.1029.0: LIBGWT_CAT:1073: ERROR: Unable to obtain remote domain id (JSR219) information from shared memory
090617.051.white2!GWTDOMAIN.1409032.1029.0: LIBGWT_CAT:1509: ERROR: Error occurred during security negotiation - closing connection
110256.chaeju!GWTDOMAIN.7077: LIBGWT_CAT:2000: ERROR: Unable to connect to remote domain (domainid=<TDOM12>)
110256.chaeju!GWTDOMAIN.7077: LIBGWT_CAT:2003: INFO: Retrying domain (domainid=<TDOM12>) every 60 seconds
원인 : TUXEDO DOMAIN 구성 시 failover, failback을 위해 CONNECTION_POLICY를 on_STARTUP으로 설정하였는데, 불필요하게 관련 없어 보이는 remote domain gateway와의 connection retry가 발생
조치 : on_STARTUP으로 구성 시에는 on_DEMAND나 INCOMING_ONLY와 달리 service 요청에 따른 domain 연결이 아닌, gateway server기동 시 service 구성과 상관없이 모든 remote domain
gateway와 접속을 시도하고, 또한 설정에 따라 재접속을 주기적으로 시도하기 때문에 이를 고려하여 구성을 하여야 한다.
예를 들어, 이슈사항의 내용과 같은 상황을 피하려면, 실질적으로는 불필요한 remote domain정보도 등록을
통해 접속을 허용하여, 이후의 connection retry를 방지하는 것이 좋다.
'▶ Tuxedo > 오류 메시지(Tuxedo)' 카테고리의 다른 글
CMDTUX:223:ERROR:Could nit turnaround sort of *SERVICES section (0) | 2010.08.02 |
---|---|
LIBTUX_CAT:6205: WARN: Server initialization function did not call tx_ (0) | 2010.08.02 |
LIBGWT_CAT:1553: INFO: New connection from domain <JSR120> accepted, d (0) | 2010.08.02 |
LIBTUX_CAT:6187: WARN: AUDIT_POSTOP SECURITY FAILURE (0) | 2010.08.02 |
LIBTUX_CAT:669, LIBTUX_CAT:431 (0) | 2010.08.02 |