|
||||||||
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 |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Getting the same error for Windows nodes connected via JNLP after upgrading from Jenkins 1.466.2 LTS to 1.480.3 LTS:
WARNING: Failed to monitor winbuildnode1 for Free Swap Space
java.io.IOException: Remote call on winbuildnode1 failed
at hudson.remoting.Channel.call(Channel.java:681)
at hudson.node_monitors.SwapSpaceMonitor$1.monitor(SwapSpaceMonitor.java:83)
at hudson.node_monitors.SwapSpaceMonitor$1.monitor(SwapSpaceMonitor.java:81)
at hudson.node_monitors.AbstractNodeMonitorDescriptor$Record.run(AbstractNodeMonitorDescriptor.java:202)
Caused by: java.lang.UnsatisfiedLinkError: com.sun.jna.Native.malloc(J)J
at com.sun.jna.Native.malloc(Native Method)
at com.sun.jna.Memory.malloc(Memory.java:690)
at com.sun.jna.Memory.<init>(Memory.java:79)
at com.sun.jna.Structure$AutoAllocated.<init>(Structure.java:1366)
at com.sun.jna.Structure.autoAllocate(Structure.java:231)
at com.sun.jna.Structure.allocateMemory(Structure.java:302)
at com.sun.jna.Structure.<init>(Structure.java:179)
at com.sun.jna.Structure.<init>(Structure.java:169)
at com.sun.jna.Structure.<init>(Structure.java:165)
at com.sun.jna.Structure.<init>(Structure.java:156)
at org.jvnet.hudson.Windows$MEMORYSTATUSEX.<init>(Windows.java:55)
at org.jvnet.hudson.Windows.monitor(Windows.java:40)
at hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call(SwapSpaceMonitor.java:113)
at hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call(SwapSpaceMonitor.java:99)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)