Input filter pre-fetch read error in Web Agent
search cancel

Input filter pre-fetch read error in Web Agent

book

Article ID: 126716

calendar_today

Updated On: 04-08-2025

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign-On CA Single Sign On Agents (SiteMinder) SITEMINDER

Issue/Introduction

 

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'"

Resolution


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";