Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 단축키
- JavaScript
- Eclipse
- GIT
- context
- web.xml
- Mac
- Source
- tomcat
- maVen
- vscode
- resource
- Windows 10
- VirtualBox
- Windows
- bash
- plugin
- IntelliJ
- netsh
- grep
- import
- ssh
- lsof
- profile
- port
- find
- xargs
- Quartz
- 네트워크
- 줄바꿈 문자
Archives
- Today
- Total
develog
[intellij] javax.management.InstanceNotFoundException 본문
javax.management.InstanceNotFoundException 발생시
javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095) ~[na:1.8.0_241]
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:643) ~[na:1.8.0_241]
Enable JMX agent 체크 해제
또는 root debug 로깅을 삭제
logging:
level:
# root: debug
'IDE > intellij' 카테고리의 다른 글
[intellij] gradlew wrapper version upgrade (0) | 2020.11.01 |
---|---|
[intellij] JPA, Cannot resolve column 'name' (0) | 2020.10.22 |
[intellij] Run/Debug configuration (0) | 2020.02.20 |
[intellij] test change from gradle to intellij (0) | 2020.01.30 |
[intellij] gradle tool window 안보일 때 (0) | 2019.12.12 |
Comments