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

SSH crashes #51

Open
knezi opened this issue Mar 7, 2017 · 1 comment
Open

SSH crashes #51

knezi opened this issue Mar 7, 2017 · 1 comment

Comments

@knezi
Copy link

knezi commented Mar 7, 2017

Hi,
whenever the app tries to connect to SSH it crashes at the very beginning. Namely I'm getting:
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/ietf/jgss/Oid
It clearly can't find a class that was present at the compile time. I've tried to decompile the corresponding dex file, but I couldn't find anything. So it might be a problem with paths. I'm running Lineage OS 7.1.1, can anyone confirm/disprove that this is happening on stock Android 7.1.1, on older Lineage OS...?

@wizmer
Copy link
Owner

wizmer commented Mar 16, 2017

The same issue is referenced in another app. android-password-store/Android-Password-Store#49 (comment) says it is a knows issue from jsch and that the fix might cascade to jgit one day.
Apparently they fixed it with this #PR
If it does not work, there are also a few idea in this stackoverflow thread

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

No branches or pull requests

2 participants