Re: Tomcat session replikation reports: IllegalStateException: setAttribute: Session [..] has already been invalidated

2016-05-23 Thread Knut Sander
Am 23.05.2016 um 10:57 schrieb Keiichi Fujino: > Is the channelSendOptions default? yes, everything is default so I expect channelSendOptions = 8 (SEND_OPTIONS_ASYNCHRONOUS). > In DeltaManager, > when the session expired, if there is a change in the session, replicates > the attributes of

Tomcat session replikation reports: IllegalStateException: setAttribute: Session [..] has already been invalidated

2016-05-20 Thread Knut Sander
Hi! We are running Tomcat 7.0.68 with SimpleTcpCluster with two nodes on different hosts. server.xml: [..] [..] [..] Everything works fine, except the messages below in catalina.out. The problem seems to occur, if a session is modified and invalidated during the same request (which is