<p>I've got simply errors in my configuration and did not set the good logging info to where to come from my errors.</p>
<p>When I applied {full} instead of {short} in IDP_PROCESS and IDP_WARN appender in the logback.xml I found every configuration error.</p>
<pre>
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<charset>UTF-8</charset>
<!-- <Pattern>%date{ISO8601} - %level [%logger:%line] - %msg%n%ex{short}</Pattern> -->
<Pattern>%date{ISO8601} - %level [%logger:%line] - %msg%n%ex{full}</Pattern>
</encoder>
</pre>
<br/><hr align="left" width="300" />
Sent from the <a href="http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html">Shibboleth - Users mailing list archive</a> at Nabble.com.<br/>