IRM creating context problem
hello.
I'm trying to configure IRM 11.1.1.
Follow error occurs, When creating context in IRM Administration Tool.
=== error detail(in domain_home/servers/IRM_server1/logs/IRM_server1.log)===
exception oracle.irm.engine.content.store.KeyStoreAccessException: IRM-01012: error occured in using key store.
cause of this exception is follows:
java.security.UnrecoverableKeyException: Given final block not properly padded
===end of err===
This error will occur when the password is missing or incorrect.
http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14495/troubleshooting.htm
But, when I set passwords, execute follow command cut&paste.
=== execute commands ===
-create key store
keytool -genseckey -storetype JCEKS -alias oracle.irm.wrap -keyalg AES -keysize 128 -keypass welcome1 -keystore irm.jceks -storepass welcome1
I'm trying to configure IRM 11.1.1.
Follow error occurs, When creating context in IRM Administration Tool.
=== error detail(in domain_home/servers/IRM_server1/logs/IRM_server1.log)===
exception oracle.irm.engine.content.store.KeyStoreAccessException: IRM-01012: error occured in using key store.
cause of this exception is follows:
java.security.UnrecoverableKeyException: Given final block not properly padded
===end of err===
This error will occur when the password is missing or incorrect.
http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14495/troubleshooting.htm
But, when I set passwords, execute follow command cut&paste.
=== execute commands ===
-create key store
keytool -genseckey -storetype JCEKS -alias oracle.irm.wrap -keyalg AES -keysize 128 -keypass welcome1 -keystore irm.jceks -storepass welcome1
0