HTML Code Appears in Server Log

Problem

While reviewing the server logs, you see HTML code along with the standard log file format, for example:
YYYY MM DD HH:MM:SS03#0-800
#DEBUG#com.sybase.security.http.HttpAuthenticationLoginModule##anonymous#http-bio-8080-exec-10###
<html>
   <head>
      <title>
         Test Config
      </title>
   </head>
   <body>
      <h1>
         <font 
            color="#000080">
            SiteMinder WebAS Agent Configuration Test
         </font>
      </h1>
...
   </body>
</html>

Fix

This typically indicates there is a problem with the back-end connection or system. The message displayed comes directly from the back-end system and is not translated. Investigate the back-end connection, service, datasource, or system for additional information.