Re: [cas-user] EhCache sync & service ticket doesn't exist

2013-07-05 Thread Etienne Dethoor
The Service Ticket expiration timeout is configured at 10 seconds and as you can see, the node 2 attemps to validate the ST in the same second so i don't think it is a expiration problem. Etienne. Le vendredi 5 juillet 2013 14:31:43 UTC+2, Marvin S. Addison a écrit : > > > We have two nodes wh

Re: [cas-user] EhCache sync & service ticket doesn't exist

2013-07-05 Thread Marvin S. Addison
We have two nodes who are running CAS server 3.5.1 and EhCache 2.6. One node create the serviceTicket and the second node attemps to validate the ST. I can see in the logs that the second node receive the ST via RMI but CentralAuthenticationServiceImpl said that the ST does not exist. I see

[cas-user] EhCache sync & service ticket doesn't exist

2013-07-04 Thread etienne
Hy guys, I am having problems with replication Ehcache and validation of ServiceTicket. We have two nodes who are running CAS server 3.5.1 and EhCache 2.6. One node create the serviceTicket and the second node attemps to validate the ST. I can see in the logs that the second node receive the S

Re: [cas-user] ehcache sync

2012-12-20 Thread Marvin Addison
> I am seeing network traffic going back and forth between the two servers. But > when I try to test this, the second server fails validation as It cannot find > the service ticket. I am not sure what I am missing. I'd attempt to query the cache on the other node directly to see whether it conta

RE: [cas-user] ehcache sync

2012-12-20 Thread Abhijit Gaikwad
ikwad Sent: Thursday, December 20, 2012 2:22 PM To: cas-user@lists.jasig.org Subject: RE: [cas-user] ehcache sync Thanks for the reply Carlos and Jason. My server times were off too, but I did setup ntp a couple of days ago so that shouldn't be it. I was suspecting the firewall might be

RE: [cas-user] ehcache sync

2012-12-20 Thread Abhijit Gaikwad
rling [mailto:jeverl...@bshp.edu] Sent: Thursday, December 20, 2012 11:50 AM To: cas-user@lists.jasig.org Subject: Re: [cas-user] ehcache sync I had a similar issue and it turned out the time on the second load balanced server was off by a few minutes. I setup ntp on both and the issue has gone away. Jason O

Re: [cas-user] ehcache sync

2012-12-20 Thread Jason Everling
nt: Thursday, 20 December, 2012 09:43 > To: cas-user@lists.jasig.org > Subject: [cas-user] ehcache sync > > Hello, > I am currently testing CAS server 3.5.1 with load balancing. I have two > servers setup and am using ehcache to sync both repositories. But for some > rea

RE: [cas-user] ehcache sync

2012-12-20 Thread Carlos Fernandez
, 2012 09:43 To: cas-user@lists.jasig.org Subject: [cas-user] ehcache sync Hello, I am currently testing CAS server 3.5.1 with load balancing. I have two servers setup and am using ehcache to sync both repositories. But for some reason that does not seem to be working. I don’t see any errors in t

[cas-user] ehcache sync

2012-12-20 Thread Abhijit Gaikwad
Hello, I am currently testing CAS server 3.5.1 with load balancing. I have two servers setup and am using ehcache to sync both repositories. But for some reason that does not seem to be working. I don’t see any errors in the logs, I see an entry for a ticket being added to the repository. I