2023-04-25 16:00:01.965 ERROR [phoenix-server-pool-thread-1] c.g.p.m.common.util.server.oshi.ProcessUtils.getProcessInfo -Pdh call failed with error code 0xC0000BB8
com.sun.jna.platform.win32.PdhUtil$PdhException: Pdh call failed with error code 0xC0000BB8
at com.sun.jna.platform.win32.PdhUtil.PdhEnumObjectItems(PdhUtil.java:173)
at oshi.util.platform.windows.PerfCounterWildcardQuery.queryInstancesAndValuesFromPDH(PerfCounterWildcardQuery.java:129)
at oshi.util.platform.windows.PerfCounterWildcardQuery.queryInstancesAndValues(PerfCounterWildcardQuery.java:86)
at oshi.driver.windows.perfmon.ProcessInformation.queryProcessCounters(ProcessInformation.java:130)
at oshi.driver.windows.registry.ProcessPerformanceData.buildProcessMapFromPerfCounters(ProcessPerformanceData.java:119)
at oshi.software.os.windows.WindowsOperatingSystem.queryProcessMapFromPerfCounters(WindowsOperatingSystem.java:351)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.software.os.windows.WindowsOperatingSystem.processMapToList(WindowsOperatingSystem.java:320)
at oshi.software.os.windows.WindowsOperatingSystem.queryAllProcesses(WindowsOperatingSystem.java:276)
at oshi.software.common.AbstractOperatingSystem.getProcesses(AbstractOperatingSystem.java:106)
at com.gitee.pifeng.monitoring.common.util.server.oshi.ProcessUtils.getProcessOccupyCpuTop10Info(ProcessUtils.java:97)
at com.gitee.pifeng.monitoring.common.util.server.oshi.ProcessUtils.getProcessInfo(ProcessUtils.java:61)
at com.gitee.pifeng.monitoring.common.util.server.ServerUtils.getOshiServerInfo(ServerUtils.java:67)
at com.gitee.pifeng.monitoring.plug.thread.ServerThread.run(ServerThread.java:43)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1623)