We have four managed Weblogic servers in a cluster behind Apache.
When attempting to send an email, the following exception is thrown:
**** Error Fri Feb 29 10:49:32 MST 2008 1204307372326 /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-52/atg/userprofiling/PasswordRequestFormHandler --- atg.userprofiling.email.TemplateEmailException: Unable to find session for id HLFMWfzhK6HyhSqh5H9rLYLLpP8sd16nvSgJdJHyzW925vvhTncf!-824542368!1204307372295 though we believe this session was created by issuing the request
http://int.domain.com:80/dyn/init-sessionI've tried several things, such as updating atg/userprofiling/email/TemplateEmailSender to set siteHttpServerName to localhost for each instance. But no go.
Any suggestions?