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

Starting Jenkins windows service with https results in java.io.IOException

XMLWordPrintable

      Trying to start the Jenkins windows service with the --httpsPort=8080 parameter results in:

      SEVERE: Container startup failed
      java.io.IOException: Failed to start a listener: winstone.HttpsConnectorFactory
      at winstone.Launcher.spawnListener(Launcher.java:211)
      at winstone.Launcher.<init>(Launcher.java:151)
      at winstone.Launcher.main(Launcher.java:356)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at Main._main(Main.java:293)
      at Main.main(Main.java:98)
      Caused by: java.lang.NoClassDefFoundError: sun/security/x509/CertAndKeyGen
      at winstone.HttpsConnectorFactory.start(HttpsConnectorFactory.java:100)
      at winstone.Launcher.spawnListener(Launcher.java:209)
      ... 8 more
      Caused by: java.lang.ClassNotFoundException: sun.security.x509.CertAndKeyGen
      at java.net.URLClassLoader.findClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      ... 10 more

            Unassigned Unassigned
            custodia Jani Mäkelä
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: