You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ManagedCamelContext methods dumpRouteStatsAsXml & dumpStepStatsAsXml throw an exception in native mode. Likely there is some configuration missing in the management extension to make it work.
java.lang.IllegalStateException: Not Implemented in native mode
at [email protected]/javax.management.JMX.createProxy(JMX.java:19)
at [email protected]/javax.management.JMX.newMBeanProxy(JMX.java:216)
at [email protected]/javax.management.MBeanServerInvocationHandler.newProxyInstance(MBeanServerInvocationHandler.java:240)
at org.apache.camel.management.DefaultManagementAgent.newProxyClient(DefaultManagementAgent.java:396)
at org.apache.camel.management.mbean.ManagedCamelContext.dumpRoutesStatsAsXml(ManagedCamelContext.java:646)
The text was updated successfully, but these errors were encountered:
Bug description
ManagedCamelContext
methodsdumpRouteStatsAsXml
&dumpStepStatsAsXml
throw an exception in native mode. Likely there is some configuration missing in the management extension to make it work.The text was updated successfully, but these errors were encountered: