You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
...
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: