When I look at https://github.com/jenkinsci/extras-memory-monitor/blob/master/src/main/java/org/jvnet/hudson/MemoryMonitor.java , it seems to indicate that the memory monitor inside Jenkins is unable to find /proc/meminfo and cannot find a suitable `top` command. It decides that NONSTOP_KERNEL is not Windows, not AIX, and not Solaris.
If you can't install a workable version of the "top" command, then you may need to submit a pull request to add support for NONSTOP. Thanks, Mark Waite On Tue, Apr 3, 2018 at 8:55 AM Meenal <[email protected]> wrote: > Hello, > > Facing following exception on nonstop machine. could you please help here > > Caused by: java.io.IOException: No suitable implementation found: > os.name=NONSTOP_KERNEL > os.arch=x86_64N sun.arch.data.model=32 > > at org.jvnet.hudson.MemoryMonitor.obtain(MemoryMonitor.java:91) > > at org.jvnet.hudson.MemoryMonitor.get(MemoryMonitor.java:57) > > at > hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call(SwapSpaceMonitor.java:118) > > at > hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call(SwapSpaceMonitor.java:114) > > at hudson.remoting.LocalChannel$1.call(LocalChannel.java:52) > > at > jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) > > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > > at java.lang.Thread.run(Thread.java:748) > > > > Regards, > > Meenal > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/3baa3b41-79e7-44e2-81fa-58c7f25a38d0%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/3baa3b41-79e7-44e2-81fa-58c7f25a38d0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEtwmwzJZQRjr%3DP0_2zp%3Dx6J3TPOjtvJgDjhoBOn3ia0w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
