What do the following error messages from the Web Agent mean?
[14097/2904508160][Tue Feb 12 2019 09:04:10][mod_sm22.cpp:1482][ERROR][sm-AgentFramework-00030] Error in input filter 'SMINPUTFILTER' - 'End of file found'."
[14097/2904508160][Tue Feb 12 2019 09:04:10][SmApache22WebFilterCtxt.cpp:528][ERROR][sm-AgentFramework-00060] Input filter pre-fetch read error - 'End of file found'"
These error messages mean the Web Agent received the "End of file found" error message from Apache HTTP Server.
No further details are included in these messages.
(from srclib/apr/misc/unix/errorcodes.c in httpd-2.2.34)
106 case APR_EOF:
107 return "End of file found";