JSAS0480E seen in tracefile on WebSphere version 4.0
 Technote (FAQ)
 
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
 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Security
Operating system(s): Windows
Software version: 4.0.7
Software edition:
Reference #: 1236923
IBM Group: Software Group
Modified date: May 3, 2006