Fixed
Details
Assignee
UnassignedUnassignedReporter
Oleksandr ZavadskyyOleksandr ZavadskyyPriority
BlockerFix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Details
Details
Assignee
Unassigned
UnassignedReporter
Oleksandr Zavadskyy
Oleksandr ZavadskyyPriority
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Created 24 July 2023 at 11:20
Updated 22 September 2023 at 17:03
Resolved 22 September 2023 at 17:03
Lucee scheduled tasks are not runnable after some time and back only after lucee restart
In attachment provided scheduler.log (log level = DEBUG) and nginx access.log and scheduler.xml
Looks like scheduled tasks stop calling target url
On other test environment we received lot of errors like
"ERROR","Thread-3091","07/24/2023","14:06:00","schedule task:cronTasks_general","Connection pool shut down;java.lang.IllegalStateException: Connection pool shut down at org.apache.http.util.Asserts.check(Asserts.java:34) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.requestConnection(PoolingHttpClientConnectionManager.java:269) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:176) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at lucee.commons.net.http.httpclient.HTTPEngine4Impl._invoke(HTTPEngine4Impl.java:377) at lucee.commons.net.http.httpclient.HTTPEngine4Impl.get(HTTPEngine4Impl.java:140) at lucee.commons.net.http.HTTPEngine.get(HTTPEngine.java:87) at lucee.runtime.schedule.ExecutionThread.execute(ExecutionThread.java:122) at lucee.runtime.schedule.ExecutionThread.run(ExecutionThread.java:65)