Skip to topic | Skip to bottom
Home
Federation
Federation.CantLoadConfigFiler1.1 - 25 Aug 2007 - 17:29 - BrucLiongtopic end

Start of topic | Skip to actions

Cannot load configuration from filename

This is typically errors on idp.xml or shibboleth-idp's web.xml where filename is referred without the usage of full URI syntax

Try to change it from

<whateverTag>filename</whateverTag>
to
<whateverTag>file:///filename</whateverTag>

This is because a number of IdP's path processing is done through URI or URL objects (ref ShibResource? class)



to top

You are here: Federation > FrequentlyAskedQuestions > CantLoadConfigFile

to top

Copyright © 1999-2010 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback