By: Christoph Schaefer user 07 Sep 2018 at 9:24 a.m. CDT

4 Responses
Christoph Schaefer gravatar
I setup a gluu server to test the idp feature. I did added shibboleth support during install. But whenever I try to add a trusted relationship, I get am error oxtrust.log about missing files. There was already a ticket on the same error message: https://github.com/GluuFederation/oxTrust/issues/482 Looking at my installation I noticed the /opt/gluu-server-3.1.3/opt/gluu/jetty/identity/conf/shibboleth3/idp doesn't exists - Did I miss something? For me the error log reads like this: ``` 2018-09-07 13:37:15,415 INFO [qtp1744347043-13] [org.gluu.oxtrust.ldap.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:177) - >>>>>>>>>> IN Shibboleth3ConfService.generateConfigurationFiles()... 2018-09-07 13:37:15,453 INFO [qtp1744347043-13] [org.gluu.oxtrust.ldap.service.CASService] (CASService.java:53) - loadCASConfiguration() call 2018-09-07 13:37:15,455 INFO [qtp1744347043-13] [org.gluu.oxtrust.ldap.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:505) - add ShibbolethCASProtocolConfiguration parameters 2018-09-07 13:37:15,463 ERROR [qtp1744347043-13] [org.apache.velocity.runtime.resource.ResourceManagerImpl] (ResourceManagerImpl.java:352) - ResourceManager: unable to find resource 'metadata-providers.xml.vm' in any resource loader. 2018-09-07 13:37:15,464 ERROR [qtp1744347043-13] [org.gluu.oxtrust.ldap.service.TemplateService] (TemplateService.java:56) - Failed to load velocity template 'metadata-providers.xml' org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'metadata-providers.xml.vm' ```

By Aliaksandr Samuseu staff 07 Sep 2018 at 9:46 a.m. CDT

Aliaksandr Samuseu gravatar
Hi, Christoph >Looking at my installation I noticed the /opt/gluu-server-3.1.3/opt/gluu/jetty/identity/conf/shibboleth3/idp doesn't exists - Did I miss something? That doesn't sound right, indeed. Try to re-install it from scratch, make sure IDP component is selected and that there is enough space on the disk of this machine.

By Christoph Schaefer user 07 Sep 2018 at 12:46 p.m. CDT

Christoph Schaefer gravatar
Tanks for the fast reply. Did a full re-install. but it's the same problem, the directory is missing. This is the output from setup review and success. Looks fine for me up to this point. There are 15 gb free on the drive, so should not be a problem. Any further suggestions? ``` hostname xxx.xxx.net orgName xxx os ubuntu city Munich state BY countryCode DE support email webmaster@ixxx Applications max ram 3072 Admin Pass xxx Install oxAuth True Install oxTrust True Install LDAP True Install JCE 1.8 True Install Apache 2 web server True Install Shibboleth SAML IDP True Install Asimba SAML Proxy False Install oxAuth RP True Install Passport True Proceed with these values [Y|n] y Installing [###################################] Completed Gluu Server installation successful! Point your browser to https://xxx.xxx.net ```

By Aliaksandr Samuseu staff 10 Sep 2018 at 6:39 p.m. CDT

Aliaksandr Samuseu gravatar
Assigning to Sahil to try to reproduce.

By Aliaksandr Samuseu staff 14 Sep 2018 at 7:06 p.m. CDT

Aliaksandr Samuseu gravatar
This is to be considered a known issue now. Please refer to [this ticket](https://support.gluu.org/installation/6001/unable-to-configure-shibboleth-idp/) for hot-fix.