Skip to main content
June 15, 2015
Question

CF11, getting every 5 min message: [ajp-bio-8014-exec-423] - An error occurred while fetching element from authcache in the coldfusion-out.log What is the reason of the message?

  • June 15, 2015
  • 1 reply
  • 1583 views

CF11, getting every 5 min message: [ajp-bio-8014-exec-423] - An error occurred while fetching element from authcache in the coldfusion-out.log

What is the reason of the message?

    This topic has been closed for replies.

    1 reply

    Legend
    June 17, 2015

    Hi,

    I have seen something similar once in "CF-out log" on CF10:

    Information [ajp-apr-8012-exec-225] - An error occurred while fetching element from authcache.

    That site are using tomcat native so ajp-apr rather than what you are seeing with apj-bio.

    They were having CF Java heap problems which was overcome by specifying a larger minimum and maximum heap setting (-Xmx -Xms in \cfusion\bin\jvm.config requires CF restart). After that the "CF-out log Information” message did not return.

    HTH, Carl.

    June 18, 2015

    Thanks Carl for respond.

    Looks like it works on my development server.

    Regards,

    Roman