I am using Documentum 7 , and getting this exception when trying to login to documentum
java.lang.NoSuchMethodError: com.rsa.jsafe.CryptoJ.isNativeAvailable(Ljava/lang/String;)
I have so far worked on below possibilities but everything seems to be in place
this could be because of many reasons
1.You have new jar in you project and you compile your code with it but when you deploy to server , it has old jar file in it's class path , and the class loader has loaded the old jar file which doesn't have this new method in the specified class.
2.You may have two version of same jar file in your class path , an older version and a newer version.
3.I also have dfc.properties file in my classpath.
Can anybody help what might be going wrong here?