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
Exception in thread "main" org.irods.jargon.core.exception.ClientServerNegotiationException: failure in client server negotiation
at org.irods.jargon.core.connection.ClientServerNegotiationService.negotiateUsingServerProtocol(ClientServerNegotiationService.java:131)
at org.irods.jargon.core.connection.ClientServerNegotiationService.negotiate(ClientServerNegotiationService.java:106)
at org.irods.jargon.core.connection.AuthMechanism.clientServerNegotiation(AuthMechanism.java:158)
at org.irods.jargon.core.connection.AuthMechanism.clientServerNegotiationHook(AuthMechanism.java:72)
at org.irods.jargon.core.connection.AuthMechanism.authenticate(AuthMechanism.java:196)
at org.irods.jargon.core.connection.AbstractIRODSMidLevelProtocolFactory.authenticate(AbstractIRODSMidLevelProtocolFactory.java:212)
at org.irods.jargon.core.connection.AbstractIRODSMidLevelProtocolFactory.instance(AbstractIRODSMidLevelProtocolFactory.java:95)
at org.irods.jargon.core.connection.IRODSProtocolManager.createNewProtocol(IRODSProtocolManager.java:139)
at org.irods.jargon.core.connection.IRODSSimpleProtocolManager.getIRODSProtocol(IRODSSimpleProtocolManager.java:56)
at org.irods.jargon.core.connection.IRODSSession.connectAndAddToProtocolsMap(IRODSSession.java:519)
at org.irods.jargon.core.connection.IRODSSession.currentConnection(IRODSSession.java:426)
at org.irods.jargon.core.pub.IRODSGenericAO.<init>(IRODSGenericAO.java:61)
at org.irods.jargon.core.pub.io.IRODSFileFactoryImpl.<init>(IRODSFileFactoryImpl.java:42)
at org.irods.jargon.core.pub.IRODSFileSystem.getIRODSFileFactory(IRODSFileSystem.java:135)
at irods_test.IRODStest.main(IRODStest.java:30)
Cyberduck connects OK using the same address/creds. Any idea what this might be?
Yes it is :) The problem is that all I initially have is https://github.com/DICE-UNC/jargon/wiki/Managing-connections from 2014
This is very basic operation. IMHO the connection should be either done "under the hood" or described in some docs.
Hi
I'm trying a simple thing like this:
And I get this:
Cyberduck connects OK using the same address/creds. Any idea what this might be?
JavaSE 1.8, Eclipse, Mac 12.4
The text was updated successfully, but these errors were encountered: