0
私はremoteJMX接続用のパラメータを追加すると、VisualVMでアプリケーションをプロファイルしようとしています。以下のエラーが発生しています。 私はリモートJMX認証を使用しています。アダプタJDKのスレッドプールエラー
によって引き起こさCaused by: java.lang.RuntimeException: Error creating MBeanProxy: jboss.jca:service=AdapterThreadPool
at org.jboss.mx.util.MBeanProxyExt.init(MBeanProxyExt.java:415)
at org.jboss.mx.util.MBeanProxyExt.<init>(MBeanProxyExt.java:99)
at org.jboss.mx.util.MBeanProxyExt.create(MBeanProxyExt.java:394)
at org.jboss.mx.util.MBeanProxyExt.create(MBeanProxyExt.java:349)
at org.jboss.mx.util.MBeanProxyExt.create(MBeanProxyExt.java:324)
at com.pscufs.datagateway.base.assist.WorkflowBatchManager.<init>(Unknown Source)
at com.pscufs.datagateway.DataGatewayRequest.execute(Unknown Source)
at com.pscufs.host.properties.LocalProperties.getNonCAPProperties(Unknown Source)
at com.pscufs.host.properties.LocalProperties.getAccountPropertiesFdrCard(Unknown Source)
at com.pscufs.host.properties.LocalProperties.getAccountProperties(Unknown Source)
at com.pscufs.enterprise.service.ejb3.session.propertycache.PropertyCacheBean.getPropValuesFromLocal(PropertyCacheBean.java:713)
... 77 more
:javax.management.InstanceNotFoundException:jboss.jca:サービス= AdapterThreadPool
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1372)
at com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:880)
at org.jboss.mx.util.MBeanProxyExt.init(MBeanProxyExt.java:407)
... 87 more
は助けてください!
乾杯、 Dwarak