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

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

2016-05-23 Thread Keiichi Fujino
Is the channelSendOptions default? In DeltaManager, when the session expired, if there is a change in the session, replicates the attributes of session. And then, replicates the invalidated of the session. Usually, although this order is not reversed, if you want to ensure this order, you can set

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