티스토리 뷰

Apache-WebLogic..TimeOut 관련

http://blog.naver.com/drmstorm/50084704933


----


실제 맞닥뜨린 에러 메시지. 

Failure of Web Server bridge: No backend server available for connection: timed out after 20 seconds or idempotent set to OFF or method not idempotent.

해결책은 httpd.conf에, WLIOTimeoutSecs 설정 추가.


====== 추가 설정!  ====== 

바보같은 WEB서버가 잘못된 에러메시지를 내려주는 것이었고, 

실제로 WAS에서는 이런 에러 메시지가 남겨져 있었다. 

####<Nov 3, 2016 3:16:15 PM SGT> <Info> <HTTP> <lmststwas01> <LMSTESTMA> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1478157375805> <BEA-101366> <The server could not send the HT
TP message during the configured timeout value. The socket has been closed.>


BEA-101366 에러는 CompleteMessageTimeout 을 초과 시 발생하고, (http://www.errbay.com/?r=ORCL-WBLG-12.1.3&c=BEA-101366)

Console 에서 변경 가능

 (https://docs.oracle.com/cd/E13222_01/wls/docs81/ConsoleHelp/domain_server_protocols_general.html)


결국 Slow Network 로 인한 문제로 보여지고, (현지 PC 에선 문제 없음)

WAS -> WEB -> Client 단까지 데이타 전송 시간이 1분 이상 걸리는 경우 발생.

'Links > Tips' 카테고리의 다른 글

웹서비스 보안 관련  (0) 2017.01.02
[Java] Cert & KeyStore  (0) 2016.11.28
[WebLogic] weblogic.xml 설정  (0) 2016.10.26
[Servlet] Request URL 정보 접근  (0) 2016.10.26
[html/css] 이미지와 텍스트간 정렬  (0) 2016.10.26