By: Cedric Ferraris user 10 Mar 2017 at 1:53 p.m. CST

8 Responses
Cedric Ferraris gravatar
Hello, I am having issues when adding a new SAML Trust Relationship in Gluu server 3.0.1. No matter which metadata file I am using (one generated by external app, self generated or even the one taken from the doc for Dropbox integration), I get the following error message: The element type "META" must be terminated by the matching end-tag "</META>". Any idea what the issue is? Thanks

By Aliaksandr Samuseu staff 10 Mar 2017 at 1:56 p.m. CST

Aliaksandr Samuseu gravatar
Hi, Cedric. Please provide an example of metadata you are using.

By Cedric Ferraris user 10 Mar 2017 at 2:02 p.m. CST

Cedric Ferraris gravatar
For example this one for Dropbox (taken from the documentation): ``` <EntityDescriptor entityID="Dropbox" xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</NameIDFormat> <AssertionConsumerService index="1" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://www.dropbox.com/saml_login" /> </SPSSODescriptor> </EntityDescriptor> ``` Or this one taken from Simple SAML (no modification): ``` <?xml version="1.0"?> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" entityID="http://directory.blabla.qc.ca"> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> <md:KeyDescriptor use="signing"> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:X509Data> <ds:X509Certificate>MIIEBTCCAu2gAwIBAgIJAJ74BGmwpi/hMA0GCSqGSIb3DQEBCwUAMIGYMQswCQYDVQQGEwJDQTELMAkGA1UECAwCUUMxETAPBgNVBAcMCE1vbnRyZWFsMQswCQYDVQQKDAJWTTEMMAoGA1UECwwDU1RJMSEwHwYDVQQDDBhkaXJlY3RvcnkubW9udHJlYWwucWMuY2ExKzApBgkqhkiG9w0BCQEWHHh0b25nenpAdmlsbGUubW9udHJlYWwucWMuY2EwHhcNMTcwMzA3MDM1MDIwWhcNMjcwMzA3MDM1MDIwWjCBmDELMAkGA1UEBhMCQ0ExCzAJBgNVBAgMAlFDMREwDwYDVQQHDAhNb250cmVhbDELMAkGA1UECgwCVk0xDDAKBgNVBAsMA1NUSTEhMB8GA1UEAwwYZGlyZWN0b3J5Lm1vbnRyZWFsLnFjLmNhMSswKQYJKoZIhvcNAQkBFhx4dG9uZ3p6QHZpbGxlLm1vbnRyZWFsLnFjLmNhMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UCz5iTtlWBmm9J6I84XkYhDwlJY4kqmI0j9Qo4NePIRZLRqhqDC8PbJ5FGOthlY4R3N4fCYBNnqv3mfjRLDN/hnXpeSuScyLv7ISYBtIJbeYZ7GsX2fgtZu2k4CfiU11X3jOk5oDhGuk/APj8CX+2YeZAxjmNJeBNX6/NzkL3oi4e2Uhg3+sfFcXOWrZOayTwzlc5p93SjYF50roFmBe4kt3Qv+HcJr8/zhx45xpz3AVSZms/eyc1PclOqbn7Meqnbo4u31O1NH67vMY2mOwNPS20pMmXBFHMi2y0HRFV7b2xcFo14/PoxjfCt0qlC/4lDq/IKYtzBCivPhg5I7SwIDAQABo1AwTjAdBgNVHQ4EFgQUITbsrA87rOz3k3dhuPZIxAbHqXUwHwYDVR0jBBgwFoAUITbsrA87rOz3k3dhuPZIxAbHqXUwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAuKf6NzwV6hTi4jKuGujoZwAdM/2yYc6woLrX8GZKPDvKAvQYCb1DLMJScAcSRhx/uE9gUG659erdlch1N5BWvanUAmrEEDkq/XNt3IxjypTqoNLQc8+eKCp5rfM3+s1RIvBZh3LsRCIy4Pnwtf0VVo5tgz+Yz7iMmHvogUan8hTB+B+W1BigZPPOUcW9CJmpZNDl3Xr4CV0rlrRkunHiVPfpd0FbkvdaJF3UyrDQFusldx4aQI7E1bhymXox5gmDYgfEaSm0QWL9L6o7oYmCkw9KczxMJrz/9zhQqjYaurQGzyxdeX7svRZS25geg+7l9MXHiRLr8D9tXhPGBUETeg==</ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> </md:KeyDescriptor> <md:KeyDescriptor use="encryption"> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:X509Data> <ds:X509Certificate>MIIEBTCCAu2gAwIBAgIJAJ74BGmwpi/hMA0GCSqGSIb3DQEBCwUAMIGYMQswCQYDVQQGEwJDQTELMAkGA1UECAwCUUMxETAPBgNVBAcMCE1vbnRyZWFsMQswCQYDVQQKDAJWTTEMMAoGA1UECwwDU1RJMSEwHwYDVQQDDBhkaXJlY3RvcnkubW9udHJlYWwucWMuY2ExKzApBgkqhkiG9w0BCQEWHHh0b25nenpAdmlsbGUubW9udHJlYWwucWMuY2EwHhcNMTcwMzA3MDM1MDIwWhcNMjcwMzA3MDM1MDIwWjCBmDELMAkGA1UEBhMCQ0ExCzAJBgNVBAgMAlFDMREwDwYDVQQHDAhNb250cmVhbDELMAkGA1UECgwCVk0xDDAKBgNVBAsMA1NUSTEhMB8GA1UEAwwYZGlyZWN0b3J5Lm1vbnRyZWFsLnFjLmNhMSswKQYJKoZIhvcNAQkBFhx4dG9uZ3p6QHZpbGxlLm1vbnRyZWFsLnFjLmNhMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UCz5iTtlWBmm9J6I84XkYhDwlJY4kqmI0j9Qo4NePIRZLRqhqDC8PbJ5FGOthlY4R3N4fCYBNnqv3mfjRLDN/hnXpeSuScyLv7ISYBtIJbeYZ7GsX2fgtZu2k4CfiU11X3jOk5oDhGuk/APj8CX+2YeZAxjmNJeBNX6/NzkL3oi4e2Uhg3+sfFcXOWrZOayTwzlc5p93SjYF50roFmBe4kt3Qv+HcJr8/zhx45xpz3AVSZms/eyc1PclOqbn7Meqnbo4u31O1NH67vMY2mOwNPS20pMmXBFHMi2y0HRFV7b2xcFo14/PoxjfCt0qlC/4lDq/IKYtzBCivPhg5I7SwIDAQABo1AwTjAdBgNVHQ4EFgQUITbsrA87rOz3k3dhuPZIxAbHqXUwHwYDVR0jBBgwFoAUITbsrA87rOz3k3dhuPZIxAbHqXUwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAuKf6NzwV6hTi4jKuGujoZwAdM/2yYc6woLrX8GZKPDvKAvQYCb1DLMJScAcSRhx/uE9gUG659erdlch1N5BWvanUAmrEEDkq/XNt3IxjypTqoNLQc8+eKCp5rfM3+s1RIvBZh3LsRCIy4Pnwtf0VVo5tgz+Yz7iMmHvogUan8hTB+B+W1BigZPPOUcW9CJmpZNDl3Xr4CV0rlrRkunHiVPfpd0FbkvdaJF3UyrDQFusldx4aQI7E1bhymXox5gmDYgfEaSm0QWL9L6o7oYmCkw9KczxMJrz/9zhQqjYaurQGzyxdeX7svRZS25geg+7l9MXHiRLr8D9tXhPGBUETeg==</ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> </md:KeyDescriptor> <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="http://directory.blabla.qc.ca/simplesaml/module.php/saml/sp/saml2-logout.php/directoryessai"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://directory.blabla.qc.ca/simplesaml/module.php/saml/sp/saml2-acs.php/directoryessai" index="0"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="http://directory.blabla.qc.ca/simplesaml/module.php/saml/sp/saml1-acs.php/directoryessai" index="1"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="http://directory.blabla.qc.ca/simplesaml/module.php/saml/sp/saml2-acs.php/directoryessai" index="2"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="http://directory.blabla.qc.ca/simplesaml/module.php/saml/sp/saml1-acs.php/directoryessai/artifact" index="3"/> </md:SPSSODescriptor> <md:ContactPerson contactType="technical"> <md:GivenName>Mementomori</md:GivenName> <md:EmailAddress>mm@mm.com</md:EmailAddress> </md:ContactPerson> </md:EntityDescriptor> ```

