I have a package containing java encryption/decryption services (using Cryptix32 provider) that works perfectly in IS6.0.1 SP3 environment with Sun JVM 1.4.2.
However, once I tried to install the package in IS6.1 and IS6.5 environments (both also with Sun JVM 1.4.2), the exception thrown when running the encryption/decryption services was: java.security.NoSuchAlgorithmException: algorithm TripleDES is not available from provider Cryptix.
The same cryptix jar files have been included in the package’s jars/static folder, and I could see them listed in the IS Administrator About page, so I think the most likely cause is some settings that I need to set in both IS6.1 and IS6.5. Initially the package loaded partially but after setting watt.server.reorderSecurityProviders=true in the server.cnf file and restarting, the package loaded completely. Can anyone help me?
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods