Skip to Content.
Sympa Menu

shibboleth-dev - FailoverDataConnector bug?

Subject: Shibboleth Developers

List archive

FailoverDataConnector bug?


Chronological Thread 
  • From: Jim Fox <>
  • To:
  • Subject: FailoverDataConnector bug?
  • Date: Tue, 4 Mar 2008 15:31:28 -0800 (PST)


I'm not able to get the failover data connector to work.
This is what appears to be happening:

(In ShibbolethAttributeResolver.java)

1) The first connector (DB1) is tried. It fails.

2) The failover connector (DB2) is tried. It works
and reports one attribute resolved.

3) Having the resolveDependencies call succeed (about line 315)
we turn around and go back to look up all the values we
just resolved. That, however, is looking for a value
from the primary connector (DB1) which unfortunately
has none. So we get back no values.

That's how it appears anyway.

Jim




Archive powered by MHonArc 2.6.16.

Top of Page