By Michael Schwartz Account Admin 10 Mar 2017 at 2:09 p.m. CST

Michael Schwartz gravatar
Please include the full log from the IDP.

By Cedric Ferraris user 10 Mar 2017 at 2:25 p.m. CST

Cedric Ferraris gravatar
Is it the idp-process.log file? Here it is when I try registering a new TR: ``` 2017-03-10 15:21:30,529 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:258] - Service 'shibboleth.MetadataResolverService': Reloading service configuration 2017-03-10 15:21:30,530 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML bean definitions from file [/opt/shibboleth-idp/conf/metadata-providers.xml] 2017-03-10 15:21:30,554 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML bean definitions from file [/opt/shibboleth-idp/system/conf/metadata-providers-system.xml] 2017-03-10 15:21:30,560 - INFO [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:577] - Refreshing ApplicationContext:shibboleth.MetadataResolverService: startup date [Fri Mar 10 15:21:30 EST 2017]; parent: Root WebApplicationContext 2017-03-10 15:21:30,566 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:378] - Service 'shibboleth.MetadataResolverService': Completed reload and swapped in latest configuration for service 'shibboleth.MetadataResolverService' 2017-03-10 15:21:30,566 - INFO [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:957] - Closing ApplicationContext:shibboleth.MetadataResolverService: startup date [Fri Mar 10 14:45:30 EST 2017]; parent: Root WebApplicationContext 2017-03-10 15:21:30,566 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:385] - Service 'shibboleth.MetadataResolverService': Reload complete ```

