목록전체 글 (15)
David's Technical Note
1. JTA > 시간초과(초)에서 시간 설정을 늘려준다. Transaction time-out 이 발생하면 웹로직 로그는 아래와 같이 로그를 발생시킨다. 만약 해당 Transaction이 장시간 수행이 필요한 경우라면 늘려주겠지만... 보통 300초 이상을 늘려주는 일은 없을 듯 보통 배치작업으로 인한 오랜 transaction의 수행이 필요한 경우 늘려줄 수 도 있을 듯... 에러 로그 확인 ### Cause: java.sql.SQLException: The transaction is no longer active - status: 'Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out..
1. 증상 1. sympton 매니지드 서버를 ./bin/startManagedWebLogic.sh testServer t3://localhost:8550로 종료하려고 한다. tried to shutdown with the command like ./bin/startManagedWebLogic.sh testServer t3://localhost:8550 웹로직 서버 인스턴스 정상 종료 시도시 아래와 같이 Connecting to t3://localhost:8550 with userid weblogic ... 메세지를 유지한채 장시간 서버가 내려가지 않는다. have pause time with message like Connecting to t3://localhost:8550 with userid web..
JDBC connection leak not detected on WebLogic Server 10.0.2 (10g mp2) Product ver. WebLogic Server 10.0.2 setting parameters below To find the JDBC connection leak - inactive connection time out 100초 설정 - profile connectin leak 설정 1. 증상 1. sympton application 소스 (JSP) 소스 내용중 conn.colse() 를 주석처리한 후 connection이 반환 되지 않도록 테스트 중 inactive time-out 후 connection 이 강제 반환 되지 않는 현상 When conn.close is not ..