WebAgent Errors
search cancel

WebAgent Errors

book

Article ID: 126716

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On

Issue/Introduction



What do the following error messages from the WebAgent mean?
  1. [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'."
  2. [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'"

Environment

Release:
Component: SMAPC

Resolution

These error messages mean the WebAgent 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";