Skip to content

Instantly share code, notes, and snippets.

@sparkoo
Created April 17, 2018 11:54
Show Gist options
  • Save sparkoo/d26f359f20683e2b8bde4a218965bbe0 to your computer and use it in GitHub Desktop.
Save sparkoo/d26f359f20683e2b8bde4a218965bbe0 to your computer and use it in GitHub Desktop.
radargun windows OpenFilesMonitor exception
07:36:33,522 ERROR [org.radargun.sysmonitor.OpenFilesMonitor] (MonitorThread-0) Error in open files stats retrieval
javax.management.AttributeNotFoundException: No such attribute: OpenFileDescriptorCount
at com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:81)
at com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206)
at javax.management.StandardMBean.getAttribute(StandardMBean.java:372)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
at org.radargun.sysmonitor.OpenFilesMonitor.run(OpenFilesMonitor.java:32)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment