ASControl (EM Console) Error When Configuring An Instance Keystore
(Doc ID 1352387.1)
Last updated on APRIL 08, 2024
Applies to:
Oracle Containers for J2EE - Version 10.1.3.0.0 to 10.1.3.5.0 [Release AS10gR3]Information in this document applies to any platform.
Symptoms
1. Create keystore and key alias like this.
$ORACLE_HOME/jdk/bin/keytool -genkey -alias mykey -keypass mkpwd1 -keystore \
mykeystore1.jks -storetype jks -storepass mkspwd1 -keysize 1024 -keyalg rsa \
-dname "CN=<Common Name>, OU=Support, O=Oracle, L=Seoul, S=ON,C=KR"
$ORACLE_HOME/jdk/bin/keytool -genkey -alias mykey2 -keypass mkpwd2 -keystore \
mykeystore1.jks -storetype jks -storepass mkspwd1 -keysize 1024 -keyalg rsa \
-dname "CN=<Common Name>, OU=Support, O=Oracle, L=Seoul, S=ON,C=KR"
2. And go to AS Control.
- Select oc4j instance.
- Select administration.
- Select Instance keystore.
- After filling out the form " Instance Keystore and Identity Certificates" like this.
Keystore Name = mykeystore1
Keystore Path = <KeyStore PATH>
Keystore Type = JKS
Password = <PASSWORD>
Confirm Password = <PASSWORD>
Identity Certificates
Signature Key
Key Alias = mykey
Key Password = <PASSWORD>
Confirm Password = <PASSWORD>
Encryption Key
Key Alias = mykey2
Key Password = mkpwd2
Confirm Password = mkpwd2
3. Click 'OK' button and then instance the console throws the following error:
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |