<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Dragging up a thread from months ago:
<div class=""><br class="">
</div>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class="">
<div class="">Previous email:</div>
<div class=""><a href="https://marc.info/?t=146189427500001&r=1&w=2" class="">https://marc.info/?t=146189427500001&r=1&w=2</a></div>
<div class=""> </div>
<div class="">You could conceivably turn off reloadability and see if that changes things, but it's \</div>
<div class="">tricky to do that for the main file. You need a snippet of XML like this:</div>
<div class=""> </div>
<div class=""><Config path="/etc/shibboleth2.xml" reloadChanges="false" /></div>
<div class=""> </div>
<div class="">If you assign that to the SHIBSP_CONFIG environment variable, that's supposed to \</div>
<div class="">override the loading process and should disable the background thread on the main \</div>
<div class="">file, which seems to be the one that's hung. Doesn't get used much as a feature, so \</div>
<div class="">hopefully it still works.</div>
</blockquote>
<div class=""><br class="">
</div>
<div class="">I’m trying to get the work around in place - but shibboleth was failing to start. There wasn’t much info - but in troubleshooting - I’ve gotten it to this point:</div>
<div class=""><br class="">
</div>
<div class="">sudo /usr/sbin/shibd -f -F -t -c '<Config path="/etc/shibboleth/shibboleth2.xml" reloadChanges="false" />'<br class="">
2016-12-06 14:50:00 CRIT XMLTooling.Config : libcurl lacks OpenSSL-specific options, this will greatly limit functionality<br class="">
2016-12-06 14:50:00 FATAL Shibboleth.Config : caught exception while loading configuration: The supplied XML bootstrapping configuration did not include a type attribute.<br class="">
<3>configuration is invalid, check console for specific problems<br class="">
<br class="">
</div>
<div class="">If I add a type and guess at what it is meant to be - the error changes - so I presume I just need to get the right type?</div>
<div class=""><br class="">
</div>
<div class="">sudo /usr/sbin/shibd -f -F -t -c '<Config type=“xml" path="/etc/shibboleth/shibboleth2.xml" reloadChanges="false" />'<br class="">
2016-12-06 14:52:12 CRIT XMLTooling.Config : libcurl lacks OpenSSL-specific options, this will greatly limit functionality<br class="">
2016-12-06 14:52:12 FATAL Shibboleth.Config : caught exception while loading configuration: Unknown plugin type.<br class="">
<3>configuration is invalid, check console for specific problems</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Cheers</div>
<div class="">Aaron</div>
<span style="font-size: 9.0pt; font-family: 'Calibri'; "><em><strong><br>
Important Notice:</strong> The contents of this email are intended solely for the named addressee and are confidential; any unauthorised use, reproduction or storage of the contents is expressly prohibited. If you have received this email in error, please delete
 it and any attachments immediately and advise the sender by return email or telephone.<br>
<br>
Deakin University does not warrant that this email and any attachments are error or virus free.</em></span>
</body>
</html>