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

FileNotFoundException downloading NodeJS v11 for Linux x86

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • nodejs-plugin
    • Jenkins ver. 2.121.3
      Linux jenkins-4-xmgl2 3.10.0-957.1.3.el7.x86_64 #1 x86_64 x86_64 x86_64 GNU/Linux
      Deployed in Openshift 3.11
    • 1.3.0

      Hi,

      I'm reporting an issue that I'm facing when I run a Job and trying to download the NodeJS package using the Plugin from nodejs.org; after installed the NodeJS Plugin in Jenkins and set the version of nodeJS in Configuration tools; when I run the build in my Job, it's thrown an error reference to FileNotFoundException.  where it's looking for the architecture of a package that doesn't exist in the nodejs.org host: node-v11.0.0-linux-x86.tar.gz

       

       

      java.io.FileNotFoundException: https://nodejs.org/dist/v11.0.0/node-v11.0.0-linux-x86.tar.gz
      	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)
      	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
      	at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3000)
      	at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629)
      	at java.net.URLConnection.getContentLengthLong(URLConnection.java:501)
      	at java.net.URLConnection.getContentLength(URLConnection.java:485)
      	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:407)
      

       

      Current version and architecture availables in nodejs.org

       

            nfalco Nikolas Falco
            fulvi0 Carlos Antonio
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: