<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 4/25/17 12:04 PM, Roger Dills wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:DM5PR06MB2972619AE19C5309AC687ACBCB1E0@DM5PR06MB2972.namprd06.prod.outlook.com">
      <pre wrap="">

Where is this error coming from?

</pre>
    </blockquote>
    <br>
    Well, if you trace the exception stack there to the beginning, seems
    it's:<br>
    <br>
    <b>Caused by:
      org.springframework.beans.factory.NoSuchBeanDefinitionException:
      No bean named 'shibboleth.DefaultEncryptionCredentials' is defined</b><br>
    <br>
    <br>
    So sounds like that bean doesn't exist in your
    conf/credentials.xml.  Take a look at the 'dist' version of that
    file, and/or look at the pristine file from 3.3.1:<br>
    <br>
<a class="moz-txt-link-freetext" href="https://git.shibboleth.net/view/?p=java-identity-provider.git;a=blob;f=idp-conf/src/main/resources/conf/credentials.xml;hb=3.3.1">https://git.shibboleth.net/view/?p=java-identity-provider.git;a=blob;f=idp-conf/src/main/resources/conf/credentials.xml;hb=3.3.1</a><br>
    <br>
    <br>
    That bean is defined in the shipped version of the file, so maybe
    you commented some stuff out?<br>
    <br>
  </body>
</html>