Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.jcraft.jsch.jce.Random missing in jar #10

Open
nick-less opened this issue Feb 8, 2019 · 0 comments
Open

com.jcraft.jsch.jce.Random missing in jar #10

nick-less opened this issue Feb 8, 2019 · 0 comments

Comments

@nick-less
Copy link

The plugin is bundled with jsc, but com.jcraft.jsch.jce.Random is missing.
Maybe the maven shade plugin is a litte bit to keen when minimizing?

partial stackstrace using extssh without a keyfile:

Caused by: java.lang.ClassNotFoundException: com.jcraft.jsch.jce.Random
    at org.sonar.classloader.ParentFirstStrategy.loadClass (ParentFirstStrategy.java:39)
    at org.sonar.classloader.ClassRealm.loadClass (ClassRealm.java:87)
    at org.sonar.classloader.ClassRealm.loadClass (ClassRealm.java:76)
    at java.lang.Class.forName0 (Native Method)
    at java.lang.Class.forName (Class.java:264)
    at com.jcraft.jsch.Session.connect (Session.java:194)
    at org.sonarqube.scm.cvs.SshConnection.open (SshConnection.java:84)
    at org.sonarqube.scm.cvs.CvsCommandExecutor.connect (CvsCommandExecutor.java:162)
    at org.sonarqube.scm.cvs.CvsCommandExecutor.processCommand (CvsCommandExecutor.java:94)
    at org.sonarqube.scm.cvs.CvsBlameCommand.blame (CvsBlameCommand.java:67)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant