Hello,
I am developing an EJB on WL 6.1SP6 on WinNT 4.0 SP6.
When invoking the IS service using the IS Client API, I get the following exception
java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot verify JCE extension: java.lang.ClassNotFoundException: javax.crypto.Cipher
stack trace:
Application fault:
java.rmi.RemoteException: EJB Exception: ; nested exception is:
java.lang.ExceptionInInitializerError
java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot verify JCE extension: java.lang.ClassNotFoundException: javax.crypto.Cipher
at com.entrust.toolkit.security.provider.JCEVerifierImpl.verifyJCEJar(Unknown Source)
at com.entrust.toolkit.security.provider.Entrust.(Unknown Source)
at com.wm.app.b2b.client.BaseContext.(BaseContext.java:109)
at …
I have placed the jce 1.2.2 libraries in the ext folder of the JRE used by WL6.1(JRE 1.3.1_09) from Sun website and am using the classic VM to start the weblogic app server.
Can somebody throw light on this error?
regards,
Jagdish
#webMethods#webMethods-General#Integration-Server-and-ESB