Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-48460

When starting a node with dockerNode(), the error "uri was not specified" is thrown

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • docker-plugin
    • None
    • Docker Images:
      jenkins/jenkins:lts -> 2.89.1
      jenkins/jenkins -> 2.93

      Plugins:
      Docker API Plugin 3.0.14
      Docker Common Plugin 1.9
      Docker Pipeline 1.1.4
      Docker Slave Plugin 1.0.7
      docker build-step 1.43

      after the update of some plugins and the lts version comes the following error:

      java.lang.NullPointerException: uri was not specified
      	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:204)
      	at com.github.dockerjava.core.DefaultDockerClientConfig$Builder.withDockerHost(DefaultDockerClientConfig.java:368)
      	at io.jenkins.docker.client.DockerAPI.getClient(DockerAPI.java:113)
      	at com.nirima.jenkins.plugins.docker.DockerTemplate.provisionNode(DockerTemplate.java:443)
      	at io.jenkins.docker.pipeline.DockerNodeStepExecution.createNode(DockerNodeStepExecution.java:71)
      	at io.jenkins.docker.pipeline.DockerNodeStepExecution.lambda$start$0(DockerNodeStepExecution.java:48)
      	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at java.lang.Thread.run(Thread.java:748)
      Finished: FAILURE

      if I downgrade Docker Commons Plugin to v1.8 it works.

          [JENKINS-48460] When starting a node with dockerNode(), the error "uri was not specified" is thrown

          Volker Schukai created issue -
          Nicolas De Loof made changes -
          Component/s New: docker-plugin [ 18724 ]
          Component/s Original: docker-slaves-plugin [ 20839 ]
          Nicolas De Loof made changes -
          Priority Original: Critical [ 2 ] New: Minor [ 4 ]
          Nicolas De Loof made changes -
          Priority Original: Minor [ 4 ] New: Critical [ 2 ]
          Volker Schukai made changes -
          Attachment New: image-2017-12-09-10-26-37-729.png [ 40629 ]
          Volker Schukai made changes -
          Attachment New: image-2017-12-09-10-31-40-547.png [ 40630 ]
          Volker Schukai made changes -
          Link New: This issue relates to JENKINS-48050 [ JENKINS-48050 ]
          Nicolas De Loof made changes -
          Component/s New: docker-slaves-plugin [ 20839 ]
          Component/s New: workflow-cps-plugin [ 21713 ]
          Andrew Bayer made changes -
          Component/s Original: docker-slaves-plugin [ 20839 ]
          Component/s Original: workflow-cps-plugin [ 21713 ]
          Jesse Glick made changes -
          Remote Link New: This issue links to "PR 700 (Web Link)" [ 22029 ]
          Nicolas De Loof made changes -
          Assignee Original: Nicolas De Loof [ ndeloof ]

            Unassigned Unassigned
            schukai Volker Schukai
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: