Application.log ERROR http-nio-8888-exec-XX & ajp-nio-8009-exec-XX

Figured I would start this topic as there are 2 topics that both appear to be having this error pop up in the Application.log. I have never reported an bug to the Lucee team as I haven’t really come across one that needed attention. If you guys feel I need to, let me know.

Please see https://lucee.daemonite.io/t/upgrade-to-lucee-5-2-3-35-results-in-gc-overhead-limit-crashes/2766/4 and https://lucee.daemonite.io/t/cfthread/2765/7 for more details that were posted by @psarin and @Julian_Halliwell.

Here is what we are seeing in our application.log ( Cropped - way more available )

SERVER 1 ( Lucee 5.2.3.35 )
"ERROR","ajp-nio-8009-exec-7","09/15/2017","14:26:40","",";"
"ERROR","ajp-nio-8009-exec-7","09/15/2017","14:26:40","",";"
"ERROR","ajp-nio-8009-exec-8","09/15/2017","14:26:42","",";"
"ERROR","ajp-nio-8009-exec-5","09/15/2017","14:29:11","",";"
"ERROR","ajp-nio-8009-exec-4","09/15/2017","14:29:11","",";"
"ERROR","ajp-nio-8009-exec-2","09/15/2017","14:29:15","",";"
"ERROR","ajp-nio-8009-exec-10","09/15/2017","14:29:38","",";"
"ERROR","ajp-nio-8009-exec-9","09/15/2017","14:29:41","",";"
"ERROR","ajp-nio-8009-exec-1","09/15/2017","14:29:44","",";"
"ERROR","ajp-nio-8009-exec-10","09/15/2017","14:29:47","",";"
"ERROR","ajp-nio-8009-exec-5","09/15/2017","14:29:51","",";"
"ERROR","ajp-nio-8009-exec-1","09/15/2017","14:29:55","",";"
"ERROR","ajp-nio-8009-exec-2","09/15/2017","14:30:37","",";"
"ERROR","ajp-nio-8009-exec-4","09/15/2017","14:31:13","",";"

SERVER 2 ( 5.2.5.12 SNAPSHOT )
"ERROR","ajp-nio-8009-exec-10","09/15/2017","14:26:59","",";"
"ERROR","ajp-nio-8009-exec-7","09/15/2017","14:27:14","",";"
"ERROR","ajp-nio-8009-exec-7","09/15/2017","14:27:14","",";"
"ERROR","ajp-nio-8009-exec-4","09/15/2017","14:29:00","",";"
"ERROR","ajp-nio-8009-exec-3","09/15/2017","14:30:06","",";"
"ERROR","ajp-nio-8009-exec-7","09/15/2017","14:30:17","",";"
"ERROR","ajp-nio-8009-exec-6","09/15/2017","14:30:20","",";"
"ERROR","ajp-nio-8009-exec-2","09/15/2017","14:30:23","",";"
"ERROR","ajp-nio-8009-exec-7","09/15/2017","14:30:26","",";"
"ERROR","ajp-nio-8009-exec-11","09/15/2017","14:30:28","",";"
"ERROR","ajp-nio-8009-exec-7","09/15/2017","14:30:31","",";"
"ERROR","ajp-nio-8009-exec-9","09/15/2017","14:31:17","",";"
"ERROR","ajp-nio-8009-exec-7","09/15/2017","14:41:54","",";"

I guess the question is, what is causing this error? It is the only one in our application.log and there are a bunch of them. We obviously are using the AJP connector while the other posts show the HTTP connector. As always, any help would be appreciated!

These logs obviously don’t provide much detail and the connector doesn’t seem to matter. What are you seeing in the catalina or lucee-stderr logs (usually found in the Tomcat logs folder)? The same as reported in the other posts or something different?

No thread errors or anything big. Just figured the DEVS might give us some insight into these errors.