org.springframework.jmx.export.MBeanExportException: Could not create ModelMBean for managed resource [ConsoleMsgMBeanInfo={fssModProductState_MsgMBean}] with key 'bean:name=fssModProductState_MsgMBean'; nested exception is javax.management.IntrospectionException: type mismatch between getter and setter
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Spring JIRA by jerryscott2014, 1 year ago
via Spring JIRA by jerryscott2014, 2 years ago
via atlassian.com by Unknown author, 1 year ago
via Stack Overflow by user2324329
, 1 year agovia Stack Overflow by karan
, 1 year agojavax.management.IntrospectionException: type mismatch between getter and setter
at javax.management.MBeanAttributeInfo.attributeType(MBeanAttributeInfo.java:340)
at javax.management.MBeanAttributeInfo.
(MBeanAttributeInfo.java:183) at javax.management.modelmbean.ModelMBeanAttributeInfo.
(ModelMBeanAttributeInfo.java:202) at org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler.getAttributeInfo(AbstractReflectiveMBeanInfoAssembler.java:315)
at org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler.getMBeanInfo(AbstractMBeanInfoAssembler.java:64)
at org.springframework.jmx.export.MBeanExporter.getMBeanInfo(MBeanExporter.java:819)
at org.springframework.jmx.export.MBeanExporter.createAndConfigureMBean(MBeanExporter.java:792)