*Pooled ContextSource can help me? * Leonid S. Batizhevsky
On Wed, Aug 31, 2011 at 08:54, Leonid Batizhevsky <[email protected]>wrote: > Hello. I configured my cas to work with multiple AD. My config: > <p> > /<bean id="authenticationManager" > > class="org.jasig.cas.authentication.LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager"> > <constructor-arg index="0"> > <map> > <entry key-ref="EX-LdapAuthHandler" > value-ref="EXCredentialtoPrincipalResolver"/> > <entry key-ref="TST-LdapAuthHandler" > value-ref="TSTCredentialtoPrincipalResolver"/> > </map> > </constructor-arg> > </bean>/ > <p> > Everything worked fine until I decided to try to shutdown one of the AD > servers. After that I got an error: > /Caused by: org.springframework.ldap.CommunicationException: > vm1-w2k3.example.lan:389; nested exception is > javax.naming.CommunicationException: vm1-w2k3.exampl > e.lan:389 [Root exception is java.net.NoRouteToHostException: No route to > host]/ > <p> > Ok. But after that authentication is didn't work. After I enter my > credentials, cas say to me: > /There was an error trying to complete your request. Please notify your > support desk or try again. / > <p> > Question 1: > How configure cas work wan one of AD servers is shutdown or to long didn't > sent answer? > <p> > Question 1: I noticed that the requests are sent to the servers > sequentially. How to do it to be parallel? > > <p> > Thank you! > > > -- > View this message in context: > http://jasig.275507.n4.nabble.com/cas-multiple-authentication-handlers-problem-tp3780234p3780234.html > Sent from the CAS Users mailing list archive at Nabble.com. > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
