<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hey Shib folks, <br>
</p>
<p><br>
</p>
<p>First time using the list so please let me know if I'm going about it wrong. I am trying to deploy shibd SP version 3.0.3 in a container in Openshift in RHEL7. I already have one Openshift cluster up and running with shibd successfully deployed and I am
building out a second environment now.<br>
</p>
<p><br>
</p>
<p>My problem is that shibd in the new environment is hanging partway through the startup process and providing no errors or warnings as to what is wrong. It seems to be parsing the shibboleth2.xml file, finding my remote metadata.xml URL, downloading it and
parsing it successfully, parsing the local attribute-map.xml file and then stopping. I would expect its next step to be loading the cert and key files, but it's not doing that.<br>
</p>
<p><br>
</p>
<p>Here is the end of the log output where it hangs:<br>
</p>
<p><br>
</p>
<div>2019-01-16 14:26:46 INFO Shibboleth.Application : building AttributeExtractor of type XML...</div>
<div>2019-01-16 14:26:46 INFO Shibboleth.AttributeExtractor.XML : loaded XML resource (/etc/shibboleth/attribute-map.xml)</div>
<div>2019-01-16 14:26:46 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:oasis:names:tc:SAML:attribute:subject-id</div>
<div>2019-01-16 14:26:46 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:oasis:names:tc:SAML:attribute:pairwise-id</div>
<div>2019-01-16 14:26:46 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:oid:1.3.6.1.4.1.5923.1.1.1.6</div>
<div>2019-01-16 14:26:46 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:mace:dir:attribute-def:eduPersonPrincipalName</div>
<div>2019-01-16 14:26:46 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:oid:1.3.6.1.4.1.5923.1.1.1.9</div>
<div>2019-01-16 14:26:46 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:mace:dir:attribute-def:eduPersonScopedAffiliation</div>
<div>2019-01-16 14:26:46 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:oid:1.3.6.1.4.1.5923.1.1.1.7</div>
<div>2019-01-16 14:26:46 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:mace:dir:attribute-def:eduPersonEntitlement</div>
<div>2019-01-16 14:26:46 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:oid:1.3.6.1.4.1.5923.1.1.1.10</div>
<div>2019-01-16 14:26:46 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:oasis:names:tc:SAML:2.0:nameid-format:persistent<br>
</div>
<p><br>
</p>
<p>I have tried restarting with the XML syntax checker (it posted a log line saying that the syntax was good) as well as changing shibd.logger to DEBUG. This also did not provide any errors or warnings and hung before trying to get to the certs. I also deliberately
put a typo in the file path of the cert and key file to see if this would provoke an error but it did not - it just hangs in the same spot.<br>
</p>
<p><br>
</p>
<p>I apologize if this is not the appropriate way to engage the mailing list but I am reaching out in case anyone has experienced this issue before.<br>
</p>
<p><br>
</p>
<p>Thank you,<br>
</p>
<p>Ben Scott<br>
</p>
</body>
</html>