$ iaik.security.random.RandomException: Error instantiating SecureRandom: iaik.s
ecurity.random.RandomException: Could not get AES algorithm!
at iaik.security.random.SecRandom.a(SecRandom.java)
at iaik.security.random.SecRandom.getDefault(SecRandom.java)
at com.wm.app.b2b.server.StateManager.init(StateManager.java:63)
at com.wm.app.b2b.server.Server.run(Server.java:213)
Can you check whether your machine on which the IS installed is having all the Administrator previlages.Also is that the first time you are starting the IS after your installation.
But it’z really needs analyse what is Could not get AES algorithm!
IS Server provides its own IAIK and entrust security implementation. When the VM find these other JCE implementations first, they conflict. Ensure that any pre-existing JCE implementations are not in the CLASSPATH before running the IS.
Note: These is one of the posible causes. Checking for the right files/jars depends on what configuration you have (IS version, JVM and OS that you are using)
2003-10-17 17:44:46 PDT [ISS.0025.0008C] State Manager started
java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set u
p certs for trusted CAs: java.lang.ClassCastException: iaik.asn1.structures.Name
at javax.crypto.SunJCE_b.<clinit>(DashoA6275)
at javax.crypto.Cipher.a(DashoA6275)
at javax.crypto.Cipher.getInstance(DashoA6275)
at com.entrust.toolkit.security.provider.AnsiRandom1.engineSetSeed(AnsiR
andom1.java)
at java.security.SecureRandom.<init>(SecureRandom.java:166)
at iaik.security.random.SecRandom.<init>(SecRandom.java)
at com.entrust.toolkit.security.provider.AnsiRandom.<init>(AnsiRandom.ja
va)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:232)
at iaik.security.random.SecRandom.a(SecRandom.java)
at iaik.security.random.SecRandom.getDefault(SecRandom.java)
at com.wm.app.b2b.server.StateManager.init(StateManager.java:63)
at com.wm.app.b2b.server.Server.run(Server.java:213)