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

java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      Update of Hudson ver. 1.322 fails. Hudson was started using java -jar hudson.war on
      java version "1.6.0_16"
      Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
      Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing)

      Previous updates worked without problems:

      javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error:
      java.security.InvalidAlgorithmParameterException: the trustAnchors parameter
      must be non-empty
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at
      sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at
      sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
      at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1360)
      at java.security.AccessController.doPrivileged(Native Method)
      at
      sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1354)
      at
      sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1008)
      at
      sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
      at
      hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:565)
      at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:774)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at
      java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      at java.lang.Thread.run(Thread.java:619)
      Caused by: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected
      error: java.security.InvalidAlgorithmParameterException: the trustAnchors
      parameter must be non-empty
      at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1611)
      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1574)
      at
      com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1557)
      at
      com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1146)
      at
      com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1123)
      at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:434)
      at
      sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166)
      at
      sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1041)
      at
      sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2165)
      at java.net.URLConnection.getHeaderFieldInt(URLConnection.java:579)
      at java.net.URLConnection.getContentLength(URLConnection.java:474)
      at
      sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:378)
      at
      hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:564)
      ... 7 more

            Unassigned Unassigned
            nhb nhb
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: