Seek help on CubaReentrantLock

Hi,

Sometimes my environment hits this issue but the system can proceed to use. Anyone has same issue?

Regards,
CK

Hi,
CUBA sessions are not serializable.
To turn off default Tomcat behavior, we add a special tag to the context.xml file of each web app:

<Context>
    <!-- Switch off session serialization -->
    <Manager pathname=""/>
</Context>
1 Like

Thanks Alexander, I will try to apply then monitor