• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • core
    • Debian 7 Wheezy x86-64, Oracle Java 8, Jenkins 1.586

      Using Java8, Jenkins doesn't start with the following message:

      SCHWERWIEGEND: Container startup failed
      java.io.IOException: Failed to start a listener: winstone.HttpsConnectorFactory
         at winstone.Launcher.spawnListener(Launcher.java:209)
         at winstone.Launcher.<init>(Launcher.java:149)
         at winstone.Launcher.main(Launcher.java:354)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:483)
         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:101)
         at winstone.Launcher.spawnListener(Launcher.java:207)
         ... 8 more
      Caused by: java.lang.ClassNotFoundException: sun.security.x509.CertAndKeyGen
         at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
         ... 10 more
      

      After switching back to Oracle Java 7, it works without problems.

          [JENKINS-25333] Jenkins 1.586 not starting up using Java8

          Max Wahler created issue -
          Daniel Beck made changes -
          Labels Original: exception jenkins New: exception winstone
          Jesse Glick made changes -
          Labels Original: exception winstone New: exception java8 winstone
          Jesse Glick made changes -
          Labels Original: exception java8 winstone New: exception java8 regression winstone
          Jesse Glick made changes -
          Labels Original: exception java8 regression winstone New: exception java8 winstone
          Jesse Glick made changes -
          Component/s New: core [ 15593 ]
          Component/s Original: security [ 15508 ]
          Labels Original: exception java8 winstone New: java8 winstone
          Jesse Glick made changes -
          Link New: This issue is blocking JENKINS-27624 [ JENKINS-27624 ]
          Jesse Glick made changes -
          Remote Link New: This issue links to "winstone PR 23 (Web Link)" [ 14099 ]
          Arnaud Héritier made changes -
          Link New: This issue is duplicated by JENKINS-34463 [ JENKINS-34463 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 159252 ] New: JNJira + In-Review [ 179935 ]
          Steven Christou made changes -
          Description Original: Using Java8, Jenkins doesn't start with the following message:

          SCHWERWIEGEND: Container startup failed
          java.io.IOException: Failed to start a listener: winstone.HttpsConnectorFactory
             at winstone.Launcher.spawnListener(Launcher.java:209)
             at winstone.Launcher.<init>(Launcher.java:149)
             at winstone.Launcher.main(Launcher.java:354)
             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
             at java.lang.reflect.Method.invoke(Method.java:483)
             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:101)
             at winstone.Launcher.spawnListener(Launcher.java:207)
             ... 8 more
          Caused by: java.lang.ClassNotFoundException: sun.security.x509.CertAndKeyGen
             at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
             at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
             at java.security.AccessController.doPrivileged(Native Method)
             at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
             at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
             at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
             ... 10 more


          After switching back to Oracle Java 7, it works without problems.
          New: Using Java8, Jenkins doesn't start with the following message:

          {noformat}
          SCHWERWIEGEND: Container startup failed
          java.io.IOException: Failed to start a listener: winstone.HttpsConnectorFactory
             at winstone.Launcher.spawnListener(Launcher.java:209)
             at winstone.Launcher.<init>(Launcher.java:149)
             at winstone.Launcher.main(Launcher.java:354)
             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
             at java.lang.reflect.Method.invoke(Method.java:483)
             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:101)
             at winstone.Launcher.spawnListener(Launcher.java:207)
             ... 8 more
          Caused by: java.lang.ClassNotFoundException: sun.security.x509.CertAndKeyGen
             at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
             at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
             at java.security.AccessController.doPrivileged(Native Method)
             at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
             at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
             at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
             ... 10 more
          {noformat}

          After switching back to Oracle Java 7, it works without problems.

            jglick Jesse Glick
            maxzilla Max Wahler
            Votes:
            11 Vote for this issue
            Watchers:
            15 Start watching this issue

              Created:
              Updated:
              Resolved: