|
Problem |
In tracefile the following error is seen:
JSAS0480E: Failed to find the correct entry in key file. Ensure that the
property com.ibm.CORBA.keyFileName is pointing to a keyfile which contains
the realm and security name which you are looking for. |
|
Cause |
Problem is caused by horizontal cloning. |
|
Solution |
The problem was resolved by making these changes:
1. In sas.server.properties add,
com.ibm.CORBA.keyFileName=<WebSphere_root>/properties/wsserver.key
2. Create wsserver.key to contain
# Sample key file
TargetRealm ServerID ServerPassword
# End of key file
where:
TargetRealm = the realm name from the
com.ibm.CORBA.principalName=realm/userid property of the clone.
ServerID = the user name from the
com.ibm.CORBA.principalName=realm/userid property of the clone.
ServerPassword = the password for the user name.
3. Restart the adminserver |
|