Re: java.lang.NoClassDefFoundError: org/apache/sshd/common/KeyPairProvider on Fedora 30 fresh install of Jenkins

2019-06-29 Thread Mark Waite
If that is not sufficient to resolve the issue, you might also try the following steps to confirm that your system is configured so that it can run Jenkins. Some of the steps you might check include: Check that you are running either Java 8 or Java 11. Other Java versions are not supported. $ j

Re: java.lang.NoClassDefFoundError: org/apache/sshd/common/KeyPairProvider on Fedora 30 fresh install of Jenkins

2019-06-29 Thread Mark Waite
That listing seems to indicate that if you attempt to install Jenkins from your current repository definition, it will install Jenkins 1.651.3. Jenkins 1.651.3 is very old. The Jenkins installation instructions for Fedora are available in the Jenkins User Handbook section on "Installing" at https:

Re: java.lang.NoClassDefFoundError: org/apache/sshd/common/KeyPairProvider on Fedora 30 fresh install of Jenkins

2019-06-29 Thread Heymen Nicolaij
Extra info I installed from RPM weekly: rpm -q -a|grep jenkins jenkins-webapp-1.651.3-10.fc30.noarch jenkins-credentials-plugin-1.27-1.fc25.noarch trilead-ssh2-217-12.jenkins8.fc30.noarch jenkins-cli-1.651.3-10.fc30.noarch jenkins-core-1.651.3-10.fc30.noarch js-yui2-jenkins-2.9.0-10.fc24.noarch je

Re: java.lang.NoClassDefFoundError: org/apache/sshd/common/KeyPairProvider on Fedora 30 fresh install of Jenkins

2019-06-29 Thread Mark Waite
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 ve

Re: java.lang.NoClassDefFoundError: org/apache/sshd/common/KeyPairProvider on Fedora 30 fresh install of Jenkins

2019-06-29 Thread Heymen Nicolaij
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 F