XMLWordPrintable

    • Type: Bug
    • Resolution: Incomplete
    • Priority: Blocker
    • Component/s: docker-plugin
    • None
    • Environment:

      Jenkins was working at the end of the day yesterday after slogging through the JRE 8 and Docker plugin upgrade. Now this morning I'm getting: java.lang.OutOfMemoryError

      ------------------------------------------
      hudson.util.HudsonFailedToLoad: org.jvnet.hudson.reactor.ReactorException: java.lang.OutOfMemoryError: unable to create new native thread
      at hudson.WebAppMain$3.run(WebAppMain.java:237)
      Caused by: org.jvnet.hudson.reactor.ReactorException: java.lang.OutOfMemoryError: unable to create new native thread
      at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:269)
      at jenkins.InitReactorRunner.run(InitReactorRunner.java:44)
      at jenkins.model.Jenkins.executeReactor(Jenkins.java:916)
      at jenkins.model.Jenkins.<init>(Jenkins.java:815)
      at hudson.model.Hudson.<init>(Hudson.java:85)
      at hudson.model.Hudson.<init>(Hudson.java:81)
      at hudson.WebAppMain$3.run(WebAppMain.java:225)
      Caused by: java.lang.OutOfMemoryError: unable to create new native thread
      at java.lang.Thread.start0(Native Method)
      at java.lang.Thread.start(Thread.java:714)
      at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:950)
      at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1368)
      at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
      at com.google.common.util.concurrent.ForwardingExecutorService.submit(ForwardingExecutorService.java:105)
      at jenkins.util.InterceptingExecutorService.submit(InterceptingExecutorService.java:39)
      at hudson.slaves.SlaveComputer._connect(SlaveComputer.java:230)
      at hudson.model.Computer.connect(Computer.java:420)
      at hudson.slaves.CloudRetentionStrategy.start(CloudRetentionStrategy.java:78)
      at com.nirima.jenkins.plugins.docker.strategy.DockerOnceRetentionStrategy.start(DockerOnceRetentionStrategy.java:52)
      at com.nirima.jenkins.plugins.docker.strategy.DockerOnceRetentionStrategy.start(DockerOnceRetentionStrategy.java:29)
      at hudson.model.AbstractCIBase.updateComputer(AbstractCIBase.java:127)
      at hudson.model.AbstractCIBase.access$000(AbstractCIBase.java:44)
      at hudson.model.AbstractCIBase$2.run(AbstractCIBase.java:186)
      at hudson.model.Queue._withLock(Queue.java:1212)
      at hudson.model.Queue.withLock(Queue.java:1148)
      at hudson.model.AbstractCIBase.updateComputerList(AbstractCIBase.java:169)
      at jenkins.model.Jenkins.updateComputerList(Jenkins.java:1224)
      at jenkins.model.Nodes$6.run(Nodes.java:254)
      at hudson.model.Queue._withLock(Queue.java:1212)
      at hudson.model.Queue.withLock(Queue.java:1148)
      at jenkins.model.Nodes.load(Nodes.java:245)
      at jenkins.model.Jenkins$16.run(Jenkins.java:2641)
      at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
      at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
      at jenkins.model.Jenkins$7.runTask(Jenkins.java:905)
      at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)
      at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
      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:745)

            Assignee:
            Kanstantsin Shautsou
            Reporter:
            Demitrius Nelon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: