Exception in thread "RepositoryTest" java.lang.NoClassDefFoundError: com/sshtools/j2ssh/transport/HostKeyVerification

Bug #790003 reported by Giuseppe Buzzanca (PiDy)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Syncany
Fix Released
Undecided
Giuseppe Buzzanca (PiDy)

Bug Description

After the merging with sftp branch an exception is raised when configure sftp repository:

Exception in thread "RepositoryTest" java.lang.NoClassDefFoundError: com/sshtools/j2ssh/transport/HostKeyVerification
 at org.syncany.connection.plugins.sftp.SftpConnection.createTransferManager(SftpConnection.java:48)
 at org.syncany.config.Repository.commit(Repository.java:192)
 at org.syncany.gui.wizard.RepositoryTestPanel$1.run(RepositoryTestPanel.java:53)
 at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: com.sshtools.j2ssh.transport.HostKeyVerification
 at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
 ... 4 more

The libj2ssh-java package is installed, the ant build is terminated sucessfully.

Changed in syncany:
assignee: nobody → PiDy (giuseppebuzzanca)
status: New → Confirmed
Changed in syncany:
status: Confirmed → In Progress
status: In Progress → Fix Committed
Changed in syncany:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.