javax.management.RuntimeMBeanException: java.lang.UnsupportedOperationException: Usage threshold is not supported
使用spring,启动tomcat时报错:javax.management.RuntimeMBeanException: java.lang.UnsupportedOperationException: Usage threshold is not supported
1 | javax.management.RuntimeMBeanException: java.lang.UnsupportedOperationException: Usage threshold is not supported |
原因:jmxmp的端口被占了
Error instantiating class com.market.model. with invalid types () or values (). Cause: java.lang.NoSuchMethodException: com.market.model.MaterialDeliverModel
原因:构造函数被重载过,但是没有空的构造函数。
参考:https://blog.csdn.net/qq_25821067/article/details/54811165