I can't duplicate the problem you're reporting. Unfortunately, lots of information is missing from the report that might help others as they try to help you.
I ran `docker run -t jenkins/jenkins:2.182` and confirmed there was no failure in that execution. Since you didn't describe the Jenkins version you're using, I assumed the most recent weekly. What Jenkins version are you using? I suspect there are many Jenkins users running various Jenkins versions on Fedora 30. What might be different about your installation compared to those other users? For example, are you using a different file system? Did you install using the Jenkins RPM or are you running from a downloaded copy of the war file? Did you start the process from the command line or are you running Jenkins as a daemon? Did you start Jenkins with an empty JENKINS_HOME directory or were there files or directories already in the JENKINS_HOME directory? Are the file and directory permissions correct in the JENKINS_HOME directory? On Sat, Jun 29, 2019 at 5:13 AM Heymen Nicolaij <[email protected]> wrote: > There seem to several class path errors as if the lib folder of the web > app can't be found since the required classes can be found there as far as > I can see. > > Op zaterdag 29 juni 2019 13:01:55 UTC+2 schreef Heymen Nicolaij: >> >> Hi, >> >> Following stacktrace appears on fresh install of Jenkins on Fedora 30 >> machine: >> >> java.lang.NoClassDefFoundError: org/apache/sshd/common/KeyPairProvider >> at java.base/java.lang.Class.getDeclaredMethods0(Native Method) >> at >> java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3167) >> at java.base/java.lang.Class.getDeclaredMethods(Class.java:2310) >> at >> org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:103) >> at >> org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:73) >> at >> org.jvnet.hudson.annotation_indexer.SubtypeIterator.fetch(SubtypeIterator.java:18) >> at >> org.jvnet.hudson.annotation_indexer.SubtypeIterator.hasNext(SubtypeIterator.java:28) >> at >> hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:56) >> at >> hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:33) >> at >> hudson.init.TaskMethodFinder.discoverTasks(TaskMethodFinder.java:32) >> at >> org.jvnet.hudson.reactor.TaskBuilder$2.discoverTasks(TaskBuilder.java:63) >> at org.jvnet.hudson.reactor.Reactor.<init>(Reactor.java:151) >> at org.jvnet.hudson.reactor.Reactor.<init>(Reactor.java:156) >> at jenkins.model.Jenkins$8.<init>(Jenkins.java:909) >> at jenkins.model.Jenkins.executeReactor(Jenkins.java:909) >> at jenkins.model.Jenkins.<init>(Jenkins.java:818) >> at hudson.model.Hudson.<init>(Hudson.java:83) >> at hudson.model.Hudson.<init>(Hudson.java:79) >> at hudson.WebAppMain$3.run(WebAppMain.java:225) >> Caused by: java.lang.ClassNotFoundException: >> org.apache.sshd.common.KeyPairProvider >> at java.base/java.net >> .URLClassLoader.findClass(URLClassLoader.java:471) >> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588) >> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) >> at >> org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:430) >> at >> org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:383) >> ... 19 more >> >> Any ideas ? >> >> Full logging can be found attached. >> >> Kind regards, Heymen >> >> -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/ff09aad6-b461-4fab-8bea-bd680648d3b7%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/ff09aad6-b461-4fab-8bea-bd680648d3b7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtHuWrM9Sa-Da3kL8XYo8axMU%2BcGyBcbAhZB-RPQ4iN7cQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
