Load To Technical Architect
[Jeus] Data Source에서 SQL Server 연결시 발생하는 LoginTimeout 에러 해결 본문
728x90
- OS : CentOS 7.9
- WAS : Jeus 8.5
- JAVA : 11
- DB : SQL Server 2019
현상 : Jeus 콘솔에서 Data Source에 DB 정보 입력 후 TEST 하는데 아래 에러 발생
Unable to find the property [LoginTimeout] in the driver's class [com.microsoft.sqlserver.jdbc.SQLServerDriver] for the data source [sqlserver]. Verify that it is a valid property for this data source.
테크넷에서 티맥스소프트 엔지니어의 답변을 보고 똑같이 해봤지만 login-timeout은 default로 0이 잡혀있어서
login-timeout 부분을 제거하고 재기동해도 여전히 에러가 발생함
해결 : DataSource의 Data Source Class Name을 com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource 로 변경
728x90
'삽질 모음' 카테고리의 다른 글
[Oracle] package, function, procedure 일괄 생성 스크립트 실행 (0) | 2022.07.06 |
---|---|
[Jeus] Jenkins에서 Jeus Managed Server 시작시 빌드 Failure (0) | 2022.07.05 |
[Jeus] JeusServer.log에 Java Application log가 기록이 안됨 (0) | 2022.05.17 |
[Jeus] Data Source에서 SQL Server 연결시 발생하는 SSL 에러 해결 (0) | 2022.05.03 |
[Jenkins] sudo: no tty present and no askpass program specified (0) | 2022.01.21 |
Comments