Re: [cas-user] Error in CAS while using CAS SAML.

2012-01-20 Thread William G. Thompson, Jr.
On Fri, Jan 20, 2012 at 3:32 AM, Geo PC wrote: > Thanks guys, > > Bill, > > We are not in need of GUI and can add through deployConfigContext.xml so can > please let me know how it can be done. > Use the InMemoryServiceRegisitryDaoImpl and configure the services directly in deployerConfigContext

Re: [cas-user] mysql cluster as a backend ticket registry

2012-01-20 Thread William G. Thompson, Jr.
On Fri, Jan 20, 2012 at 9:21 AM, Marvin Addison wrote: >> This is caused by the service ticket being written to one node of the MySQL >> cluster, >> but then the other CAS node happens to get to do the service ticket >> validation, >> and it happens to use the other DB node, the ticket isn't fou

Re: [cas-user] CAS redirect timeout problem with AJP

2012-01-20 Thread Marvin Addison
> 2012-01-20 13:58:49,134 INFO  [STDOUT] (ajp-0.0.0.0-22705-7) 13:58:49,132 > ERROR [CommonUtils:294] Connection timed out These are difficult kinds of errors to track down. I'd recommend evaluating logs on the CAS server to see if it appears heavily loaded; this may be a symptom of normal behav

Re: [cas-user] Error in CAS while using CAS SAML.

2012-01-20 Thread Marvin Addison
> java.lang.IncompatibleClassChangeError: Implementing class The error above typically indicates multiple versions of the same Maven artifact on your classpath. Use mvn dependency:list and mvn dependency:tree to list your dependencies, which will hopefully identify the exact cause. M -- You ar

Re: [cas-user] mysql cluster as a backend ticket registry

2012-01-20 Thread Marvin Addison
> This is caused by the service ticket being written to one node of the MySQL > cluster, > but then the other CAS node happens to get to do the service ticket > validation, > and it happens to use the other DB node, the ticket isn't found, because > database > replication hasn't been fast enough

Re: [cas-user] Java CAS Client page

2012-01-20 Thread Scott Battaglia
It should be this: https://wiki.jasig.org/display/CASC/Saml11TicketValidationFilter+Example On Fri, Jan 20, 2012 at 7:21 AM, wrote: > Hi, > > ** ** > > In the wiki page Attributes ( > https://wiki.jasig.org/display/CASUM/Attributes), at the bottom, the link > ‘Java CAS Client page’ ( > htt

AW: [cas-user] CAS redirect timeout problem with AJP

2012-01-20 Thread Rusch Philipp
Hi all, sorry for bumping into this discussion, but I think I am facing exactly the same problem: After CAS has generated the validation URL a timeout occurs: My log cite looks as follows: 2012-01-20 13:58:40,140 INFO [STDOUT] (ajp-0.0.0.0-22705-20) 13:58:40,139 DEBUG [Cas20ProxyTicketValida

Re: [cas-user] Java CAS Client page

2012-01-20 Thread trilokmohnani
Wi-Ki is blocked by america. Sent from my BlackBerry® smartphone from du -Original Message- From: matthieu.m...@ensam.eu Date: Fri, 20 Jan 2012 12:21:17 To: Reply-To: cas-user@lists.jasig.org Subject: [cas-user] Java CAS Client page Hi, In the wiki page Attributes (https://wiki.jasig.

[cas-user] Java CAS Client page

2012-01-20 Thread Matthieu . Marc
Hi, In the wiki page Attributes (https://wiki.jasig.org/display/CASUM/Attributes), at the bottom, the link 'Java CAS Client page' (https://wiki.jasig.org/display/CASC/JASIG+Client+SAML+Saml11TicketValidationFilter+Example) does not exist. Cordialy, Matthieu MARC --- Matthieu MARC Responsable

[cas-user] CASifying the Helloworld

2012-01-20 Thread s400t
Hi All, I am trying to use the "SearchModeSearchDatabaseAuthenticationHandler" instead of the "SimpleTestUsernamePasswordAuthenticationHandler". In the web.xml file of the folder C:\apache-tomcat-5.5.34\webapps\servlets-examples\WEB-INF, I added the filters as follows: CAS Filter edu.yal

Re: [cas-user] Possible timing issue, with dual servers + database

2012-01-20 Thread Marvin Addison
>  The below scenario was not as it seemed, I made mistake while pulling the > milliseconds from the timestamps, the INSERT of the service ticker DID happen > between the login-test-1, creating the ticket, and login-test-2 trying to > validate the ticket. Thanks for following up. A couple of d