I have installed webMethods 7.1 in our server. But when I tried to start IS, I am getting the error below:
2010-03-24 16:00:17 PHT [ISS.0025.0001C] Integration Server 7.1.2.0 Build 124
2010-03-24 16:00:17 PHT [ISS.0025.0006I] License Manager started
2010-03-24 16:00:17 PHT [ISS.0025.0041I] FIPS mode not initialized
2010-03-24 16:00:17 PHT [ISS.0014.0054C] Error occurred while initializing server: java.lang.ExceptionInInitializerError at javax.crypto.Cipher.getInstance(DashoA12275) at javax.crypto.Cipher.getInstance(DashoA12275) at com.entrust.toolkit.security.provider.Initializer.assertVeryStrongCryptoAllowed(Unknown Source) at com.wm.app.b2b.server.Server.run(Server.java:332)
Just some additional information, I’ve seen similar issue raised before and the following steps fixed the issue. This could be due to the unlimited jce policy file, the following steps were executed to resolve the issue. Please try and let me know the result:
Go to the Other Downloads section and click on download link next to “Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 5.0”
Download jce_policy-1_5_0.zip and extract it in to a directory.
You’ll find local_policy.jar and US_export_policy.jar files there in the extracted directory. Copy these two files to $JAVA_HOME/jre/lib/security directory. (These files will already be there and you may replace them).
================