ExtConn timed out while processing.

#1
2016-08-15 10:39:01.056 [NOTICE] [192.168.56.113:54522] ExtConn timed out while processing.
2016-08-15 10:39:31.099 [NOTICE] [192.168.56.113:54522] ExtConn timed out while processing.
2016-08-15 10:39:31.100 [NOTICE] [192.168.56.113:54523] ExtConn timed out while processing.
2016-08-15 10:39:41.028 [NOTICE] [192.168.56.113:54525] ExtConn timed out while processing.
2016-08-15 10:40:01.061 [NOTICE] [192.168.56.113:54523] ExtConn timed out while processing.
2016-08-15 10:40:01.062 [NOTICE] [192.168.56.113:54522] ExtConn timed out while processing.

^---------
I am seeing this in my error.log.
And my webserver is returning 500 and 503 result codes.
What is this ?
I am using 1.4.18 (i will however upgrade to latest now)

BR
 
#4
Apologies, didn't get a reply the last time I forwarded the message :whistle:

What background app is running?
What do you mean "background app" ? :)
It was running OLS 1.4.18 with PHP 7.0.7 (i think) and on top of that there was a Slim Framework-application running
 

lsfoo

Administrator
#5
PHP would be it then. Is it reproducible? If so, enable debug logging and try to reproduce the error. Will have to see what else is happening.
 
#6
PHP would be it then. Is it reproducible? If so, enable debug logging and try to reproduce the error. Will have to see what else is happening.
Alright!
If it happens again, i will notify here. I've seen this error once, and it seemed to occur after a few weeks of running. And i might know how to reproduce it, but not really...
At the moment my error-logs are filled with "... real time report!" ;)
 

lsfoo

Administrator
#11
Those aren't bugs, they're features ;)

It's so you know that the server is running and trying to access the real time report files. (y)
 
Top