users@glassfish.java.net

[gf-users] Session replication not working in glassfish on multi node cluster gf 3.1.22

From: Abhishek Acharya <abhisheka_at_cdac.in>
Date: Wed, 21 Jan 2015 13:58:55 +0530

Session replication not working in glassfish on multi node cluster

1) application contains distributable tag in web.xml 2) application when
deployed in cluster c1, which contains 2 instances present on same node,
session replication works. 3) Same application when deployed in cluster
c2, which contains 2 instances present on two CentOS machines, session
replication does not works.

Following are content of glassfish-web.xml (if required for reference) :

|<glassfish-web-app error-url="">
     <session-config>
         <session-manager persistence-type="replicated">
             <manager-properties>
                 <property name="persistenceFrequency" value="web-method" />
                 <property name="relaxCacheVersionSemantics" value="true"/>
             </manager-properties>
             <store-properties>
                 <property name="persistenceScope" value="session" />
             </store-properties>
         </session-manager>
         <!--<cookie-properties>
         <property name="cookieDomain" value="node2"/>
         <property name="cookieDomain" value="node4"/>
         </cookie-properties> -->
         <cache max-entries="4096" timeout-in-seconds="30" enabled="false">
             <default-helper/>
         </cache>
     </session-config>
     <context-root>/contextNaam</context-root>
     <class-loader delegate="true"/>
     <resource-ref>
         <res-ref-name>jdbc/safe</res-ref-name>
         <jndi-name>jdbc/safe</jndi-name>
     </resource-ref>
     <jsp-config>
         <property name="keepgenerated" value="true">
             <description>Keep a copy of the generated servlet class' java code.</description>
         </property>
     </jsp-config>
</glassfish-web-app>
|

Edit : 1) Does not seems to be a UDP communication issue between 2
centos machines. 2) Tried to create tcp-cluster as mentioned in
HA-administration-guide also, but still same effect, session not
replicated on tcpcluster.

http://stackoverflow.com/questions/28062516/session-replication-not-working-in-glassfish-on-multi-node-cluster



-------------------------------------------------------------------------------------------------------------------------------
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
-------------------------------------------------------------------------------------------------------------------------------