cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

session is not adequate anymore

Former Member
813

Hi Hybris Experts,

We are facing an error 'session is not adequate anymore' very frequently on our server nodes and ultimately, we have to restart them to avoid it and to make cronjobs and business processes run smoothly.

Could anyone help here to understand when this issue occurs and what is its solution?

Thanks in advance!

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member87164
Active Contributor
0 Likes

Hi Chun,

Update Tomcat Context XML File First, you need to add the following line to your tomcat/conf/context.xml file: <Manager className="org.redisson.tomcat.RedissonSessionManager" configPath="${catalina.base}/redisson.yaml" readMode="MEMORY" updateMode="DEFAULT" broadcastSessionEvents="true"/>

Br,

Keshav

liu_chun_yin
Explorer
0 Likes

same issue here