You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2021/05/03 08:55:58 UTC

[GitHub] [brooklyn-server] iuliana edited a comment on pull request #1169: Downgraded SSHJ from 0.31.0 back to 0.22.0 because of various issues…

iuliana edited a comment on pull request #1169:
URL: https://github.com/apache/brooklyn-server/pull/1169#issuecomment-831122701


   The downgrade will fix this error that appears when trying to connect via SSH
   ```
   09:48:06.662 DEBUG [qtp1936191123-1089] REST request running as WebEntitlementContext[admin@[0:0:0:0:0:0:0:1]:X4erzH] threw: WebApplicationException: HTTP 404 Not Found
   Exception in thread "reader" java.lang.NoClassDefFoundError: net/i2p/crypto/eddsa/math/Curve
   	at com.hierynomus.sshj.signature.Ed25519PublicKey.<init>(Ed25519PublicKey.java:37)
   	at net.schmizz.sshj.common.KeyType$6.readPubKeyFromBuffer(KeyType.java:187)
   	at net.schmizz.sshj.common.Buffer.readPublicKey(Buffer.java:472)
   	at net.schmizz.sshj.transport.kex.AbstractDHG.next(AbstractDHG.java:65)
   	at net.schmizz.sshj.transport.KeyExchanger.handle(KeyExchanger.java:378)
   	at net.schmizz.sshj.transport.TransportImpl.handle(TransportImpl.java:517)
   	at net.schmizz.sshj.transport.Decoder.decode(Decoder.java:113)
   	at net.schmizz.sshj.transport.Decoder.received(Decoder.java:203)
   	at net.schmizz.sshj.transport.Reader.run(Reader.java:60)
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org