|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-14297) Slave Monitor for system lo... [email protected] (JIRA)
- [JIRA] (JENKINS-14297) Slave Monitor for syst... [email protected] (JIRA)
- [JIRA] (JENKINS-14297) Slave Monitor for syst... [email protected] (JIRA)

I do not use this plugin.
But by looking at your stack-trace and at the code of the plugin [1], it seems exactly like if your are using a JDK 1.5. Because this method exists only since 1.6 and you have "NoSuchMethodError: java/lang/management/OperatingSystemMXBean.getSystemLoadAverage()D".
I think that you can confirm the version by finding java.version in the following page on your master server:
http://master:8080/computer/k35aix01/systemInfo
[1]
https://github.com/jenkinsci/systemloadaverage-monitor-plugin/blob/master/src/main/java/hudson/plugins/systemloadaverage_monitor/SystemLoadAverageMonitor.java#L71