IdPv3 Issues with non-closed browsers

Tom Zeller tzeller at dragonacea.biz
Wed Sep 16 10:44:05 EDT 2015


> So I ran in DEBUG for a while on the live server, this is the tail end of the debug messages from a login from myself that hung with no response:
> [snip]
> 2015-09-16 09:23:18,428 - DEBUG [net.shibboleth.idp.ui.context.RelyingPartyUIContext:360] - Found matching scheme, returning name of 'www.structuralbiology.eu'
> 
> I can't see anything with my untrained eye as to what might be going wrong, possibly you may have more insight? Thanks for your help here!

Besides logging net.shibboleth.idp at DEBUG, I personally would try :

<logger name="org.opensaml.storage" level="TRACE”/>

<logger name="org.springframework.core" level="WARN"/>
<logger name="org.springframework.http" level="DEBUG"/>
<logger name="org.springframework.web" level="DEBUG"/>
<logger name="org.springframework.webflow" level="DEBUG”/>

<logger name="org.eclipse.jetty" level="INFO"/>
or
<logger name=“org.apache.catalina" level="INFO”/>

which might make too much noise, but I don’t see anything in the logs you posted that was noticeable.


More information about the users mailing list