Any help on this!!!

punit ashra punitashra at gmail.com
Fri Jul 22 05:06:02 EDT 2016


Hi Rod,

I am trying to Initialize the OpenSAML Library.

static {
        try {
            // Initialize OpenSAML library
        InitializationService.initialize();

            initSuccess = true;

        } catch (InitializationException e) {
e.printStackTrace();
  } catch (Throwable t) {
log.debug("Error", + t);
throw t;
}
    }

I get the exception as mentioned above.

Thanks,
Punit

On Fri, Jul 22, 2016 at 1:12 PM, Rod Widdowson <rdw at steadingsoftware.com>
wrote:

> > Let me know what am i missing here in the configuration.
>
> 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.
>
> 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
>
> What does the debugger say?  What is the type which is returned from the
> iterator?  Does it look like it implements Inititalizer?
>
> --
> To unsubscribe from this list send an email to
> dev-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20160722/3dd9366e/attachment-0001.html>


More information about the dev mailing list