반응형
sprinb boot로 제작된 어플리케이션을 Tmax Jeus8에 배포할 경우
SLF4J 관련된 jar 로딩 시 에러가 발생한다.
SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder".
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
구글 등을 검색하여도 별다른 처리 방법이 없어서
tmax technet (https://technet.tmaxsoft.com/) 을 검색해 보니 기술지원 Q&A에 관련된 답변이 있어 옮겨서 정리 하였다.
JEUS 8.5 버전에서 신규 기능으로 추가된 라이브러리로 인해
로그 기록에 문제가 있는 이슈가 있습니다.
$JEUS_HOME/lib/system 디렉토리에 존재하는
다음 2개 라이브러리를 제거(백업) 후 다시 확인해보시기 바랍니다.
ehcache-scf-replication-jar-with-dependencies.jar
hazelcast-all4.2.1.jar
반응형
'개발하면서' 카테고리의 다른 글
PostgreSQL 에서 NVL .. COALESCE (0) | 2023.02.01 |
---|---|
PostgreSQL 성능을 위한 설정 ( postgresql.conf 설정 ) (0) | 2023.01.29 |
Spring Boot Quartz There is no DataSource named 'xxxxxDataSource' (0) | 2022.05.04 |
npm ERR! code ELIFECYCLE (0) | 2022.03.17 |
Node.js, NPM (Node Package Manager) 설치하기 (0) | 2022.03.08 |