PHP Dead lock error
-
Hi,
I am using WordPress on Openlitespeed. I am facing a weird problem of PHP Deadlock. As I am using Openlitespeed I have already contacted them and this is their response.Response ->
Hello, Vishal: Thank you for reaching out. the error message means: PHP backend problem, either dead lock, or, all PHP process are running code with infinity looping, long run task. So, new request from server cannot be accepted. Basically it is your PHP code issue, not on web server side. You can debug your application code, it is out of our support scope. Regards Jackson
Now, I don’t know how to solve this. When i receive this error, everything stops working and this happens at least once in a day. I have to restart the server to fix it. Restarting everyday is not a solution.
Note: I have replaced my domain with example.com.
Error Logs ->
`2022-05-26 17:32:56.012712 [NOTICE] [20614] [172.70.218.209:14744:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:32:56.012725 [NOTICE] [20614] [172.70.188.87:30146:HTTP2-3#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:32:57.016441 [NOTICE] [20614] [172.70.189.60:23872:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:32:58.092400 [NOTICE] [20614] [162.158.48.109:41882:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:32:59.094557 [NOTICE] [20614] [172.70.189.80:20518:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:32:59.094586 [NOTICE] [20614] [172.70.218.153:9476:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:32:59.094596 [NOTICE] [20614] [162.158.227.133:13268:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:32:59.094607 [NOTICE] [20614] [172.69.239.161:42358:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:01.020749 [NOTICE] [20614] [162.158.31.187:49086:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:01.020816 [NOTICE] [20614] [172.70.246.17:16514:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:02.001378 [NOTICE] [20614] [172.70.218.153:9416:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:02.001408 [NOTICE] [20614] [162.158.235.66:33408:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:03.048868 [NOTICE] [20614] [172.70.219.12:13474:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:06.069176 [NOTICE] [20614] [172.70.188.211:40576:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:06.069204 [NOTICE] [20614] [172.70.218.209:14744:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:06.069214 [NOTICE] [20614] [172.70.188.87:30146:HTTP2-3#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:07.036262 [NOTICE] [20614] [172.70.189.60:23872:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:08.012411 [NOTICE] [20614] [162.158.48.109:41882:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:09.004735 [NOTICE] [20614] [172.70.189.80:20518:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:09.004760 [NOTICE] [20614] [172.70.218.153:9476:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:09.004770 [NOTICE] [20614] [162.158.227.133:13268:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:09.004779 [NOTICE] [20614] [172.69.239.161:42358:HTTP2-1#example.com] No request delivery notification has been received from LSAPI application, possible dead lock.
2022-05-26 17:33:16.018509 [NOTICE] [20614] [172.70.188.87:30146:HTTP2-3#example.com] ExtConn timed out while processing.
2022-05-26 17:34:47.553338 [NOTICE] [20614] [172.70.219.62:38010:HTTP2-1#example.com] [STDERR] The Automattic\WooCommerce\Admin\API\Options::get_options function is deprecated since version 3.1.
2022-05-26 17:34:47.576466 [NOTICE] [20614] [172.70.219.62:38010:HTTP2-1#example.com] [STDERR] The Automattic\WooCommerce\Admin\API\Options::get_options function is deprecated since version 3.1.
- The topic ‘PHP Dead lock error’ is closed to new replies.