300x250
반응형
Spring db 연동 후에
JNDI lookup for name [spring.liveBeansView.mbeanDomain] threw NamingException with message 로그
17:29:21.649 [localhost-startStop-1] DEBUG o.springframework.jndi.JndiTemplate - Looking up JNDI object with name [java:comp/env/spring.liveBeansView.mbeanDomain]
17:29:21.649 [localhost-startStop-1] DEBUG o.s.jndi.JndiLocatorDelegate - Converted JNDI name [java:comp/env/spring.liveBeansView.mbeanDomain] not found - trying original name [spring.liveBeansView.mbeanDomain]. javax.naming.NameNotFoundException: Name [spring.liveBeansView.mbeanDomain] is not bound in this Context. Unable to find [spring.liveBeansView.mbeanDomain].
17:29:21.649 [localhost-startStop-1] DEBUG o.springframework.jndi.JndiTemplate - Looking up JNDI object with name [spring.liveBeansView.mbeanDomain]
17:29:21.649 [localhost-startStop-1] DEBUG o.s.jndi.JndiPropertySource - JNDI lookup for name [spring.liveBeansView.mbeanDomain] threw NamingException with message: Name [spring.liveBeansView.mbeanDomain] is not bound in this Context. Unable to find [spring.liveBeansView.mbeanDomain].. Returning null.
17:29:21.649 [localhost-startStop-1] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
17:29:21.650 [localhost-startStop-1] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
17:29:21.650 [localhost-startStop-1] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
이는 SpringSource Tool Suite에서 제공하는
Live Beans Graph 관련 기능을 제공하는 부분에 대한 debug성 메세지로 무시해도 무방하다
출처 : https://seungdols.tistory.com/402
300x250
반응형
'Back-End > Spring' 카테고리의 다른 글
[Spring Boot] 정적자원(Static Resources, img; js; css 파일 등)에 대한 접근 설정 (0) | 2023.02.10 |
---|---|
[Spring] Spring Boot 시작 및 기초 (0) | 2023.02.10 |
[Spring Boot] junit 기본 사용법 (0) | 2023.02.10 |
[Spring Boot] DB 연동 및 Mybatis 설정 (0) | 2023.02.10 |
[Spring Boot] Java config로 MyBatis 사용하기 (0) | 2023.02.10 |