Questions tagged [session-replication]

Session replication is a mechanism used to replicate the data stored in a session across different instances.

121 questions
0
votes
1 answer

Tomcat 8.5/RHEL Session Replication Manager | Session Attribute value will not be replicated

I have an unusual "bug". I've configured Tomcat Session Replication Manager (Delta). The SessionID and Session attributes are replicated, but not the content of the attributes. my cluster-tag in server.xml
ng-User
  • 243
  • 1
  • 6
  • 18
0
votes
2 answers

How do I access my Player Camera Manager (replicated (listen server and client)) in UE4 Blueprints

When I try to access the location of my Player Camera Manager on the server it returns 0, 0, 0. I think that I tried every option on setting the Player Camera Manager respectively the Player Controller in all the replicated options. To be clear: At…
0
votes
0 answers

Getting java.io.IOException when trying to replicate Spring Boot sessions using Hazelcast

Absolute Hazelcast newbie here. Inspired by this, I have created a bare minimum Spring Boot application and I'm trying to replicate the session using Hazelcast. I have added this to my pom.xml file:
Vahid
  • 190
  • 3
  • 9
0
votes
0 answers

How to replicate session in memory on Oracle Weblogic?

I want to create a high availability with Oracle Weblogic. First, I create a cluster called MyCluster and add two servers (Server1 and Server2) to MyCluster. I use Nginx as a load balancer. I follow the tutorial from…
0
votes
1 answer

Infinispan cache table not auto-created with Wildfly 15+ using invalidation-cache and jdbc-store

I am attempting to use the jdbc-store type for my session cache in Wildfly 15+. I ran the following commands to configure my standalone-full-ha.xml configuration…
0
votes
0 answers

Tomcat cluster with no serializable object

I have set up Tomcat cluster, behiind Apache Httpd server, with 2 nodes. I read the Tomcat documentation at Tomcat cluster how to and the first requirement is:"All your session attributes must implement java.io.Serializable". I've done and session…
0
votes
1 answer

Session Replication issue between Cloud Foundry app instances after Scaling app's instance

I have Spring Boot application which binds with ClearDb(MySQL) and Redis Cloud as a backing store. My application will create an simple account and stores in MySQL. I have used spring-session-data-redis to store HttpSession session attributes into…
0
votes
2 answers

P2P Hazelcast Session Replication for Tomcat6 Web Clustering - Session Synchronization Fails

I believe I am missing some configuration either on load balancing side or in tomcat, it would great if someone could help and provide the solution. What am i trying to do? Setup two tomcat instances with P2P Hazelcast session replication for…
Vikram Palakurthi
  • 2,406
  • 1
  • 27
  • 30
0
votes
1 answer

Tomcat 7 clustering - session replication not working with spring boot and spring security

I have a problem regarding our Tomcat session replication configuration. At our company, we are using Tomcat 7 servlet containers behind Apache HTTPD 2.4.6 configured for load balancing with mod_jk/tomcat-connectors 1.2.37 (running on CentOS 7 x64).…
0
votes
1 answer

How to enable webapp as distributable in grails 3+

How do i enable webapp to be distributable in grails 3+ since there is no web.xml?
0
votes
3 answers

Hazelcast Session Replciation With Spring Boot

Am following this documentation for Hazelcast based session replication in a Spring Boot APP. http://docs.spring.io/spring-session/docs/current/reference/html5/guides/hazelcast-spring.html The code works fine when a local Hazelcast node gets created…
Aravind R
  • 716
  • 1
  • 10
  • 36
0
votes
1 answer

Do replicated sessions require sticky-sessions to be enabled?

When using replicated sessions, is there any requirement to also use sticky sessions? Is there any advantage to using them together, or any disadvantage to using replicated-non-sticky sessions?
AmjadD
  • 73
  • 1
  • 9
0
votes
0 answers

Java Hazelcast Tomcat Web Clustering

I am trying to implement a sticky session based load balancing across two Tomcat instances using the Hazelcast Tomcat Web Session Replication. For testing purposes, I have deployed the application on two different Tomcat instances and the load…
Aravind
  • 311
  • 3
  • 14
0
votes
1 answer

Getting ClassNotFoundException deserializing session attributes in tomcat clustered environment

I have a tomcat clustered environment with a Liferay 6.2 installation. Each tomcat have many Spring based portlet applications deployed. My problem is when the session replication proccess is running I get ClassNotFoundException related to custom…
atrujillofalcon
  • 1,042
  • 1
  • 11
  • 17
0
votes
2 answers

Custom session Listener with Hazelcast session replication

I have Hazelcast configured for session replication: hazelcast-filter com.hazelcast.web.WebFilter map-name
mr.tarsa
  • 6,386
  • 3
  • 25
  • 42
1 2 3
8 9