I doubt the error is caused by latest changes and/or recording can you share full stack trace?
How many users were in the room? On Wed, 20 Jan 2021 at 03:21, Ali Alhaidary <[email protected]> wrote: > Hi, > > On recordings (20+ min), we get the attached error, and the following > log entries: > > WARN 01-19 19:53:58.854 o.a.w.p.DefaultPageLockManager:139 > [io-5443-exec-12] - Thread 'https-jsse-nio-5443-exec-12' failed to > acquire lock to page with id '0', attempted for PT1M0.000055S out of > allowed PT1M. The thread that holds the lock has name > 'https-jsse-nio-5443-exec-20'. > WARN 01-19 19:53:58.898 o.a.w.p.DefaultPageLockManager:114 > [io-5443-exec-12] - "https-jsse-nio-5443-exec-20" daemon prio=5 tid=396 > state=TIMED_WAITING > org.apache.wicket.util.lang.Threads$ThreadDump: null > at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) > > ERROR 01-19 19:53:58.910 o.a.w.DefaultExceptionMapper:170 > [io-5443-exec-12] - Unexpected error occurred > org.apache.wicket.page.CouldNotLockPageException: Could not lock page 0. > Attempt lasted PT1M > at > org.apache.wicket.page > .DefaultPageLockManager.lockPage(DefaultPageLockManager.java:170) > > ERROR 01-19 19:54:09.831 o.a.w.p.w.j.WicketEndpoint:100 > [io-5443-exec-11] - An error occurred in web socket connection with id : 5 > java.io.IOException: Unable to unwrap data, invalid status [CLOSED] > at > org.apache.tomcat.util.net > .SecureNioChannel.read(SecureNioChannel.java:657) > > WARN 01-19 19:56:31.993 o.a.w.p.DefaultPageLockManager:139 > [io-5443-exec-16] - Thread 'https-jsse-nio-5443-exec-16' failed to > acquire lock to page with id '4', attempted for PT1M0.00001S out of > allowed PT1M. The thread that holds the lock has name > 'https-jsse-nio-5443-exec-11'. > WARN 01-19 19:56:31.995 o.a.w.p.DefaultPageLockManager:114 > [io-5443-exec-16] - "https-jsse-nio-5443-exec-11" daemon prio=5 tid=382 > state=TIMED_WAITING > org.apache.wicket.util.lang.Threads$ThreadDump: null > at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) > at > > [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) > > ERROR 01-19 19:56:32.001 o.a.w.DefaultExceptionMapper:170 > [io-5443-exec-16] - Unexpected error occurred > org.apache.wicket.page.CouldNotLockPageException: Could not lock page 4. > Attempt lasted PT1M > at > org.apache.wicket.page > .DefaultPageLockManager.lockPage(DefaultPageLockManager.java:170) > > > Server is Ubuntu 18.04 LTS, clients are FF and Microsoft, should I put a > jira ? > > -- Best regards, Maxim
