IBM WebSphere - Resolve "An undefined HOST product variable has been encountered in the krb5Spn property"

by
Jeremy Canfield |
Updated: March 08 2022
| IBM WebSphere articles
Let's say the following is in the HPEL or SystemOut log.
WSVR0244E: An undefined HOST product variable has been encountered in the krb5Spn property of the $WEBSPHERE_HOME/WebSphere/AppServer/profiles/<profile_name>/config/cells/nullNode01Cell/security.xml#KRB5_1 configuration object.
This error will appear when there is a problem with the krb5Spn option in the security.xml file.
krb5Spn="WAS/${HOST}"
Chaning krb5Spn to the hostname of your WebSphere server should resolve this error.
krb5Spn="MyHostname"
Did you find this article helpful?
If so, consider buying me a coffee over at
Comments
December 27 2019 by manikanta
thankyou it worked for me
December 27 2019 by Jeremy (moderator)
Cool. Glad to know this worked for you.