[Error] Database may be already in use: null. Possible solutions: close all other connection(s); use the server mode [90020-200]

gwonsang247·2023년 8월 8일

ERROR

목록 보기
1/3

데이터베이스를 연결하는 과정에서 Database may be already in use: null. Possible solutions: close all other connection(s); use the server mode [90020-200] 오류가 발생했다.

데이터베이스가 이미 사용중이기 때문에 연결을 닫아 달라는 내용이다.

H2데이터베이스를 끄고 실행하면 해결된다.

0개의 댓글