cancel
Showing results for 
Search instead for 
Did you mean: 

com.entrust.toolkit.security.provider.Entrust class not found

Former Member
0 Kudos

Hi all,

I have developed an iView component in PDK with Tomcat,it works fine. My component has to use client.jar and its related lib /Entrust. On Tomcat, I have included all libs to .par and deploy on Tomcat, running fine. But when I deploy the same .par to EP6, the component can't run. The error is "java.lang.NoClassDefFoundError: com/entrust/toolkit/security/provider/Entrust"

I tried to setup additional-lib following the External Libraries topic. It still doesn't work.

So I trid to modify the java parameter to add classpath for addtional-lib. But this time the portal can't not start up. The error is about "Cannot initialize Cipher for data lock. java.security.NoSuchAlgorithmException: Algorithm DES not implemented."

Could you tell me what I should do or check to make it work?

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I already solved the class not found problem,..Thanks.