By Michael Schwartz Account Admin 10 Mar 2017 at 3:16 p.m. CST

Michael Schwartz gravatar
Is oxTrust reporting the error? If so, can you post a screenshot of the error and also the oxTrust logs?

By Cedric Ferraris user 10 Mar 2017 at 3:38 p.m. CST

Cedric Ferraris gravatar
Yes, it says Validation Failed in the TR page and when I click on that specific entry, the error message is at the bottom. See: ![screenshot](https://s2.postimg.org/e9ic4eg6h/screenshot.jpg "enter image title here") Logs from oxTrust starting at 15:21:25 with the error: ``` 2017-03-10 15:21:25,624 WARN [pool-2-thread-10] [org.gluu.oxtrust.ldap.service.MetadataValidationTimer] (MetadataValidationTimer.java:151) - Validation of @!20FC.B0F5.E1AF.8911!0002!392B.78BA!0006!2255.5CCF failed: The element type "META" must be terminated by the matching end-tag "</META>". 2017-03-10 15:21:25,625 DEBUG [pool-2-thread-10] [org.gluu.oxtrust.ldap.service.TrustService] (TrustService.java:111) - Updating TR @!20FC.B0F5.E1AF.8911!0002!392B.78BA!0006!2255.5CCF 2017-03-10 15:21:25,625 DEBUG [pool-2-thread-10] [org.gluu.oxtrust.ldap.service.TrustService] (TrustService.java:115) - there is no cluster configuration. Assuming standalone appliance. 2017-03-10 15:21:25,632 DEBUG [pool-2-thread-10] [org.gluu.oxtrust.ldap.service.MetadataValidationTimer] (MetadataValidationTimer.java:92) - Metadata validation finished with result: 'false' 2017-03-10 15:21:41,857 DEBUG [qtp2008017533-11] [org.gluu.oxtrust.action.JsonConfigurationAction] (JsonConfigurationAction.java:80) - Loading oxauth-config.json and oxtrust-config.json 2017-03-10 15:21:48,860 DEBUG [qtp2008017533-13] [org.gluu.oxtrust.action.JsonConfigurationAction] (JsonConfigurationAction.java:123) - Saving oxtrust-config.json:{"baseDN":"o=gluu","orgInum":"@!20FC.B0F5.E1AF.8911!0001!B22D.0945","orgIname":"","orgSupportEmail":"cedric.ferraris@ville.montreal.qc.ca","applianceInum":"@!20FC.B0F5.E1AF.8911!0002!392B.78BA","applianceUrl":"https://lablgl02b.montrealnet.vdm.qc.ca","baseEndpoint":"https://lablgl02b.montrealnet.vdm.qc.ca/identity/seam/resource/restv1","personObjectClassTypes":["gluuCustomPerson","gluuPerson","eduPerson"],"personCustomObjectClass":"gluuCustomPerson","personObjectClassDisplayNames":["gluuCustomPerson","gluuPerson","eduPerson"],"contactObjectClassTypes":[],"contactObjectClassDisplayNames":[],"photoRepositoryRootDir":"/var/ox/photos","photoRepositoryThumbWidth":300,"photoRepositoryThumbHeight":300,"photoRepositoryCountLeveles":3,"photoRepositoryCountFoldersPerLevel":20,"authMode":"","ldifStore":"/var/ox/identity/removed","pokenApplicationSecret":"","updateApplianceStatus":true,"svnConfigurationStoreRoot":"unused","svnConfigurationStorePassword":"hidden","keystorePath":"/etc/certs/shibIDP.jks","keystorePassword":"hidden","allowPersonModification":true,"idpUrl":"https://lablgl02b.montrealnet.vdm.qc.ca","velocityLog":"/opt/gluu/jetty/identity/logs/velocity.log","spMetadataPath":"","logoLocation":"/var/ox/photos","idpSecurityKey":"/etc/certs/shibIDP.key","idpSecurityKeyPassword":"hidden","idpSecurityCert":"/etc/certs/shibIDP.crt","gluuSpAttributes":[],"configGeneration":true,"idpLdapProtocol":"ldaps","idpLdapServer":"localhost:1636","idpBindDn":"cn=Directory Manager","idpBindPassword":"hidden","idpUserFields":"","gluuSpCert":"/etc/certs/shibIDP.crt","shibboleth3FederationRootDir":"/opt/shibboleth-federation","cacheRefreshEnabled":false,"cacheRefreshIntervalMinutes":0,"caCertsLocation":"/usr/java/latest/jre/lib/security/cacerts","caCertsPassphrase":"hidden","tempCertDir":"/etc/certs/temp","certDir":"/etc/certs/","servicesRestartTrigger":"/opt/gluu/essential_files/trigger_restart_of_services_delete_me_to_do_so","persistSVN":false,"oxAuthSectorIdentifierUrl":"https://lablgl02b.montrealnet.vdm.qc.ca/oxauth/sectoridentifier","oxAuthClientId":"@!20FC.B0F5.E1AF.8911!0001!B22D.0945!0008!6191.66DB","oxAuthClientPassword":"hidden","oxAuthClientScope":"openid+profile+email+user_name","loginRedirectUrl":"https://lablgl02b.montrealnet.vdm.qc.ca/identity/authentication/authcode","logoutRedirectUrl":"https://lablgl02b.montrealnet.vdm.qc.ca/identity/authentication/finishlogout","clusteredInums":[],"clientAssociationAttribute":"inum","oxAuthIssuer":"https://lablgl02b.montrealnet.vdm.qc.ca","ignoreValidation":false,"umaIssuer":"https://lablgl02b.montrealnet.vdm.qc.ca","scimUmaClientId":"@!20FC.B0F5.E1AF.8911!0001!B22D.0945!0008!A94E.01D6","scimUmaClientKeyId":"","scimUmaResourceId":"1447184268430","scimUmaScope":"https://lablgl02b.montrealnet.vdm.qc.ca/oxauth/seam/resource/restv1/uma/scopes/scim_access","scimUmaClientKeyStoreFile":"/etc/certs/scim-rs.jks","scimUmaClientKeyStorePassword":"vFCJ463kVFb3Mmf7CcfZAg==","passportUmaClientId":"@!20FC.B0F5.E1AF.8911!0001!B22D.0945!0008!593B.1A8D","passportUmaClientKeyId":"","passportUmaResourceId":"1447184268440","passportUmaScope":"https://lablgl02b.montrealnet.vdm.qc.ca/oxauth/seam/resource/restv1/uma/scopes/passport_access","passportUmaClientKeyStoreFile":"/etc/certs/passport-rs.jks","passportUmaClientKeyStorePassword":"EtExcuAb/bPtuki9hDMGvA==","recaptchaSiteKey":"","recaptchaSecretKey":"","cssLocation":"","jsLocation":"","rptConnectionPoolUseConnectionPooling":true,"rptConnectionPoolMaxTotal":200,"rptConnectionPoolDefaultMaxPerRoute":20,"rptConnectionPoolValidateAfterInactivity":10,"rptConnectionPoolCustomKeepAliveTimeout":5,"scimTestMode":false,"scimTestModeAccessToken":"","shibbolethVersion":"v3","shibboleth3IdpRootDir":"/opt/shibboleth-idp","shibboleth3SpConfDir":"/opt/shibboleth-idp/sp","organizationName":"Ville de Montreal","idp3SigningCert":"/etc/certs/idp-signing.crt","idp3EncryptionCert":"/etc/certs/idp-encryption.crt","clientWhiteList":["*"],"clientBlackList":["*.attacker.com/*"],"oxIncommonFlag":false,"loggingLevel":"DEFAULT"} 2017-03-10 15:21:54,427 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.ldap.service.AttributeService] (AttributeService.java:675) - objectClassTypes=[gluuCustomPerson, gluuPerson, eduPerson] 2017-03-10 15:21:54,429 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: birthdate 2017-03-10 15:21:54,429 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: c 2017-03-10 15:21:54,429 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: displayName 2017-03-10 15:21:54,430 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: mail 2017-03-10 15:21:54,430 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: emailVerified 2017-03-10 15:21:54,431 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: oxEnrollmentCode 2017-03-10 15:21:54,431 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: givenName 2017-03-10 15:21:54,432 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: gender 2017-03-10 15:21:54,432 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: gluuIMAPData 2017-03-10 15:21:54,432 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: iname 2017-03-10 15:21:54,433 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: inum 2017-03-10 15:21:54,433 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: sn 2017-03-10 15:21:54,434 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: updatedAt 2017-03-10 15:21:54,434 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: locale 2017-03-10 15:21:54,434 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: memberOf 2017-03-10 15:21:54,435 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: middleName 2017-03-10 15:21:54,435 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: nickname 2017-03-10 15:21:54,435 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: address 2017-03-10 15:21:54,436 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: o 2017-03-10 15:21:54,436 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: persistentId 2017-03-10 15:21:54,436 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: phoneNumberVerified 2017-03-10 15:21:54,437 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: picture 2017-03-10 15:21:54,437 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: preferredLanguage 2017-03-10 15:21:54,437 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: preferredUsername 2017-03-10 15:21:54,438 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: profile 2017-03-10 15:21:54,438 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: secretAnswer 2017-03-10 15:21:54,438 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: secretQuestion 2017-03-10 15:21:54,439 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: zoneinfo 2017-03-10 15:21:54,439 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: transientId 2017-03-10 15:21:54,439 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: role 2017-03-10 15:21:54,440 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: gluuStatus 2017-03-10 15:21:54,440 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: uid 2017-03-10 15:21:54,440 DEBUG [qtp2008017533-10] [org.gluu.oxtrust.action.CustomAttributeAction] (CustomAttributeAction.java:104) - attribute: website 2017-03-10 15:21:54,534 WARN [qtp2008017533-10] [org.jboss.seam.ui.renderkit.DefaultActionRendererBase] (DefaultActionRendererBase.java:54) - Must set an id for the default action source 2017-03-10 15:21:54,536 WARN [qtp2008017533-10] [org.jboss.seam.ui.renderkit.DefaultActionRendererBase] (DefaultActionRendererBase.java:54) - Must set an id for the default action source 2017-03-10 15:21:58,289 INFO [pool-2-thread-4] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:206) - Loading configuration from LDAP... 2017-03-10 15:21:58,294 INFO [pool-2-thread-10] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:496) - Setting loggers level to: 'DEFAULT' 2017-03-10 15:21:58,294 INFO [pool-2-thread-10] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:501) - Reloadming log4j configuration 2017-03-10 15:21:58,307 DEBUG [pool-2-thread-6] [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] (StatusCheckerTimer.java:137) - Starting update of appliance status 2017-03-10 15:21:58,326 DEBUG [pool-2-thread-6] [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] (StatusCheckerTimer.java:339) - Setting facter attributes 2017-03-10 16:30:27,750 WARN [qtp2008017533-13] [org.jboss.seam.ui.renderkit.DefaultActionRendererBase] (DefaultActionRendererBase.java:54) - Must set an id for the default action source 2017-03-10 16:30:27,755 WARN [qtp2008017533-13] [org.jboss.seam.ui.renderkit.DefaultActionRendererBase] (DefaultActionRendererBase.java:54) - Must set an id for the default action source ```

By Michael Schwartz Account Admin 10 Mar 2017 at 3:42 p.m. CST

Michael Schwartz gravatar
Assigning this to one of our developers to try to replicate.

By Cedric Ferraris user 13 Mar 2017 at 8:24 a.m. CDT

Cedric Ferraris gravatar
Apparently, it was a problem on our side with blocking/inspection of SSL traffic. Since we have allowed this traffic, all validations are successful. The ticket can be closed, thanks for your help.