Fixed
Details
Assignee
UnassignedUnassignedReporter
Sven TatterSven TatterPriority
CriticalNew 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
NoneAffects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Sven Tatter
Sven TatterPriority
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
Affects versions
Created 24 June 2019 at 10:21
Updated 5 May 2023 at 07:09
Resolved 2 March 2020 at 09:53
Hi,
we are experiencing occasional random restarts of lucee containers. The error message is the same as in LDEV-2077, which should be fixed in the version we use (5.3.2.77). It seems to happen if the system is under load, but appears to be somewhat rare (2 times so far today).
Exception in thread "http-nio-8888-exec-6" java.lang.IllegalMonitorStateException at java.base/java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:149) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1302) at java.base/java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:439) at java.base/java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:465) at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:89) at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:33) at java.base/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834) 24-Jun-2019 08:58:09.459 INFO [Thread-7] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8888"] 24-Jun-2019 08:58:09.461 INFO [Thread-7] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"] 24-Jun-2019 08:58:09.466 INFO [Thread-7] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina] 24-Jun-2019 08:58:09.473 INFO [Thread-7] org.apache.catalina.core.StandardWrapper.unload Waiting for [1] instance(s) to be deallocated for Servlet [CFMLServlet] 24-Jun-2019 08:58:10.475 INFO [Thread-7] org.apache.catalina.core.StandardWrapper.unload Waiting for [1] instance(s) to be deallocated for Servlet [CFMLServlet] 24-Jun-2019 08:58:11.475 INFO [Thread-7] org.apache.catalina.core.StandardWrapper.unload Waiting for [1] instance(s) to be deallocated for Servlet [CFMLServlet] 24-Jun-2019 08:58:17.158 INFO [Thread-7] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8888"] 24-Jun-2019 08:58:22.160 WARNING [Thread-7] org.apache.tomcat.util.net.AbstractEndpoint.shutdownExecutor The executor associated with thread pool [http-nio-8888] has not fully shutdown. Some application threads may still be running. 24-Jun-2019 08:58:22.160 INFO [Thread-7] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"] 24-Jun-2019 08:58:22.233 INFO [Thread-7] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8888"] 24-Jun-2019 08:58:22.241 INFO [Thread-7] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]