ava.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.addWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
at com.google.common.util.concurrent.ForwardingExecutorService.submit(
ForwardingExecutorService.java:105)
at jenkins.util.InterceptingExecutorService.submit(
InterceptingExecutorService.java:39)
at com.google.common.util.concurrent.ForwardingExecutorService.submit(
ForwardingExecutorService.java:105)
at jenkins.util.InterceptingExecutorService.submit(
InterceptingExecutorService.java:39)
at hudson.remoting.DelegatingExecutorService.submit(
DelegatingExecutorService.java:51)
at hudson.remoting.InterceptingExecutorService.submit(
InterceptingExecutorService.java:50)
at hudson.remoting.InterceptingExecutorService.submit(
InterceptingExecutorService.java:44)
at org.jenkinsci.remoting.util.AnonymousClassWarnings.check(
AnonymousClassWarnings.java:66)
at org.jenkinsci.remoting.util.AnonymousClassWarnings$1.annotateClass(
AnonymousClassWarnings.java:122)
at java.io.ObjectOutputStream.writeNonProxyDesc(Unknown Source)
at java.io.ObjectOutputStream.writeClassDesc(Unknown Source)
at java.io.ObjectOutputStream.writeNonProxyDesc(Unknown Source)
at java.io.ObjectOutputStream.writeClassDesc(Unknown Source)
at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
at java.io.ObjectOutputStream.writeObject0(Unknown Source)
at java.io.ObjectOutputStream.writeObject(Unknown Source)
at hudson.remoting.Command.writeTo(
Command.java:111)
at hudson.remoting.AbstractByteBufferCommandTransport.write(
AbstractByteBufferCommandTransport.java:286)
at hudson.remoting.Channel.send(
Channel.java:766)
at hudson.remoting.Request.callAsync(
Request.java:238)
at hudson.remoting.Channel.callAsync(
Channel.java:1032)
at
hudson.remoting.PingThread.ping(
PingThread.java:110)
at
hudson.remoting.PingThread.run(
PingThread.java:90)
Caused: java.io.IOException
at hudson.slaves.ChannelPinger$1.onDead(
ChannelPinger.java:194)
at hudson.remoting.PingThread.lambda$new$0(
PingThread.java:72)
at java.lang.Thread.dispatchUncaughtException(Unknown Source)