<div dir="ltr">Hi Rod,<div><br></div><div>I am trying to Initialize the OpenSAML Library.</div><div><br></div><div><div>static {</div><div> try {</div><div> // Initialize OpenSAML library</div><div> <span class="" style="white-space:pre"> </span>InitializationService.initialize();</div><div><br></div><div> initSuccess = true;</div><div><br></div><div> } catch (InitializationException e) {</div><div><span class="" style="white-space:pre"> </span>e.printStackTrace();</div><div><span style="white-space:pre"> </span>} catch (Throwable t) {</div><div><span class="" style="white-space:pre"> log.debug("Error", + t);</span></div><div><span class="" style="white-space:pre"> throw t;</span></div><div><span class="" style="white-space:pre"> </span>}</div><div> }</div></div><div><br></div><div>I get the exception as mentioned above.</div><div><br></div><div>Thanks,</div><div>Punit</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 22, 2016 at 1:12 PM, Rod Widdowson <span dir="ltr"><<a href="mailto:rdw@steadingsoftware.com" target="_blank">rdw@steadingsoftware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> Let me know what am i missing here in the configuration.<br>
<br>
</span>It would help to understand a bit more about what your 'configuration' is, and what code changes you have made. Also whether you are doing anything funky with the classpath.<br>
<br>
I do not know this code and I know Brent will chime in when he gets in but from re-reading it this should "all just work" (and indeed does). So you have done something to break the inheritance between org.opensaml.core.xml.config.XMLObjectProviderInitializer and org.opensaml.core.config.Initializer<br>
<br>
What does the debugger say? What is the type which is returned from the iterator? Does it look like it implements Inititalizer?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:dev-unsubscribe@shibboleth.net">dev-unsubscribe@shibboleth.net</a><br>
</font></span></blockquote></div><br></div>