jglobus / JGlobus

jGlobus is a collection of Java client libraries for Globus® Toolkit security, GRAM, and GridFTP.
http://www.globus.org/toolkit/jglobus/
Apache License 2.0
24 stars 44 forks source link

GlobusCredential #144

Open spamidig opened 9 years ago

spamidig commented 9 years ago

I am seeing the following error when I try to authenticate using Jglobus-2.0.6 ( in place of cog-jglobus1.8.0). I this method removed from the old cog-jglobus by design.

Caused by: java.lang.NoSuchMethodError: org.globus.gsi.gssapi.GlobusGSSCredentialImpl.getGlobusCredential()Lorg/globus/gsi/GlobusCredential;

Thanks, Sudhakar.

smarru commented 9 years ago

Hi Sudhakar, Can you please look at the migration guide here - https://github.com/jglobus/JGlobus/wiki/JGlobus-2.0-changes

Can you please try to use 2.10? Its the latest version.