Here is slapd output
```
[root@sso centos]# ps -aux | grep -i slapd?
ldap 1825 0.0 0.1 2704280 8244 ? Ssl 22:18 0:00 /opt/symas/lib64/slapd -u ldap -g ldap -h ldaps://127.0.0.1:1636/
```
Here is oxauth.log
```
[root@sso logs]# more oxauth.log
2017-06-23 23:31:05,487 INFO [main] [org.jboss.seam.servlet.SeamListener] (SeamListener.java:33) - Welcome to Seam 2.3.1.Final
2017-06-23 23:31:05,497 WARN [main] [org.jboss.seam.util.Resources] (Resources.java:168) - Unable to determine real path from servlet context for
"/WEB-INF/dev" path does not exist.
2017-06-23 23:31:06,447 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:224) - reading /WEB-INF/components.xml
2017-06-23 23:31:06,484 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /seam.properties
2017-06-23 23:31:06,485 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /jndi.properties
2017-06-23 23:31:06,507 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.init, scope: APPLICATION, ty
pe: JAVA_BEAN, class: org.jboss.seam.core.Init
2017-06-23 23:31:06,515 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.web.userPrincipal
2017-06-23 23:31:06,516 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.core.resourceLoader
2017-06-23 23:31:06,516 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.core.expressions
2017-06-23 23:31:06,517 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.cache.cacheProvider
2017-06-23 23:31:06,517 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.web.isUserInRole
2017-06-23 23:31:06,517 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.core.manager
2017-06-23 23:31:06,517 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.persistence.persistenceProvider
2017-06-23 23:31:06,518 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.ui.clientUidSelector
2017-06-23 23:31:06,518 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.core.locale
2017-06-23 23:31:06,518 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.transaction.transaction
2017-06-23 23:31:06,518 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.web.parameters
2017-06-23 23:31:06,519 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.exception.exceptions
2017-06-23 23:31:06,519 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.core.locale
2017-06-23 23:31:06,589 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: appInitializer, scope: APPLICATION, type: JAVA_B
EAN, class: org.xdi.oxauth.service.AppInitializer
2017-06-23 23:31:06,611 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applianceService, scope: STATELESS, type: JAVA_B
EAN, class: org.xdi.oxauth.service.ApplianceService
2017-06-23 23:31:06,615 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationAuditLogger, scope: APPLICATION, type
: JAVA_BEAN, class: org.xdi.oxauth.audit.ApplicationAuditLogger
2017-06-23 23:31:06,621 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationFactory, scope: APPLICATION, type: JA
VA_BEAN, class: org.xdi.oxauth.service.ApplicationFactory
2017-06-23 23:31:06,622 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationService, scope: APPLICATION, type: JA
VA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ApplicationService
2017-06-23 23:31:06,624 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: attributeService, scope: STATELESS, type: JAVA_B
EAN, class: org.xdi.oxauth.service.AttributeService
2017-06-23 23:31:06,628 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationFilterService, scope: APPLICATION,
type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationFilterService
2017-06-23 23:31:06,635 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationService, scope: STATELESS, type: J
AVA_BEAN, class: org.xdi.oxauth.service.AuthenticationService
2017-06-23 23:31:06,638 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticator, scope: EVENT, type: JAVA_BEAN, cl
ass: org.xdi.oxauth.auth.Authenticator
2017-06-23 23:31:06,643 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authorizationGrantList, scope: APPLICATION, type
: JAVA_BEAN, class: org.xdi.oxauth.model.common.AuthorizationGrantList
2017-06-23 23:31:06,645 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authorizeAction, scope: EVENT, type: JAVA_BEAN,
class: org.xdi.oxauth.authorize.ws.rs.AuthorizeAction
2017-06-23 23:31:06,650 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheService, scope: APPLICATION, type: JAVA_BEA
N, class: org.xdi.service.CacheService
2017-06-23 23:31:06,661 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: checkSessionStatusRestWebService, scope: EVENT,
type: JAVA_BEAN, class: org.xdi.oxauth.session.ws.rs.CheckSessionStatusRestWebServiceImpl
2017-06-23 23:31:06,663 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cleanerTimer, scope: APPLICATION, type: JAVA_BEA
N, class: org.xdi.oxauth.service.CleanerTimer
2017-06-23 23:31:06,665 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientAuthorizationsService, scope: STATELESS, t
ype: JAVA_BEAN, class: org.xdi.oxauth.service.ClientAuthorizationsService
2017-06-23 23:31:06,667 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientDataValidationService, scope: STATELESS, t
ype: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ClientDataValidationService
2017-06-23 23:31:06,672 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientFilterService, scope: APPLICATION, type: J
AVA_BEAN, class: org.xdi.oxauth.service.ClientFilterService
2017-06-23 23:31:06,674 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientService, scope: STATELESS, type: JAVA_BEAN
, class: org.xdi.oxauth.service.ClientService
2017-06-23 23:31:06,679 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: configurationFactory, scope: APPLICATION, type:
JAVA_BEAN, class: org.xdi.oxauth.model.config.ConfigurationFactory
2017-06-23 23:31:06,681 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: corsFilter, scope: EVENT, type: JAVA_BEAN, class
: org.xdi.oxauth.filter.CorsFilter
2017-06-23 23:31:06,685 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManager, scope: APPLICATION, type: J
AVA_BEAN, class: org.xdi.service.custom.script.CustomScriptManager
2017-06-23 23:31:06,686 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManagerMigrator, scope: APPLICATION,
type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptManagerMigrator
2017-06-23 23:31:06,688 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptService, scope: STATELESS, type: JAV
A_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptService
2017-06-23 23:31:06,689 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: deviceRegistrationService, scope: STATELESS, typ
e: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.DeviceRegistrationService
2017-06-23 23:31:06,692 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: encryptionService, scope: STATELESS, type: JAVA_
BEAN, class: org.xdi.oxauth.service.EncryptionService
2017-06-23 23:31:06,694 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: endSessionRestWebService, scope: EVENT, type: JA
VA_BEAN, class: org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl
2017-06-23 23:31:06,697 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: errorResponseFactory, scope: APPLICATION, type:
JAVA_BEAN, class: org.xdi.oxauth.model.error.ErrorResponseFactory
2017-06-23 23:31:06,698 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalApplicationSessionService, scope: APPLIC
ATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalApplicationSessionService
2017-06-23 23:31:06,705 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalAuthenticationService, scope: APPLICATIO
N, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalAuthenticationService
2017-06-23 23:31:06,708 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicClientRegistrationService, scope:
APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicClientRegistrationService
2017-06-23 23:31:06,709 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicScopeService, scope: APPLICATION,
type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicScopeService
2017-06-23 23:31:06,718 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalIdGeneratorService, scope: APPLICATION,
type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalIdGeneratorService
2017-06-23 23:31:06,719 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalUmaAuthorizationPolicyService, scope: AP
PLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalUmaAuthorizationPolicyService
2017-06-23 23:31:06,721 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuCacheProvider, scope: APPLICATION, type: JAV
A_BEAN, class: org.xdi.service.GluuEhCacheProvider
2017-06-23 23:31:06,723 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuMetaDataConfigurationRestWebService, scope:
EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.gluu.ws.rs.GluuConfigurationWS
2017-06-23 23:31:06,726 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: grantService, scope: STATELESS, type: JAVA_BEAN,
class: org.xdi.oxauth.service.GrantService
2017-06-23 23:31:06,732 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: httpService, scope: APPLICATION, type: JAVA_BEAN
, class: org.xdi.oxauth.service.net.HttpService
2017-06-23 23:31:06,739 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idGenService, scope: STATELESS, type: JAVA_BEAN,
class: org.xdi.oxauth.idgen.ws.rs.IdGenService
2017-06-23 23:31:06,744 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idGenWS, scope: EVENT, type: JAVA_BEAN, class: o
rg.xdi.oxauth.idgen.ws.rs.IdGenRestWebService
2017-06-23 23:31:06,748 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idTokenFactory, scope: STATELESS, type: JAVA_BEA
N, class: org.xdi.oxauth.model.token.IdTokenFactory
2017-06-23 23:31:06,752 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: introspectionWS, scope: EVENT, type: JAVA_BEAN,
class: org.xdi.oxauth.introspection.ws.rs.IntrospectionWebService
2017-06-23 23:31:06,753 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: inumGenerator, scope: STATELESS, type: JAVA_BEAN
, class: org.xdi.oxauth.idgen.ws.rs.InumGenerator
2017-06-23 23:31:06,754 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: inumService, scope: STATELESS, type: JAVA_BEAN,
class: org.xdi.oxauth.service.InumService
2017-06-23 23:31:06,755 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonService, scope: APPLICATION, type: JAVA_BEAN
, class: org.xdi.service.JsonService
2017-06-23 23:31:06,758 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: keyGeneratorTimer, scope: APPLICATION, type: JAV
A_BEAN, class: org.xdi.oxauth.service.KeyGeneratorTimer
2017-06-23 23:31:06,759 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ldapCustomAuthenticationConfigurationService, sc
ope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.LdapCustomAuthenticationConfigurationService
2017-06-23 23:31:06,760 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ldapStatusTimer, scope: APPLICATION, type: JAVA_
BEAN, class: org.xdi.oxauth.service.status.ldap.LdapStatusTimer
2017-06-23 23:31:06,761 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: loginAction, scope: EVENT, type: JAVA_BEAN, clas
s: org.xdi.oxauth.authorize.ws.rs.LoginAction
2017-06-23 23:31:06,764 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: logoutAction, scope: EVENT, type: JAVA_BEAN, cla
ss: org.xdi.oxauth.authorize.ws.rs.LogoutAction
2017-06-23 23:31:06,766 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: lookupService, scope: STATELESS, type: JAVA_BEAN
, class: org.xdi.service.LookupService
2017-06-23 23:31:06,772 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: mailService, scope: APPLICATION, type: JAVA_BEAN
, class: org.xdi.service.MailService
2017-06-23 23:31:06,775 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metricService, scope: APPLICATION, type: JAVA_BE
AN, class: org.xdi.oxauth.service.MetricService
2017-06-23 23:31:06,777 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: networkService, scope: STATELESS, type: JAVA_BEA
N, class: org.xdi.service.net.NetworkService
2017-06-23 23:31:06,778 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: objectSerializationService, scope: APPLICATION,
type: JAVA_BEAN, class: org.xdi.service.ObjectSerializationService
2017-06-23 23:31:06,780 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.asynchronousExceptionHandle
r, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
2017-06-23 23:31:06,782 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.dispatcher, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
2017-06-23 23:31:06,783 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.cache.cacheProvider, scope: APPLI
CATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider
2017-06-23 23:31:06,788 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.captcha.captcha, scope: SESSION,
type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
2017-06-23 23:31:06,789 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.captcha.captchaImage, scope: APPL
ICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
2017-06-23 23:31:06,789 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.ConversationIdGenerator, sco
pe: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
2017-06-23 23:31:06,790 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.contexts, scope: STATELESS,
type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
2017-06-23 23:31:06,791 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversation, scope: CONVERS
ATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
2017-06-23 23:31:06,792 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationEntries, scope:
SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
2017-06-23 23:31:06,792 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationListFactory, sco
pe: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
2017-06-23 23:31:06,793 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationPropagation, sco
pe: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
2017-06-23 23:31:06,794 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationStackFactory, sc
ope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
2017-06-23 23:31:06,794 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.events, scope: EVENT, type:
JAVA_BEAN, class: org.jboss.seam.core.Events
2017-06-23 23:31:06,801 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.expressions, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
2017-06-23 23:31:06,802 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.interpolator, scope: STATELE
SS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
2017-06-23 23:31:06,803 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.locale, scope: STATELESS, ty
pe: JAVA_BEAN, class: org.jboss.seam.international.Locale
2017-06-23 23:31:06,805 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.manager, scope: EVENT, type:
JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
2017-06-23 23:31:06,806 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceBundle, scope: STATE
LESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
2017-06-23 23:31:06,807 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceLoader, scope: STATE
LESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
2017-06-23 23:31:06,808 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.validators, scope: APPLICATI
ON, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
2017-06-23 23:31:06,809 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.document.documentStore, scope: CO
NVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
2017-06-23 23:31:06,809 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.el.referenceCache, scope: APPLICA
TION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache
2017-06-23 23:31:06,812 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.exception.exceptions, scope: APPL
ICATION, type: JAVA_BEAN, class: org.xdi.service.exception.GluuCustomExceptions
2017-06-23 23:31:06,816 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dataModels, scope: STATELES
S, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
2017-06-23 23:31:06,817 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dateConverter, scope: EVENT
, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter
2017-06-23 23:31:06,818 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesContext, scope: APPLIC
ATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
2017-06-23 23:31:06,819 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesPage, scope: PAGE, typ
e: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
2017-06-23 23:31:06,819 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.httpError, scope: APPLICATI
ON, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
2017-06-23 23:31:06,820 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.redirect, scope: CONVERSATI
ON, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
2017-06-23 23:31:06,820 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.renderer, scope: STATELESS,
type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
2017-06-23 23:31:06,821 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.switcher, scope: PAGE, type
: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
2017-06-23 23:31:06,821 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.uiComponent, scope: STATELE
SS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
2017-06-23 23:31:06,822 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.validation, scope: EVENT, t
ype: JAVA_BEAN, class: org.jboss.seam.faces.Validation
2017-06-23 23:31:06,823 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentDate, scope: STA
TELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
2017-06-23 23:31:06,824 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentDatetime, scope:
STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
2017-06-23 23:31:06,824 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentTime, scope: STA
TELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
2017-06-23 23:31:06,826 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.graphicImage.image, scope: EVENT,
type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
2017-06-23 23:31:06,827 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.localeSelector, sco
pe: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
2017-06-23 23:31:06,828 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.messagesFactory, sc
ope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
2017-06-23 23:31:06,833 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.statusMessages, sco
pe: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
2017-06-23 23:31:06,834 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZone, scope: ST
ATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
2017-06-23 23:31:06,835 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZoneSelector, s
cope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
2017-06-23 23:31:06,835 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZones, scope: A
PPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones
2017-06-23 23:31:06,837 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.mail.mailSession, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
2017-06-23 23:31:06,840 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.pages, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
2017-06-23 23:31:06,843 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.safeActions, scope: AP
PLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
2017-06-23 23:31:06,843 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.persistence.persistenceContexts,
scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
2017-06-23 23:31:06,845 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.persistence.persistenceProvider,
scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceProvider
2017-06-23 23:31:06,845 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.application, scope: APPL
ICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.Application
2017-06-23 23:31:06,848 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.bootstrap, scope: APPLIC
ATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyBootstrap
2017-06-23 23:31:06,849 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.resourceAdapter, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyResourceAdapter
2017-06-23 23:31:06,851 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.configurationFactory, sc
ope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
2017-06-23 23:31:06,851 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.credentials, scope: SESS
ION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
2017-06-23 23:31:06,852 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.entityPermissionChecker,
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
2017-06-23 23:31:06,853 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.facesSecurityEvents, sco
pe: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
2017-06-23 23:31:06,853 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.identifierPolicy, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
2017-06-23 23:31:06,854 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.identity, scope: SESSION
, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
2017-06-23 23:31:06,857 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.identityManager, scope:
EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
2017-06-23 23:31:06,859 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleAction, s
cope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
2017-06-23 23:31:06,859 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleSearch, s
cope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
2017-06-23 23:31:06,865 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userAction, s
cope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
2017-06-23 23:31:06,865 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userSearch, s
cope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
2017-06-23 23:31:06,866 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.passwordHash, scope: STA
TELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
2017-06-23 23:31:06,867 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permission.permissionSea
rch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
2017-06-23 23:31:06,868 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permissionManager, scope
: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
2017-06-23 23:31:06,869 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permissionMapper, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
2017-06-23 23:31:06,872 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.persistentPermissionReso
lver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
2017-06-23 23:31:06,873 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.rememberMe, scope: SESSI
ON, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
2017-06-23 23:31:06,874 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeFactory, scope: STATEL
ESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
2017-06-23 23:31:06,875 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeSelector, scope: SESSI
ON, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
2017-06-23 23:31:06,875 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.facesTransactionEvent
s, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents
2017-06-23 23:31:06,876 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.synchronizations, sco
pe: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
2017-06-23 23:31:06,877 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.transaction, scope: E
VENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.NoTransaction
2017-06-23 23:31:06,880 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.EntityConverter, scope: CONVER
SATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
2017-06-23 23:31:06,881 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.clientUidSelector, scope: EVEN
T, type: JAVA_BEAN, class: org.xdi.oxauth.service.FixedClientUidSelector
2017-06-23 23:31:06,882 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.entityIdentifierStore, scope:
PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
2017-06-23 23:31:06,883 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.entityLoader, scope: STATELESS
, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
2017-06-23 23:31:06,884 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.facesContextFactory, s
cope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
2017-06-23 23:31:06,884 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.mockHttpSession, scope
: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
2017-06-23 23:31:06,885 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.mockServletContext, sc
ope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
2017-06-23 23:31:06,886 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.faces.facelet.faceletCompiler,
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
2017-06-23 23:31:06,888 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.graphicImage.graphicImageResou
rce, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
2017-06-23 23:31:06,889 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.graphicImage.graphicImageStore
, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
2017-06-23 23:31:06,890 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.resource.webResource, scope: A
PPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
2017-06-23 23:31:06,891 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.authenticationFilter, scope:
APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.auth.AuthenticationFilter
2017-06-23 23:31:06,893 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.exceptionFilter, scope: APPLI
CATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
2017-06-23 23:31:06,894 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.identityFilter, scope: APPLIC
ATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
2017-06-23 23:31:06,897 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.isUserInRole, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
2017-06-23 23:31:06,897 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.loggingFilter, scope: APPLICA
TION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
2017-06-23 23:31:06,898 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.multipartFilter, scope: APPLI
CATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
2017-06-23 23:31:06,898 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.parameters, scope: STATELESS,
type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
2017-06-23 23:31:06,899 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.redirectFilter, scope: APPLIC
ATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
2017-06-23 23:31:06,899 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.rewriteFilter, scope: APPLICA
TION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter
2017-06-23 23:31:06,900 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.servletContexts, scope: EVENT
, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
2017-06-23 23:31:06,900 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.session, scope: SESSION, type
: JAVA_BEAN, class: org.jboss.seam.web.Session
2017-06-23 23:31:06,901 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.userPrincipal, scope: APPLICA
TION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
2017-06-23 23:31:06,901 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxAuthConfigurationService, scope: STATELESS, ty
pe: JAVA_BEAN, class: org.xdi.oxauth.service.OxAuthConfigurationService
2017-06-23 23:31:06,902 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pageService, scope: STATELESS, type: JAVA_BEAN,
class: org.xdi.service.util.PageService
2017-06-23 23:31:06,903 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pairwiseIdentifierService, scope: STATELESS, typ
e: JAVA_BEAN, class: org.xdi.oxauth.service.PairwiseIdentifierService
2017-06-23 23:31:06,912 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pythonService, scope: APPLICATION, type: JAVA_BE
AN, class: org.xdi.service.PythonService
2017-06-23 23:31:06,914 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rawAuthenticationService, scope: STATELESS, type
: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.RawAuthenticationService
2017-06-23 23:31:06,915 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rawRegistrationService, scope: STATELESS, type:
JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.RawRegistrationService
2017-06-23 23:31:06,916 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: redirectionUriService, scope: STATELESS, type: J
AVA_BEAN, class: org.xdi.oxauth.service.RedirectionUriService
2017-06-23 23:31:06,917 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registerParamsValidator, scope: STATELESS, type:
JAVA_BEAN, class: org.xdi.oxauth.model.registration.RegisterParamsValidator
2017-06-23 23:31:06,919 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registerRestWebService, scope: EVENT, type: JAVA
_BEAN, class: org.xdi.oxauth.register.ws.rs.RegisterRestWebServiceImpl
2017-06-23 23:31:06,927 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestAuthorizationRestWebService, scope: EVENT
, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl
2017-06-23 23:31:06,929 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestClientInfoRestWebService, scope: EVENT, t
ype: JAVA_BEAN, class: org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebServiceImpl
2017-06-23 23:31:06,930 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestJwkRestWebService, scope: EVENT, type: JA
VA_BEAN, class: org.xdi.oxauth.jwk.ws.rs.JwkRestWebServiceImpl
2017-06-23 23:31:06,933 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestTokenRestWebService, scope: EVENT, type:
JAVA_BEAN, class: org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl
2017-06-23 23:31:06,936 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestUserInfoRestWebService, scope: EVENT, typ
e: JAVA_BEAN, class: org.xdi.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl
2017-06-23 23:31:06,937 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestValidateTokenRestWebService, scope: EVENT
, type: JAVA_BEAN, class: org.xdi.oxauth.token.ws.rs.ValidateTokenRestWebServiceImpl
2017-06-23 23:31:06,938 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetPermissionManager, scope: APPLICATION
, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetPermissionManager
2017-06-23 23:31:06,943 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetPermissionRegistrationRestWebService,
scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.PermissionRegistrationWS
2017-06-23 23:31:06,950 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetRegistrationRestWebService, scope: EV
ENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ResourceSetRegistrationWS
2017-06-23 23:31:06,952 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetService, scope: STATELESS, type: JAVA
_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetService
2017-06-23 23:31:06,953 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptManager, scope: APPLICATION, type: JAVA_BEAN,
class: org.xdi.oxauth.service.uma.RPTManager
2017-06-23 23:31:06,955 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptPermissionAuthorizationRestWebService, scope:
EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptPermissionAuthorizationWS
2017-06-23 23:31:06,956 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptRestWebService, scope: EVENT, type: JAVA_BEAN
, class: org.xdi.oxauth.uma.ws.rs.CreateRptWS
2017-06-23 23:31:06,958 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptStatusRestWebService, scope: EVENT, type: JAV
A_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptStatusWS
2017-06-23 23:31:06,962 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaService, scope: STATELESS, type: JAVA_BEAN
, class: org.xdi.service.SchemaService
2017-06-23 23:31:06,963 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeChecker, scope: STATELESS, type: JAVA_BEAN,
class: org.xdi.oxauth.model.authorize.ScopeChecker
2017-06-23 23:31:06,964 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeService, scope: STATELESS, type: JAVA_BEAN,
class: org.xdi.oxauth.service.ScopeService
2017-06-23 23:31:06,965 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sectorIdentifierService, scope: STATELESS, type:
JAVA_BEAN, class: org.xdi.oxauth.service.SectorIdentifierService
2017-06-23 23:31:06,966 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionClient, scope: EVENT, type: JAVA_BEAN, cl
ass: org.xdi.oxauth.model.session.SessionClient
2017-06-23 23:31:06,968 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionStateService, scope: STATELESS, type: JAV
A_BEAN, class: org.xdi.oxauth.service.SessionStateService
2017-06-23 23:31:06,969 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionUser, scope: EVENT, type: JAVA_BEAN, clas
s: org.xdi.oxauth.model.common.SessionState
2017-06-23 23:31:06,974 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: tokenService, scope: STATELESS, type: JAVA_BEAN,
class: org.xdi.oxauth.service.token.TokenService
2017-06-23 23:31:06,975 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fAuthenticationRestWebService, scope: EVENT, t
ype: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fAuthenticationWS
2017-06-23 23:31:06,978 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fAuthenticationService, scope: STATELESS, type
: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.AuthenticationService
2017-06-23 23:31:06,979 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fMetaDataConfigurationRestWebService, scope: E
VENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fConfigurationWS
2017-06-23 23:31:06,981 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fRegistrationRestWebService, scope: EVENT, typ
e: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fRegistrationWS
2017-06-23 23:31:06,982 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fRegistrationService, scope: STATELESS, type:
JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.RegistrationService
2017-06-23 23:31:06,983 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fRequestService, scope: STATELESS, type: JAVA_
BEAN, class: org.xdi.oxauth.service.fido.u2f.RequestService
2017-06-23 23:31:06,983 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fValidationService, scope: STATELESS, type: JA
VA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ValidationService
2017-06-23 23:31:06,985 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaAuthorizationService, scope: STATELESS, type:
JAVA_BEAN, class: org.xdi.oxauth.service.uma.authorization.AuthorizationService
2017-06-23 23:31:06,986 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaMetaDataConfigurationRestWebService, scope: E
VENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.UmaConfigurationWS
2017-06-23 23:31:06,987 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaRsPermissionService, scope: STATELESS, type:
JAVA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.PermissionService
2017-06-23 23:31:06,989 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaRsResourceService, scope: STATELESS, type: JA
VA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.RsResourceService
2017-06-23 23:31:06,990 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaScopeIconRestWebService, scope: EVENT, type:
JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ScopeIconWS
2017-06-23 23:31:06,991 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaScopeRestWebService, scope: EVENT, type: JAVA
_BEAN, class: org.xdi.oxauth.uma.ws.rs.ScopeWS
2017-06-23 23:31:06,994 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaScopeService, scope: STATELESS, type: JAVA_BE
AN, class: org.xdi.oxauth.service.uma.ScopeService
2017-06-23 23:31:06,996 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaValidationService, scope: STATELESS, type: JA
VA_BEAN, class: org.xdi.oxauth.service.uma.UmaValidationService
2017-06-23 23:31:06,997 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userGroupService, scope: APPLICATION, type: JAVA
_BEAN, class: org.xdi.oxauth.service.UserGroupService
2017-06-23 23:31:06,999 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userService, scope: STATELESS, type: JAVA_BEAN,
class: org.xdi.oxauth.service.UserService
2017-06-23 23:31:07,000 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userSessionStateService, scope: STATELESS, type:
JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.UserSessionStateService
2017-06-23 23:31:07,002 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: xmlService, scope: APPLICATION, type: JAVA_BEAN,
class: org.xdi.service.XmlService
2017-06-23 23:31:07,094 INFO [main] [org.xdi.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:23) - Adding Bouncy Castle
Provider
2017-06-23 23:31:07,423 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:292) - Loading configuration fr
om LDAP...
2017-06-23 23:31:07,681 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:133) - Configuration loaded suc
cessfully.
2017-06-23 23:31:09,792 WARN [main] [org.jboss.seam.security.permission.PersistentPermissionResolver] (PersistentPermissionResolver.java:57) - no
permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permission
s are required.
2017-06-23 23:31:09,802 INFO [main] [org.jboss.seam.resteasy.ResteasyBootstrap] (ResteasyBootstrap.java:105) - bootstrapping JAX-RS application
2017-06-23 23:31:09,824 INFO [main] [org.jboss.seam.resteasy.ResteasyBootstrap] (ResteasyBootstrap.java:225) - registering built-in RESTEasy prov
iders
2017-06-23 23:31:10,234 ERROR [pool-2-thread-1] [org.jboss.seam.async.AsynchronousExceptionHandler] (AsynchronousExceptionHandler.java:25) - Excep
tion thrown whilst executing asynchronous call
org.gluu.site.ldap.persistence.exception.EntryPersistenceException: Failed to find entries with baseDN: ou=scripts,o=@!F07B.A24E.6BF5.51E5!0001!BF
E7.7B94,o=gluu, filter: (&(&(objectClass=top)(objectClass=oxCustomScript))(|(oxScriptType=person_authentication)(oxScriptType=client_registration)
(oxScriptType=id_generator)(oxScriptType=uma_authorization_policy)(oxScriptType=application_session)(oxScriptType=dynamic_scope)))
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:361) ~[oxLdap-3.0.2.jar:?]
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:329) ~[oxLdap-3.0.2.jar:?]
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:321) ~[oxLdap-3.0.2.jar:?]
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:305) ~[oxLdap-3.0.2.jar:?]
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:301) ~[oxLdap-3.0.2.jar:?]
at org.xdi.service.custom.script.AbstractCustomScriptService.findCustomScripts(AbstractCustomScriptService.java:81) ~[oxService-3.0.2.jar:
?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_112]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_112]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_112]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112]
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final
]
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.xdi.oxauth.service.custom.CustomScriptService_$$_javassist_seam_32.findCustomScripts(CustomScriptService_$$_javassist_seam_32.java)
~[classes/:?]
at org.xdi.service.custom.script.CustomScriptManager.reloadImpl(CustomScriptManager.java:140) ~[oxService-3.0.2.jar:?]
at org.xdi.service.custom.script.CustomScriptManager.reload(CustomScriptManager.java:131) ~[oxService-3.0.2.jar:?]
at org.xdi.service.custom.script.CustomScriptManager.init(CustomScriptManager.java:90) ~[oxService-3.0.2.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_112]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_112]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_112]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112]
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final
]
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.xdi.service.custom.script.CustomScriptManager_$$_javassist_seam_27.init(CustomScriptManager_$$_javassist_seam_27.java) ~[oxService-
3.0.2.jar:?]
at org.xdi.oxauth.service.AppInitializer.postInitialization(AppInitializer.java:129) ~[classes/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_112]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_112]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_112]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112]
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final
]
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.xdi.oxauth.service.AppInitializer_$$_javassist_seam_1.postInitialization(AppInitializer_$$_javassist_seam_1.java) ~[classes/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_112]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_112]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_112]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112]
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.async.AsynchronousInvocation$1.process(AsynchronousInvocation.java:62) ~[jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.async.Asynchronous$ContextualAsynchronousRequest.run(Asynchronous.java:80) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.async.AsynchronousInvocation.execute(AsynchronousInvocation.java:44) [jboss-seam-2.3.1.Final.jar:2.3.1.Final]
at org.jboss.seam.async.ThreadPoolDispatcher$RunnableAsynchronous.run(ThreadPoolDispatcher.java:142) [jboss-seam-2.3.1.Final.jar:2.3.1.Fin
al]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_112]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_112]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_112]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
Caused by: com.unboundid.ldap.sdk.LDAPSearchException: no such object
at com.unboundid.ldap.sdk.LDAPConnection.search(LDAPConnection.java:3650) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0]
at com.unboundid.ldap.sdk.AbstractConnectionPool.search(AbstractConnectionPool.java:2022) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0]
at org.gluu.site.ldap.OperationsFacade.search(OperationsFacade.java:280) ~[oxLdap-3.0.2.jar:?]
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:355) ~[oxLdap-3.0.2.jar:?]
... 81 more
2017-06-23 23:31:10,855 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.redirectFi
lter
2017-06-23 23:31:10,855 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.exceptionF
ilter
2017-06-23 23:31:10,855 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.multipartF
ilter
2017-06-23 23:31:10,855 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.authentica
tionFilter
2017-06-23 23:31:10,856 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.loggingFil
ter
2017-06-23 23:31:10,856 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.identityFi
lter
2017-06-23 23:31:10,856 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.rewriteFil
ter
```
Here is identity log
```
[root@sso logs]# more 2017_06_23.stderrout.log
2017-06-23 23:35:35.393:INFO:oejs.Server:main: jetty-9.3.15.v20161220
2017-06-23 23:35:35.409:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///opt/gluu/jetty/identity/webapps/] at interval 1
2017-06-23 23:35:42.133:INFO:oeja.AnnotationConfiguration:main: Scanning elapsed time=6068ms
2017-06-23 23:35:42,746 INFO [main] [org.jboss.seam.servlet.SeamListener] (SeamListener.java:33) - Welcome to Seam 2.3.1.Final
2017-06-23 23:35:42,756 WARN [main] [org.jboss.seam.util.Resources] (Resources.java:168) - Unable to determine real path from servlet context for
"/WEB-INF/dev" path does not exist.
2017-06-23 23:35:43,926 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:224) - reading /WEB-INF/components.xml
2017-06-23 23:35:43,976 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /seam.properties
2017-06-23 23:35:43,977 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /jndi.properties
2017-06-23 23:35:44,002 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.init, scope: APPLICATION, ty
pe: JAVA_BEAN, class: org.jboss.seam.core.Init
2017-06-23 23:35:44,012 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.transaction.transaction
2017-06-23 23:35:44,012 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.security.credentials
2017-06-23 23:35:44,012 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.web.parameters
2017-06-23 23:35:44,013 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.core.manager
2017-06-23 23:35:44,013 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.exception.exceptions
2017-06-23 23:35:44,013 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.cache.cacheProvider
2017-06-23 23:35:44,014 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.core.locale
2017-06-23 23:35:44,014 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.web.isUserInRole
2017-06-23 23:35:44,014 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.core.locale
2017-06-23 23:35:44,015 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.persistence.persistenceProvider
2017-06-23 23:35:44,015 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.core.expressions
2017-06-23 23:35:44,015 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.core.resourceLoader
2017-06-23 23:35:44,015 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: buildVersion
2017-06-23 23:35:44,016 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher preced
ence wins: org.jboss.seam.web.userPrincipal
2017-06-23 23:35:44,071 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: BulkWebService, scope: EVENT, type: JAVA_BEAN, c
lass: org.gluu.oxtrust.ws.rs.scim.BulkWebService
2017-06-23 23:35:44,101 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: GroupWebService, scope: EVENT, type: JAVA_BEAN,
class: org.gluu.oxtrust.ws.rs.scim.GroupWebService
2017-06-23 23:35:44,103 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: PassportConfigurationEndPoint, scope: EVENT, typ
e: JAVA_BEAN, class: org.gluu.oxtrust.api.rest.PassportRestWebService
2017-06-23 23:35:44,108 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: apisConfigurationAction, scope: CONVERSATION, ty
pe: JAVA_BEAN, class: org.gluu.oxtrust.action.ApisConfigurationAction
2017-06-23 23:35:44,117 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: appInitializer, scope: APPLICATION, type: JAVA_B
EAN, class: org.gluu.oxtrust.ldap.service.AppInitializer
2017-06-23 23:35:44,121 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: appliancePasswordAction, scope: EVENT, type: JAV
A_BEAN, class: org.gluu.oxtrust.action.AppliancePasswordAction
2017-06-23 23:35:44,125 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applianceService, scope: STATELESS, type: JAVA_B
EAN, class: org.gluu.oxtrust.ldap.service.ApplianceService
2017-06-23 23:35:44,126 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applianceStatusAction, scope: CONVERSATION, type
: JAVA_BEAN, class: org.gluu.oxtrust.action.ApplianceStatusAction
2017-06-23 23:35:44,129 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: asimbaAddIDPAction, scope: SESSION, type: JAVA_B
EAN, class: org.gluu.oxtrust.action.AsimbaAddIDPAction
2017-06-23 23:35:44,130 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: asimbaAddSPAction, scope: SESSION, type: JAVA_BE
AN, class: org.gluu.oxtrust.action.AsimbaAddSPAction
2017-06-23 23:35:44,133 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: asimbaService, scope: APPLICATION, type: JAVA_BE
AN, class: org.gluu.oxtrust.ldap.service.AsimbaService
2017-06-23 23:35:44,135 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: asimbaXMLConfigurationService, scope: APPLICATIO
N, type: JAVA_BEAN, class: org.gluu.oxtrust.service.asimba.AsimbaXMLConfigurationService
2017-06-23 23:35:44,136 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: attributeInventoryAction, scope: CONVERSATION, t
ype: JAVA_BEAN, class: org.gluu.oxtrust.action.AttributeInventoryAction
2017-06-23 23:35:44,140 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: attributeService, scope: STATELESS, type: JAVA_B
EAN, class: org.gluu.oxtrust.ldap.service.AttributeService
2017-06-23 23:35:44,142 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authOrganizationService, scope: STATELESS, type:
JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.AuthOrganizationService
2017-06-23 23:35:44,144 WARN [main] [org.jboss.seam.Component] (Component.java:435) - Component class should be serializable: authenticationSessi
onService
2017-06-23 23:35:44,144 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationSessionService, scope: SESSION, ty
pe: JAVA_BEAN, class: org.gluu.oxtrust.service.AuthenticationSessionService
2017-06-23 23:35:44,151 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticator, scope: SESSION, type: JAVA_BEAN,
class: org.gluu.oxtrust.action.Authenticator
2017-06-23 23:35:44,153 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: buildVersion, scope: APPLICATION, type: JAVA_BEA
N, class: org.gluu.oxtrust.util.BuildVersion
2017-06-23 23:35:44,161 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheRefreshService, scope: STATELESS, type: JAV
A_BEAN, class: org.gluu.oxtrust.ldap.cache.service.CacheRefreshService
2017-06-23 23:35:44,163 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheRefreshSnapshotFileService, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.gluu.oxtrust.ldap.cache.service.CacheRefreshSnapshotFileService
2017-06-23 23:35:44,166 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheRefreshTimer, scope: APPLICATION, type: JAV
A_BEAN, class: org.gluu.oxtrust.ldap.cache.service.CacheRefreshTimer
2017-06-23 23:35:44,168 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheService, scope: APPLICATION, type: JAVA_BEA
N, class: org.xdi.service.CacheService
2017-06-23 23:35:44,169 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: casService, scope: STATELESS, type: JAVA_BEAN, c
lass: org.gluu.oxtrust.ldap.service.CASService
2017-06-23 23:35:44,170 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: centralLdapService, scope: STATELESS, type: JAVA
_BEAN, class: org.gluu.oxtrust.ldap.service.CentralLdapService
2017-06-23 23:35:44,171 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: certificateManagementAction, scope: SESSION, typ
e: JAVA_BEAN, class: org.gluu.oxtrust.action.CertificateManagementAction
2017-06-23 23:35:44,175 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientAssociationWebService, scope: EVENT, type:
JAVA_BEAN, class: org.gluu.oxtrust.ws.rs.scim.ClientAssociationWebService
2017-06-23 23:35:44,176 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientPasswordAction, scope: EVENT, type: JAVA_B
EAN, class: org.gluu.oxtrust.action.ClientPasswordAction
2017-06-23 23:35:44,179 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientService, scope: STATELESS, type: JAVA_BEAN
, class: org.gluu.oxtrust.ldap.service.ClientService
2017-06-23 23:35:44,182 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: configureCacheRefreshAction, scope: CONVERSATION
, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ConfigureCacheRefreshAction
2017-06-23 23:35:44,183 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: configureLogViewerAction, scope: CONVERSATION, t
ype: JAVA_BEAN, class: org.gluu.oxtrust.action.ConfigureLogViewerAction
2017-06-23 23:35:44,184 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: contactDownloadAction, scope: EVENT, type: JAVA_
BEAN, class: org.gluu.oxtrust.action.ContactDownloadAction
2017-06-23 23:35:44,187 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: copyUtils, scope: EVENT, type: JAVA_BEAN, class:
org.gluu.oxtrust.util.CopyUtils
2017-06-23 23:35:44,193 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: copyUtils2, scope: EVENT, type: JAVA_BEAN, class
: org.gluu.oxtrust.util.CopyUtils2
2017-06-23 23:35:44,195 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customAttributeAction, scope: CONVERSATION, type
: JAVA_BEAN, class: org.gluu.oxtrust.action.CustomAttributeAction
2017-06-23 23:35:44,211 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customJacksonProviderScim2, scope: EVENT, type:
JAVA_BEAN, class: org.gluu.oxtrust.service.scim2.jackson.provider.CustomJacksonProviderScim2
2017-06-23 23:35:44,217 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManager, scope: APPLICATION, type: J
AVA_BEAN, class: org.xdi.service.custom.script.CustomScriptManager
2017-06-23 23:35:44,218 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptService, scope: STATELESS, type: JAV
A_BEAN, class: org.gluu.oxtrust.service.custom.CustomScriptService
2017-06-23 23:35:44,219 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: downloadService, scope: STATELESS, type: JAVA_BE
AN, class: org.gluu.oxtrust.ldap.service.DownloadService
2017-06-23 23:35:44,220 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: entityIDMonitoringService, scope: APPLICATION, t
ype: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.EntityIDMonitoringService
2017-06-23 23:35:44,223 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: excelService, scope: APPLICATION, type: JAVA_BEA
N, class: org.gluu.oxtrust.ldap.service.ExcelService
2017-06-23 23:35:44,227 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: extensionDeserializer, scope: EVENT, type: JAVA_
BEAN, class: org.gluu.oxtrust.service.scim2.jackson.custom.ExtensionDeserializer
2017-06-23 23:35:44,229 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalCacheRefreshService, scope: APPLICATION,
type: JAVA_BEAN, class: org.gluu.oxtrust.service.external.ExternalCacheRefreshService
2017-06-23 23:35:44,230 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalIdGeneratorService, scope: APPLICATION,
type: JAVA_BEAN, class: org.gluu.oxtrust.service.external.ExternalIdGeneratorService
2017-06-23 23:35:44,231 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalScimService, scope: APPLICATION, type: J
AVA_BEAN, class: org.gluu.oxtrust.service.external.ExternalScimService
2017-06-23 23:35:44,232 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalUpdateUserService, scope: APPLICATION, t
ype: JAVA_BEAN, class: org.gluu.oxtrust.service.external.ExternalUpdateUserService
2017-06-23 23:35:44,233 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalUserRegistrationService, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.gluu.oxtrust.service.external.ExternalUserRegistrationService
2017-06-23 23:35:44,234 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationConverter, scope: EVENT, type: JAVA_BE
AN, class: org.gluu.oxtrust.util.jsf.FederationConverter
2017-06-23 23:35:44,235 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationDeconstructionAction, scope: CONVERSAT
ION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.FederationDeconstructionAction
2017-06-23 23:35:44,236 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationInventoryAction, scope: CONVERSATION,
type: JAVA_BEAN, class: org.gluu.oxtrust.action.FederationInventoryAction
2017-06-23 23:35:44,238 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationProposalConverter, scope: EVENT, type:
JAVA_BEAN, class: org.gluu.oxtrust.util.jsf.FederationProposalConverter
2017-06-23 23:35:44,238 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationProposalsInventoryAction, scope: CONVE
RSATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.FederationProposalsInventoryAction
2017-06-23 23:35:44,239 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationService, scope: STATELESS, type: JAVA_
BEAN, class: org.gluu.oxtrust.ldap.service.FederationService
2017-06-23 23:35:44,241 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: fidoDeviceCoreLoadingStrategy, scope: EVENT, typ
e: JAVA_BEAN, class: org.gluu.oxtrust.service.scim2.schema.strategy.FidoDeviceCoreLoadingStrategy
2017-06-23 23:35:44,241 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: fidoDeviceService, scope: STATELESS, type: JAVA_
BEAN, class: org.gluu.oxtrust.ldap.service.FidoDeviceService
2017-06-23 23:35:44,242 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: fileViewerAction, scope: STATELESS, type: JAVA_B
EAN, class: org.gluu.oxtrust.action.FileViewerAction
2017-06-23 23:35:44,244 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: filterService, scope: STATELESS, type: JAVA_BEAN
, class: org.gluu.oxtrust.ldap.service.FilterService
2017-06-23 23:35:44,246 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuCacheProvider, scope: APPLICATION, type: JAV
A_BEAN, class: org.xdi.service.GluuEhCacheProvider
2017-06-23 23:35:44,248 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuCustomPersonListSerializer, scope: EVENT, ty
pe: JAVA_BEAN, class: org.gluu.oxtrust.service.antlr.scimFilter.util.GluuCustomPersonListSerializer
2017-06-23 23:35:44,251 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuGroupListSerializer, scope: EVENT, type: JAV
A_BEAN, class: org.gluu.oxtrust.service.antlr.scimFilter.util.GluuGroupListSerializer
2017-06-23 23:35:44,252 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: groupCoreLoadingStrategy, scope: EVENT, type: JA
VA_BEAN, class: org.gluu.oxtrust.service.scim2.schema.strategy.GroupCoreLoadingStrategy
2017-06-23 23:35:44,253 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: groupService, scope: STATELESS, type: JAVA_BEAN,
class: org.gluu.oxtrust.ldap.service.GroupService
2017-06-23 23:35:44,254 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: homeAction, scope: CONVERSATION, type: JAVA_BEAN
, class: org.gluu.oxtrust.action.HomeAction
2017-06-23 23:35:44,255 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idGenService, scope: STATELESS, type: JAVA_BEAN,
class: org.gluu.oxtrust.ldap.service.IdGenService
2017-06-23 23:35:44,256 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: imageRepository, scope: APPLICATION, type: JAVA_
BEAN, class: org.gluu.oxtrust.ldap.service.ImageRepository
2017-06-23 23:35:44,257 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: imageService, scope: APPLICATION, type: JAVA_BEA
N, class: org.gluu.oxtrust.ldap.service.ImageService
2017-06-23 23:35:44,258 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: imapDataService, scope: APPLICATION, type: JAVA_
BEAN, class: org.gluu.oxtrust.ldap.service.ImapDataService
2017-06-23 23:35:44,259 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: importPersonConfiguration, scope: APPLICATION, t
ype: JAVA_BEAN, class: org.gluu.oxtrust.ldap.load.conf.ImportPersonConfiguration
2017-06-23 23:35:44,262 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: inumService, scope: STATELESS, type: JAVA_BEAN,
class: org.gluu.oxtrust.ldap.service.InumService
2017-06-23 23:35:44,264 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: joinFederationAction, scope: CONVERSATION, type:
JAVA_BEAN, class: org.gluu.oxtrust.action.JoinFederationAction
2017-06-23 23:35:44,265 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonConfigAction, scope: CONVERSATION, type: JAV
A_BEAN, class: org.gluu.oxtrust.action.JsonConfigurationAction
2017-06-23 23:35:44,267 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonConfigurationService, scope: STATELESS, type
: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.JsonConfigurationService
2017-06-23 23:35:44,268 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonService, scope: APPLICATION, type: JAVA_BEAN
, class: org.xdi.service.JsonService
2017-06-23 23:35:44,277 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ldapStatusTimer, scope: APPLICATION, type: JAVA_
BEAN, class: org.gluu.oxtrust.ldap.service.status.ldap.LdapStatusTimer
2017-06-23 23:35:44,283 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: linktrackService, scope: STATELESS, type: JAVA_B
EAN, class: org.gluu.oxtrust.ldap.service.LinktrackService
2017-06-23 23:35:44,283 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: listResponseFidoDeviceSerializer, scope: EVENT,
type: JAVA_BEAN, class: org.gluu.oxtrust.service.antlr.scimFilter.util.ListResponseFidoDeviceSerializer
2017-06-23 23:35:44,284 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: listResponseGroupSerializer, scope: EVENT, type:
JAVA_BEAN, class: org.gluu.oxtrust.service.antlr.scimFilter.util.ListResponseGroupSerializer
2017-06-23 23:35:44,285 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: listResponseSerializer, scope: EVENT, type: JAVA
_BEAN, class: org.gluu.oxtrust.service.scim2.schema.strategy.serializers.SchemaTypeAbstractSerializer
2017-06-23 23:35:44,286 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: listResponseUserSerializer, scope: EVENT, type:
JAVA_BEAN, class: org.gluu.oxtrust.service.antlr.scimFilter.util.ListResponseUserSerializer
2017-06-23 23:35:44,301 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: logFileSizeChecker, scope: APPLICATION, type: JA
VA_BEAN, class: org.gluu.oxtrust.ldap.service.LogFileSizeChecker
2017-06-23 23:35:44,302 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: lookupService, scope: STATELESS, type: JAVA_BEAN
, class: org.xdi.service.LookupService
2017-06-23 23:35:44,312 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: mailService, scope: APPLICATION, type: JAVA_BEAN
, class: org.xdi.service.MailService
2017-06-23 23:35:44,353 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: manageCertificateAction, scope: CONVERSATION, ty
pe: JAVA_BEAN, class: org.gluu.oxtrust.action.ManageCertificateAction
2017-06-23 23:35:44,355 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: manageCustomScriptAction, scope: CONVERSATION, t
ype: JAVA_BEAN, class: org.gluu.oxtrust.action.ManageCustomScriptAction
2017-06-23 23:35:44,357 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: managePersonAuthenticationAction, scope: CONVERS
ATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ManagePersonAuthenticationAction
2017-06-23 23:35:44,360 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: mapperUtil, scope: EVENT, type: JAVA_BEAN, class
: org.gluu.oxtrust.util.MapperUtil
2017-06-23 23:35:44,361 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: menuAction, scope: STATELESS, type: JAVA_BEAN, c
lass: org.gluu.oxtrust.action.MenuAction
2017-06-23 23:35:44,362 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metadataFilterConverter, scope: EVENT, type: JAV
A_BEAN, class: org.gluu.oxtrust.util.jsf.MetadataFilterConverter
2017-06-23 23:35:44,363 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metadataFiltersAction, scope: CONVERSATION, type
: JAVA_BEAN, class: org.gluu.oxtrust.action.MetadataFiltersAction
2017-06-23 23:35:44,364 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metadataValidationTimer, scope: APPLICATION, typ
e: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.MetadataValidationTimer
2017-06-23 23:35:44,369 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metricService, scope: STATELESS, type: JAVA_BEAN
, class: org.gluu.oxtrust.service.MetricService
2017-06-23 23:35:44,371 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: networkService, scope: STATELESS, type: JAVA_BEA
N, class: org.xdi.service.net.NetworkService
2017-06-23 23:35:44,372 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: newLineToBRConverter, scope: EVENT, type: JAVA_B
EAN, class: org.gluu.oxtrust.util.jsf.NewLineToBRConverter
2017-06-23 23:35:44,372 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oauthData, scope: EVENT, type: JAVA_BEAN, class:
org.gluu.oxtrust.security.OauthData
2017-06-23 23:35:44,377 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: objectSerializationService, scope: APPLICATION,
type: JAVA_BEAN, class: org.xdi.service.ObjectSerializationService
2017-06-23 23:35:44,378 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: openIdService, scope: APPLICATION, type: JAVA_BE
AN, class: org.gluu.oxtrust.service.OpenIdService
2017-06-23 23:35:44,379 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.asynchronousExceptionHandle
r, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
2017-06-23 23:35:44,380 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.dispatcher, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
2017-06-23 23:35:44,382 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.cache.cacheProvider, scope: APPLI
CATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider
2017-06-23 23:35:44,384 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.captcha.captcha, scope: SESSION,
type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
2017-06-23 23:35:44,385 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.captcha.captchaImage, scope: APPL
ICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
2017-06-23 23:35:44,386 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.ConversationIdGenerator, sco
pe: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
2017-06-23 23:35:44,388 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.contexts, scope: STATELESS,
type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
2017-06-23 23:35:44,389 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversation, scope: CONVERS
ATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
2017-06-23 23:35:44,390 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationEntries, scope:
SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
2017-06-23 23:35:44,390 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationListFactory, sco
pe: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
2017-06-23 23:35:44,391 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationPropagation, sco
pe: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
2017-06-23 23:35:44,392 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationStackFactory, sc
ope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
2017-06-23 23:35:44,392 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.events, scope: EVENT, type:
JAVA_BEAN, class: org.jboss.seam.core.Events
2017-06-23 23:35:44,393 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.expressions, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
2017-06-23 23:35:44,394 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.interpolator, scope: STATELE
SS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
2017-06-23 23:35:44,396 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.locale, scope: STATELESS, ty
pe: JAVA_BEAN, class: org.jboss.seam.international.Locale
2017-06-23 23:35:44,398 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.manager, scope: EVENT, type:
JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
2017-06-23 23:35:44,398 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceBundle, scope: STATE
LESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
2017-06-23 23:35:44,399 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceLoader, scope: STATE
LESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
2017-06-23 23:35:44,400 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.validators, scope: APPLICATI
ON, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
2017-06-23 23:35:44,401 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.document.documentStore, scope: CO
NVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
2017-06-23 23:35:44,402 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.el.referenceCache, scope: APPLICA
TION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache
2017-06-23 23:35:44,405 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.exception.exceptions, scope: APPL
ICATION, type: JAVA_BEAN, class: org.xdi.service.exception.GluuCustomExceptions
2017-06-23 23:35:44,408 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dataModels, scope: STATELES
S, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
2017-06-23 23:35:44,410 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dateConverter, scope: EVENT
, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter
2017-06-23 23:35:44,411 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesContext, scope: APPLIC
ATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
2017-06-23 23:35:44,411 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesPage, scope: PAGE, typ
e: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
2017-06-23 23:35:44,412 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.httpError, scope: APPLICATI
ON, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
2017-06-23 23:35:44,412 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.redirect, scope: CONVERSATI
ON, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
2017-06-23 23:35:44,413 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.renderer, scope: STATELESS,
type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
2017-06-23 23:35:44,414 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.switcher, scope: PAGE, type
: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
2017-06-23 23:35:44,414 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.uiComponent, scope: STATELE
SS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
2017-06-23 23:35:44,414 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.validation, scope: EVENT, t
ype: JAVA_BEAN, class: org.jboss.seam.faces.Validation
2017-06-23 23:35:44,416 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentDate, scope: STA
TELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
2017-06-23 23:35:44,416 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentDatetime, scope:
STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
2017-06-23 23:35:44,417 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentTime, scope: STA
TELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
2017-06-23 23:35:44,419 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.graphicImage.image, scope: EVENT,
type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
2017-06-23 23:35:44,420 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.localeSelector, sco
pe: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
2017-06-23 23:35:44,421 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.messagesFactory, sc
ope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
2017-06-23 23:35:44,424 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.statusMessages, sco
pe: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
2017-06-23 23:35:44,425 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZone, scope: ST
ATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
2017-06-23 23:35:44,426 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZoneSelector, s
cope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
2017-06-23 23:35:44,426 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZones, scope: A
PPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones
2017-06-23 23:35:44,427 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.mail.mailSession, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
2017-06-23 23:35:44,431 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.pages, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
2017-06-23 23:35:44,433 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.safeActions, scope: AP
PLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
2017-06-23 23:35:44,434 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.persistence.persistenceContexts,
scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
2017-06-23 23:35:44,436 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.persistence.persistenceProvider,
scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
2017-06-23 23:35:44,437 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.application, scope: APPL
ICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.Application
2017-06-23 23:35:44,439 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.bootstrap, scope: APPLIC
ATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyBootstrap
2017-06-23 23:35:44,440 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.resourceAdapter, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyResourceAdapter
2017-06-23 23:35:44,442 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.configurationFactory, sc
ope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
2017-06-23 23:35:44,442 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.credentials, scope: SESS
ION, type: JAVA_BEAN, class: org.gluu.oxtrust.security.OAuthCredentials
2017-06-23 23:35:44,443 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.entityPermissionChecker,
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
2017-06-23 23:35:44,444 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.facesSecurityEvents, sco
pe: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
2017-06-23 23:35:44,444 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.identifierPolicy, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
2017-06-23 23:35:44,446 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.identity, scope: SESSION
, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
2017-06-23 23:35:44,447 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.identityManager, scope:
EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
2017-06-23 23:35:44,449 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleAction, s
cope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
2017-06-23 23:35:44,450 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleSearch, s
cope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
2017-06-23 23:35:44,454 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userAction, s
cope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
2017-06-23 23:35:44,455 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userSearch, s
cope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
2017-06-23 23:35:44,456 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.openid.openid, scope: SE
SSION, type: JAVA_BEAN, class: org.jboss.seam.security.openid.OpenId
2017-06-23 23:35:44,458 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.passwordHash, scope: STA
TELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
2017-06-23 23:35:44,458 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permission.permissionSea
rch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
2017-06-23 23:35:44,459 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permissionManager, scope
: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
2017-06-23 23:35:44,460 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permissionMapper, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
2017-06-23 23:35:44,461 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.persistentPermissionReso
lver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
2017-06-23 23:35:44,461 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.rememberMe, scope: SESSI
ON, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
2017-06-23 23:35:44,463 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.ruleBasedPermissionResol
ver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver
2017-06-23 23:35:44,464 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeFactory, scope: STATEL
ESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
2017-06-23 23:35:44,464 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeSelector, scope: SESSI
ON, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
2017-06-23 23:35:44,465 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.facesTransactionEvent
s, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents
2017-06-23 23:35:44,465 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.synchronizations, sco
pe: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
2017-06-23 23:35:44,467 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.transaction, scope: E
VENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.NoTransaction
2017-06-23 23:35:44,468 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.EntityConverter, scope: CONVER
SATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
2017-06-23 23:35:44,469 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.clientUidSelector, scope: EVEN
T, type: JAVA_BEAN, class: org.jboss.seam.ui.ClientUidSelector
2017-06-23 23:35:44,470 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.entityIdentifierStore, scope:
PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
2017-06-23 23:35:44,471 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.entityLoader, scope: STATELESS
, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
2017-06-23 23:35:44,473 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.facesContextFactory, s
cope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
2017-06-23 23:35:44,474 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.mockHttpSession, scope
: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
2017-06-23 23:35:44,474 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.mockServletContext, sc
ope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
2017-06-23 23:35:44,475 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.faces.facelet.faceletCompiler,
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
2017-06-23 23:35:44,476 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.graphicImage.graphicImageResou
rce, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
2017-06-23 23:35:44,476 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.graphicImage.graphicImageStore
, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
2017-06-23 23:35:44,477 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.resource.webResource, scope: A
PPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
2017-06-23 23:35:44,479 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.exceptionFilter, scope: APPLI
CATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
2017-06-23 23:35:44,480 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.identityFilter, scope: APPLIC
ATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
2017-06-23 23:35:44,480 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.isUserInRole, scope: APPLICAT
ION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
2017-06-23 23:35:44,481 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.loggingFilter, scope: APPLICA
TION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
2017-06-23 23:35:44,482 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.multipartFilter, scope: APPLI
CATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
2017-06-23 23:35:44,482 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.parameters, scope: STATELESS,
type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
2017-06-23 23:35:44,483 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.redirectFilter, scope: APPLIC
ATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
2017-06-23 23:35:44,483 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.rewriteFilter, scope: APPLICA
TION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter
2017-06-23 23:35:44,484 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.servletContexts, scope: EVENT
, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
2017-06-23 23:35:44,484 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.session, scope: SESSION, type
: JAVA_BEAN, class: org.jboss.seam.web.Session
2017-06-23 23:35:44,485 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.userPrincipal, scope: APPLICA
TION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
2017-06-23 23:35:44,486 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: organizationService, scope: STATELESS, type: JAV
A_BEAN, class: org.gluu.oxtrust.ldap.service.OrganizationService
2017-06-23 23:35:44,489 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxChooserWebService, scope: EVENT, type: JAVA_BE
AN, class: org.gluu.oxtrust.ws.rs.scim.OxChooserWebService
2017-06-23 23:35:44,492 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxTrustConfiguration, scope: APPLICATION, type:
JAVA_BEAN, class: org.gluu.oxtrust.config.OxTrustConfiguration
2017-06-23 23:35:44,492 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxTrustConfigurationService, scope: STATELESS, t
ype: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.OxTrustConfigurationService
2017-06-23 23:35:44,493 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pageService, scope: STATELESS, type: JAVA_BEAN,
class: org.xdi.service.util.PageService
2017-06-23 23:35:44,494 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pasportUmaProtectionService, scope: APPLICATION,
type: JAVA_BEAN, class: org.gluu.oxtrust.service.uma.PassportUmaProtectionService
2017-06-23 23:35:44,495 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: passportService, scope: STATELESS, type: JAVA_BE
AN, class: org.gluu.oxtrust.ldap.service.PassportService
2017-06-23 23:35:44,496 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: passwordReminderAction, scope: CONVERSATION, typ
e: JAVA_BEAN, class: org.gluu.oxtrust.action.PasswordReminderAction
2017-06-23 23:35:44,501 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: passwordResetAction, scope: CONVERSATION, type:
JAVA_BEAN, class: org.gluu.oxtrust.action.PasswordResetAction
2017-06-23 23:35:44,502 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: passwordValidationAction, scope: EVENT, type: JA
VA_BEAN, class: org.gluu.oxtrust.action.PasswordValidationAction
2017-06-23 23:35:44,504 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: patchUtils, scope: EVENT, type: JAVA_BEAN, class
: org.gluu.oxtrust.util.PatchUtils
2017-06-23 23:35:44,505 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: personImportAction, scope: CONVERSATION, type: J
AVA_BEAN, class: org.gluu.oxtrust.action.PersonImportAction
2017-06-23 23:35:44,506 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: personService, scope: STATELESS, type: JAVA_BEAN
, class: org.gluu.oxtrust.ldap.service.PersonService
2017-06-23 23:35:44,507 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: productInstallationCheckerAction, scope: APPLICA
TION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.ProductInstallationCheckerAction
2017-06-23 23:35:44,508 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: profileConfigurationConverter, scope: EVENT, typ
e: JAVA_BEAN, class: org.gluu.oxtrust.util.jsf.ProfileConfigurationConverter
2017-06-23 23:35:44,509 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: profileConfigurationService, scope: STATELESS, t
ype: JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.ProfileConfigurationService
2017-06-23 23:35:44,510 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: propertyService, scope: STATELESS, type: JAVA_BE
AN, class: org.gluu.oxtrust.ldap.service.PropertyService
2017-06-23 23:35:44,511 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pushApplicationConfigurationService, scope: APPL
ICATION, type: JAVA_BEAN, class: org.gluu.oxtrust.service.push.PushApplicationConfigurationService
2017-06-23 23:35:44,512 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pushApplicationInventoryAction, scope: CONVERSAT
ION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.push.PushApplicationInventoryAction
2017-06-23 23:35:44,512 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pushApplicationService, scope: STATELESS, type:
JAVA_BEAN, class: org.gluu.oxtrust.service.push.PushApplicationService
2017-06-23 23:35:44,513 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pushDeviceInventoryAction, scope: CONVERSATION,
type: JAVA_BEAN, class: org.gluu.oxtrust.action.push.PushDeviceInventoryAction
2017-06-23 23:35:44,514 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pushDeviceService, scope: STATELESS, type: JAVA_
BEAN, class: org.gluu.oxtrust.service.push.PushDeviceService
2017-06-23 23:35:44,517 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pythonService, scope: APPLICATION, type: JAVA_BE
AN, class: org.xdi.service.PythonService
2017-06-23 23:35:44,518 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: recaptchaService, scope: STATELESS, type: JAVA_B
EAN, class: org.gluu.oxtrust.ldap.service.RecaptchaService
2017-06-23 23:35:44,519 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registerPersonAction, scope: CONVERSATION, type:
JAVA_BEAN, class: org.gluu.oxtrust.action.RegisterPersonAction
2017-06-23 23:35:44,520 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registrationInterceptionService, scope: STATELES
S, type: JAVA_BEAN, class: org.gluu.oxtrust.service.external.RegistrationInterceptionService
2017-06-23 23:35:44,522 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registrationManagementAction, scope: CONVERSATIO
N, type: JAVA_BEAN, class: org.gluu.oxtrust.action.RegistrationManagementAction
2017-06-23 23:35:44,523 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: relyingPartyAction, scope: CONVERSATION, type: J
AVA_BEAN, class: org.gluu.oxtrust.action.RelyingPartyAction
2017-06-23 23:35:44,524 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetService, scope: STATELESS, type: JAVA
_BEAN, class: org.gluu.oxtrust.ldap.service.uma.ResourceSetService
2017-06-23 23:35:44,526 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceTypesWs, scope: EVENT, type: JAVA_BEAN,
class: org.gluu.oxtrust.ws.rs.scim2.ResourceTypeWS
2017-06-23 23:35:44,528 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaService, scope: STATELESS, type: JAVA_BEAN
, class: org.xdi.service.SchemaService
2017-06-23 23:35:44,530 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaTypeFidoDeviceSerializer, scope: EVENT, ty
pe: JAVA_BEAN, class: org.gluu.oxtrust.service.scim2.schema.strategy.serializers.SchemaTypeFidoDeviceSerializer
2017-06-23 23:35:44,531 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaTypeGroupSerializer, scope: EVENT, type: J
AVA_BEAN, class: org.gluu.oxtrust.service.scim2.schema.strategy.serializers.SchemaTypeGroupSerializer
2017-06-23 23:35:44,532 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaTypeUserSerializer, scope: EVENT, type: JA
VA_BEAN, class: org.gluu.oxtrust.service.scim2.schema.strategy.serializers.SchemaTypeUserSerializer
2017-06-23 23:35:44,537 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2BulkEndpoint, scope: EVENT, type: JAVA_BEAN
, class: org.gluu.oxtrust.ws.rs.scim2.BulkWebService
2017-06-23 23:35:44,540 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2FidoDeviceEndpoint, scope: EVENT, type: JAV
A_BEAN, class: org.gluu.oxtrust.ws.rs.scim2.fido.FidoDeviceWebService
2017-06-23 23:35:44,542 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2FidoDeviceService, scope: STATELESS, type:
JAVA_BEAN, class: org.gluu.oxtrust.service.scim2.Scim2FidoDeviceService
2017-06-23 23:35:44,544 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2GroupEndpoint, scope: EVENT, type: JAVA_BEA
N, class: org.gluu.oxtrust.ws.rs.scim2.GroupWebService
2017-06-23 23:35:44,545 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2GroupService, scope: STATELESS, type: JAVA_
BEAN, class: org.gluu.oxtrust.service.scim2.Scim2GroupService
2017-06-23 23:35:44,546 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2SchemaEndpoint, scope: EVENT, type: JAVA_BE
AN, class: org.gluu.oxtrust.ws.rs.scim2.SchemaWebService
2017-06-23 23:35:44,550 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2UserEndpoint, scope: EVENT, type: JAVA_BEAN
, class: org.gluu.oxtrust.ws.rs.scim2.UserWebService
2017-06-23 23:35:44,551 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2UserService, scope: STATELESS, type: JAVA_B
EAN, class: org.gluu.oxtrust.service.scim2.Scim2UserService
2017-06-23 23:35:44,554 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scimConfigurationRestWebService, scope: EVENT, t
ype: JAVA_BEAN, class: org.gluu.oxtrust.ws.rs.ScimConfigurationWS
2017-06-23 23:35:44,555 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scimConfigureAction, scope: CONVERSATION, type:
JAVA_BEAN, class: org.gluu.oxtrust.action.ScimConfigureAction
2017-06-23 23:35:44,562 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scimFilterParserService, scope: STATELESS, type:
JAVA_BEAN, class: org.gluu.oxtrust.service.antlr.scimFilter.ScimFilterParserService
2017-06-23 23:35:44,564 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scimUmaProtectionService, scope: APPLICATION, ty
pe: JAVA_BEAN, class: org.gluu.oxtrust.service.uma.ScimUmaProtectionService
2017-06-23 23:35:44,565 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeDescriptionDownloadAction, scope: EVENT, ty
pe: JAVA_BEAN, class: org.gluu.oxtrust.action.uma.ScopeDescriptionDownloadAction
2017-06-23 23:35:44,568 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeDescriptionService, scope: STATELESS, type:
JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.uma.ScopeDescriptionService
2017-06-23 23:35:44,569 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeService, scope: STATELESS, type: JAVA_BEAN,
class: org.gluu.oxtrust.ldap.service.ScopeService
2017-06-23 23:35:44,569 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: searchClientAction, scope: CONVERSATION, type: J
AVA_BEAN, class: org.gluu.oxtrust.action.SearchClientAction
2017-06-23 23:35:44,570 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: searchGroupAction, scope: CONVERSATION, type: JA
VA_BEAN, class: org.gluu.oxtrust.action.SearchGroupAction
2017-06-23 23:35:44,571 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: searchPersonAction, scope: CONVERSATION, type: J
AVA_BEAN, class: org.gluu.oxtrust.action.SearchPersonAction
2017-06-23 23:35:44,572 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: searchScopeAction, scope: CONVERSATION, type: JA
VA_BEAN, class: org.gluu.oxtrust.action.SearchScopeAction
2017-06-23 23:35:44,573 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: searchSectorIdentifierAction, scope: CONVERSATIO
N, type: JAVA_BEAN, class: org.gluu.oxtrust.action.SearchSectorIdentifierAction
2017-06-23 23:35:44,575 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sectorIdentifierService, scope: STATELESS, type:
JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.SectorIdentifierService
2017-06-23 23:35:44,576 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: securityRules, scope: APPLICATION, type: JAVA_BE
AN, class: org.jboss.seam.drools.RuleBase
2017-06-23 23:35:44,577 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: securityService, scope: STATELESS, type: JAVA_BE
AN, class: org.gluu.oxtrust.ldap.service.SecurityService
2017-06-23 23:35:44,578 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: serviceProviderConfig, scope: EVENT, type: JAVA_
BEAN, class: org.gluu.oxtrust.ws.rs.scim2.ServiceProviderConfigWS
2017-06-23 23:35:44,578 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: servletFilter, scope: APPLICATION, type: JAVA_BE
AN, class: org.jboss.seam.web.ContextFilter
2017-06-23 23:35:44,581 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: shibboleth3ConfService, scope: STATELESS, type:
JAVA_BEAN, class: org.gluu.oxtrust.ldap.service.Shibboleth3ConfService
2017-06-23 23:35:44,593 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sslService, scope: STATELESS, type: JAVA_BEAN, c
lass: org.gluu.oxtrust.ldap.service.SSLService
2017-06-23 23:35:44,595 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ssoLoginAction, scope: CONVERSATION, type: JAVA_
BEAN, class: org.gluu.oxtrust.action.SsoLoginAction
2017-06-23 23:35:44,596 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: statusCheckerDaily, scope: APPLICATION, type: JA
VA_BEAN, class: org.gluu.oxtrust.ldap.service.StatusCheckerDaily
2017-06-23 23:35:44,597 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: statusCheckerTimer, scope: APPLICATION, type: JA
VA_BEAN, class: org.gluu.oxtrust.ldap.service.StatusCheckerTimer
2017-06-23 23:35:44,598 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: subversionService, scope: STATELESS, type: JAVA_
BEAN, class: org.gluu.oxtrust.ldap.service.SubversionService
2017-06-23 23:35:44,600 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: svnSyncTimer, scope: APPLICATION, type: JAVA_BEA
N, class: org.gluu.oxtrust.ldap.service.SvnSyncTimer
2017-06-23 23:35:44,601 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: templateService, scope: APPLICATION, type: JAVA_
BEAN, class: org.gluu.oxtrust.ldap.service.TemplateService
2017-06-23 23:35:44,602 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: trustContactsAction, scope: CONVERSATION, type:
JAVA_BEAN, class: org.gluu.oxtrust.action.TrustContactsAction
2017-06-23 23:35:44,603 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: trustRelationshipInventoryAction, scope: CONVERS
ATION, type: JAVA_BEAN, class: org.gluu.oxtrust.action.TrustRelationshipInventoryAction
2017-06-23 23:35:44,605 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: trustService, scope: STATELESS, type: JAVA_BEAN,
class: org.gluu.oxtrust.ldap.service.TrustService
2017-06-23 23:35:44,605 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaInventoryAction, scope: CONVERSATION, type: J
AVA_BEAN, class: org.gluu.oxtrust.action.uma.UmaInventoryAction
2017-06-23 23:35:44,607 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaPermissionService, scope: APPLICATION, type:
JAVA_BEAN, class: org.gluu.oxtrust.service.uma.UmaPermissionService
2017-06-23 23:35:44,609 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateAsimbaIDPAction, scope: SESSION, type: JAV
A_BEAN, class: org.gluu.oxtrust.action.UpdateAsimbaIDPAction
2017-06-23 23:35:44,610 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateAsimbaSPPoolAction, scope: SESSION, type:
JAVA_BEAN, class: org.gluu.oxtrust.action.UpdateAsimbaSPPoolAction
2017-06-23 23:35:44,612 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateAsimbaSPRequestorAction, scope: SESSION, t
ype: JAVA_BEAN, class: org.gluu.oxtrust.action.UpdateAsimbaSPRequestorAction
2017-06-23 23:35:44,613 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateAsimbaSelectorAction, scope: SESSION, type
: JAVA_BEAN, class: org.gluu.oxtrust.action.UpdateAsimbaSelectorAction
2017-06-23 23:35:44,614 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateAttributeAction, scope: CONVERSATION, type
: JAVA_BEAN, class: org.gluu.oxtrust.action.UpdateAttributeAction
2017-06-23 23:35:44,615 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateCASAction, scope: CONVERSATION, type: JAVA
_BEAN, class: org.gluu.oxtrust.action.UpdateCASAction
2017-06-23 23:35:44,617 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateClientAction, scope: CONVERSATION, type: J
AVA_BEAN, class: org.gluu.oxtrust.action.UpdateClientAction
2017-06-23 23:35:44,619 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateGroupAction, scope: CONVERSATION, type: JA
VA_BEAN, class: org.gluu.oxtrust.action.UpdateGroupAction
2017-06-23 23:35:44,620 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateOrganizationAction, scope: CONVERSATION, t
ype: JAVA_BEAN, class: org.gluu.oxtrust.action.UpdateOrganizationAction
2017-06-23 23:35:44,621 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updatePersonAction, scope: CONVERSATION, type: J
AVA_BEAN, class: org.gluu.oxtrust.action.UpdatePersonAction
2017-06-23 23:35:44,623 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateResourceSetAction, scope: CONVERSATION, ty
pe: JAVA_BEAN, class: org.gluu.oxtrust.action.uma.UpdateResourceSetAction
2017-06-23 23:35:44,624 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateScopeAction, scope: CONVERSATION, type: JA
VA_BEAN, class: org.gluu.oxtrust.action.UpdateScopeAction
2017-06-23 23:35:44,626 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateScopeDescriptionAction, scope: CONVERSATIO
N, type: JAVA_BEAN, class: org.gluu.oxtrust.action.uma.UpdateScopeDescriptionAction
2017-06-23 23:35:44,627 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateSectorIdentifierAction, scope: CONVERSATIO
N, type: JAVA_BEAN, class: org.gluu.oxtrust.action.UpdateSectorIdentifierAction
2017-06-23 23:35:44,631 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateTrustRelationshipAction, scope: CONVERSATI
ON, type: JAVA_BEAN, class: org.gluu.oxtrust.action.UpdateTrustRelationshipAction
2017-06-23 23:35:44,632 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: uptimeConverter, scope: EVENT, type: JAVA_BEAN,
class: org.gluu.oxtrust.util.jsf.UptimeConverter
2017-06-23 23:35:44,633 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userCoreLoadingStrategy, scope: EVENT, type: JAV
A_BEAN, class: org.gluu.oxtrust.service.scim2.schema.strategy.UserCoreLoadingStrategy
2017-06-23 23:35:44,634 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userDeserializer, scope: EVENT, type: JAVA_BEAN,
class: org.gluu.oxtrust.service.scim2.jackson.custom.UserDeserializer
2017-06-23 23:35:44,635 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userExtensionLoadingStrategy, scope: EVENT, type
: JAVA_BEAN, class: org.gluu.oxtrust.service.scim2.schema.strategy.UserExtensionLoadingStrategy
2017-06-23 23:35:44,635 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userPasswordAction, scope: CONVERSATION, type: J
AVA_BEAN, class: org.gluu.oxtrust.action.UserPasswordAction
2017-06-23 23:35:44,636 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userProfileAction, scope: CONVERSATION, type: JA
VA_BEAN, class: org.gluu.oxtrust.action.UserProfileAction
2017-06-23 23:35:44,637 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userSerializer, scope: EVENT, type: JAVA_BEAN, c
lass: org.gluu.oxtrust.service.scim2.jackson.custom.UserSerializer
2017-06-23 23:35:44,639 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userWebService, scope: EVENT, type: JAVA_BEAN, c
lass: org.gluu.oxtrust.ws.rs.scim.UserWebService
2017-06-23 23:35:44,640 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: viewHandlerService, scope: STATELESS, type: JAVA
_BEAN, class: org.gluu.oxtrust.ldap.service.ViewHandlerService
2017-06-23 23:35:44,641 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: viewLogFileAction, scope: CONVERSATION, type: JA
VA_BEAN, class: org.gluu.oxtrust.action.ViewLogFileAction
2017-06-23 23:35:44,642 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: whitePagesAction, scope: CONVERSATION, type: JAV
A_BEAN, class: org.gluu.oxtrust.action.WhitePagesAction
2017-06-23 23:35:44,643 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: xmlService, scope: APPLICATION, type: JAVA_BEAN,
class: org.xdi.service.XmlService
2017-06-23 23:35:44,648 WARN [main] [org.jboss.seam.security.permission.PersistentPermissionResolver] (PersistentPermissionResolver.java:57) - no
permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permission
s are required.
2017-06-23 23:35:44,666 INFO [main] [org.jboss.seam.resteasy.ResteasyBootstrap] (ResteasyBootstrap.java:105) - bootstrapping JAX-RS application
2017-06-23 23:35:44,686 INFO [main] [org.jboss.seam.resteasy.ResteasyBootstrap] (ResteasyBootstrap.java:225) - registering built-in RESTEasy prov
iders
2017-06-23 23:35:44,736 INFO [main] [oxtrust.service.scim2.jackson.provider.CustomJacksonProviderScim2] (CustomJacksonProviderScim2.java:48) - C
ustomJacksonProviderScim2()
2017-06-23 23:35:44,824 INFO [main] [oxtrust.service.scim2.jackson.provider.CustomJacksonProviderScim2] (CustomJacksonProviderScim2.java:48) - C
ustomJacksonProviderScim2()
2017-06-23 23:35:44,824 INFO [main] [oxtrust.service.scim2.jackson.provider.CustomJacksonProviderScim2] (CustomJacksonProviderScim2.java:48) - C
ustomJacksonProviderScim2()
>>>>> Initializing ExternalScimService()...
>>>>> Initializing ExternalScimService()...
2017-06-23 23:35:45,046 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:111) - Creating oxTrustConfiguratio
n
2017-06-23 23:35:45,046 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:295) - ########## ldapFileName = /e
tc/gluu/conf/ox-ldap.properties
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2017-06-23 23:35:45,073 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:328) - ########## fileName = /etc/g
luu/conf/ox-ldap.properties
2017-06-23 23:35:45,080 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:329) - ########## oxtrust_Configura
tionEntryDN = ou=oxtrust,ou=configuration,inum=@!F07B.A24E.6BF5.51E5!0002!66AD.0396,ou=appliances,o=gluu
2017-06-23 23:35:45,082 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:328) - ########## fileName = /etc/g
luu/conf/salt
2017-06-23 23:35:45,082 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:329) - ########## oxtrust_Configura
tionEntryDN = null
2017-06-23 23:35:45,204 INFO [main] [org.xdi.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:23) - Adding Bouncy Castle
Provider
2017-06-23 23:35:45,276 INFO [main] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:282) - Build date 2017-06-09 11:09. Code
revision c7f5c on 05.06.2017 @ 23:37:15 EDT. Build 998
2017-06-23 23:35:45,554 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:206) - Loading configuration from L
DAP...
2017-06-23 23:35:45,669 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:133) - Configuration loaded success
fully.
2017-06-23 23:35:45,683 INFO [main] [org.gluu.oxtrust.ldap.service.TemplateService] (TemplateService.java:105) - file.resource.loader.path = /opt
/gluu/jetty/identity/conf/shibboleth3/idp, /opt/gluu/jetty/identity/conf/shibboleth3/sp, /opt/gluu/jetty/identity/conf/ldif, /opt/gluu/jetty/ident
ity/conf/shibboleth3/idp/MetadataFilter, /opt/gluu/jetty/identity/conf/shibboleth3/idp/ProfileConfiguration, /opt/gluu/jetty/identity/conf/templat
e/conf, /opt/gluu/jetty/identity/conf/template/shibboleth3
2017-06-23 23:35:45,971 WARN [main] [org.gluu.oxtrust.ldap.service.SubversionService] (SubversionService.java:197) - The service which commit con
figuration files into SVN was disabled
2017-06-23 23:35:48,150 INFO [main] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:218) - IDP config generation is set to tr
ue
2017-06-23 23:35:48,186 INFO [main] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:244) - No trust relationships exist in LD
AP. Adding gluuSP
2017-06-23 23:35:48.301:WARN:oejw.WebAppContext:main: Failed startup of context o.e.j.w.WebAppContext@57baeedf{/identity,[file:///opt/jetty-9.3/te
mp/jetty-localhost-8082-identity.war-_identity-any-208107381504654356.dir/webapp/, jar:file:///opt/jetty-9.3/temp/jetty-localhost-8082-identity.wa
r-_identity-any-208107381504654356.dir/webapp/WEB-INF/lib/richfaces-core-4.5.17.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.3/temp/jett
y-localhost-8082-identity.war-_identity-any-208107381504654356.dir/webapp/WEB-INF/lib/richfaces-a4j-4.5.17.Final.jar!/META-INF/resources, jar:file
:///opt/jetty-9.3/temp/jetty-localhost-8082-identity.war-_identity-any-208107381504654356.dir/webapp/WEB-INF/lib/richfaces-4.5.17.Final.jar!/META-
INF/resources, jar:file:///opt/jetty-9.3/temp/jetty-localhost-8082-identity.war-_identity-any-208107381504654356.dir/webapp/WEB-INF/lib/jsf-impl-2
.1.28-jbossorg-1.jar!/META-INF/resources, jar:file:///opt/jetty-9.3/temp/jetty-localhost-8082-identity.war-_identity-any-208107381504654356.dir/we
bapp/WEB-INF/lib/oxtrust-static-3.0.2.jar!/META-INF/resources, jar:file:///opt/jetty-9.3/temp/jetty-localhost-8082-identity.war-_identity-any-2081
07381504654356.dir/webapp/WEB-INF/lib/jboss-seam-debug-2.3.1.Final.jar!/META-INF/resources],UNAVAILABLE}{/identity.war}
org.jboss.seam.InstantiationException: Could not instantiate Seam component: appInitializer
at org.jboss.seam.Component.newInstance(Component.java:2208)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:343)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:335)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:317)
at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143)
at org.jboss.seam.init.Initialization.init(Initialization.java:813)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:843)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:533)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:816)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:345)
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778)
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41)
at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188)
at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499)
at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:452)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:610)
at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:529)
at org.eclipse.jetty.util.Scanner.scan(Scanner.java:392)
at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:561)
at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:236)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.server.Server.start(Server.java:422)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.server.Server.doStart(Server.java:389)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1516)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1441)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:214)
at org.eclipse.jetty.start.Main.start(Main.java:457)
at org.eclipse.jetty.start.Main.main(Main.java:75)
Caused by:
org.gluu.site.ldap.persistence.exception.EntryPersistenceException: Failed to find entries with baseDN: ou=attributes,o=@!F07B.A24E.6BF5.51E5!0001
!BFE7.7B94,o=gluu, filter: (&(objectClass=top)(objectClass=gluuAttribute))
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:361)
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:329)
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:321)
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:297)
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:293)
at org.gluu.oxtrust.ldap.service.AttributeService.getAllAtributesImpl(AttributeService.java:558)
at org.xdi.service.AttributeService.getAllAttributes(AttributeService.java:95)
at org.xdi.service.AttributeService.getAllAttributes(AttributeService.java:87)
at org.gluu.oxtrust.ldap.service.AttributeService.getAllPersonAttributes(AttributeService.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
at org.gluu.oxtrust.ldap.service.AttributeService_$$_javassist_seam_24.getAllPersonAttributes(AttributeService_$$_javassist_seam_24.java)
at org.gluu.oxtrust.ldap.service.TrustService.addGluuSP(TrustService.java:325)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
at org.gluu.oxtrust.ldap.service.TrustService_$$_javassist_seam_13.addGluuSP(TrustService_$$_javassist_seam_13.java)
at org.gluu.oxtrust.ldap.service.AppInitializer.createShibbolethConfiguration(AppInitializer.java:248)
at org.gluu.oxtrust.ldap.service.AppInitializer.createApplicationComponents(AppInitializer.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
at org.gluu.oxtrust.ldap.service.AppInitializer_$$_javassist_seam_9.createApplicationComponents(AppInitializer_$$_javassist_seam_9.java)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144)
at org.jboss.seam.Component.callComponentMethod(Component.java:2313)
at org.jboss.seam.Component.callCreateMethod(Component.java:2236)
at org.jboss.seam.Component.newInstance(Component.java:2196)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:343)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:335)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:317)
at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143)
at org.jboss.seam.init.Initialization.init(Initialization.java:813)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:843)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:533)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:816)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:345)
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778)
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41)
at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188)
at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499)
at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:452)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:610)
at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:529)
at org.eclipse.jetty.util.Scanner.scan(Scanner.java:392)
at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:561)
at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:236)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.server.Server.start(Server.java:422)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.server.Server.doStart(Server.java:389)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1516)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1441)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:214)
at org.eclipse.jetty.start.Main.start(Main.java:457)
at org.eclipse.jetty.start.Main.main(Main.java:75)
Caused by:
LDAPSearchException(resultCode=32 (no such object), numEntries=0, numReferences=0, errorMessage='no such object')
at com.unboundid.ldap.sdk.LDAPConnection.search(LDAPConnection.java:3648)
at com.unboundid.ldap.sdk.AbstractConnectionPool.search(AbstractConnectionPool.java:2020)
at org.gluu.site.ldap.OperationsFacade.search(OperationsFacade.java:280)
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:355)
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:329)
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:321)
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:297)
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:293)
at org.gluu.oxtrust.ldap.service.AttributeService.getAllAtributesImpl(AttributeService.java:558)
at org.xdi.service.AttributeService.getAllAttributes(AttributeService.java:95)
at org.xdi.service.AttributeService.getAllAttributes(AttributeService.java:87)
at org.gluu.oxtrust.ldap.service.AttributeService.getAllPersonAttributes(AttributeService.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
at org.gluu.oxtrust.ldap.service.AttributeService_$$_javassist_seam_24.getAllPersonAttributes(AttributeService_$$_javassist_seam_24.java)
at org.gluu.oxtrust.ldap.service.TrustService.addGluuSP(TrustService.java:325)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
at org.gluu.oxtrust.ldap.service.TrustService_$$_javassist_seam_13.addGluuSP(TrustService_$$_javassist_seam_13.java)
at org.gluu.oxtrust.ldap.service.AppInitializer.createShibbolethConfiguration(AppInitializer.java:248)
at org.gluu.oxtrust.ldap.service.AppInitializer.createApplicationComponents(AppInitializer.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
at org.gluu.oxtrust.ldap.service.AppInitializer_$$_javassist_seam_9.createApplicationComponents(AppInitializer_$$_javassist_seam_9.java)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144)
at org.jboss.seam.Component.callComponentMethod(Component.java:2313)
at org.jboss.seam.Component.callCreateMethod(Component.java:2236)
at org.jboss.seam.Component.newInstance(Component.java:2196)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:343)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:335)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:317)
at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143)
at org.jboss.seam.init.Initialization.init(Initialization.java:813)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:843)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:533)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:816)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:345)
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778)
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41)
at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188)
at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499)
at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:452)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:610)
at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:529)
at org.eclipse.jetty.util.Scanner.scan(Scanner.java:392)
at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:561)
at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:236)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.server.Server.start(Server.java:422)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.server.Server.doStart(Server.java:389)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1516)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1441)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:214)
at org.eclipse.jetty.start.Main.start(Main.java:457)
at org.eclipse.jetty.start.Main.main(Main.java:75)
2017-06-23 23:35:48.311:INFO:oejsh.ContextHandler:main: Started o.e.j.s.h.ContextHandler@104bc677{/identity/ext/resources,null,AVAILABLE}
2017-06-23 23:35:48.321:INFO:oejs.AbstractConnector:main: Started ServerConnector@6dcee890{HTTP/1.1,[http/1.1]}{localhost:8082}
2017-06-23 23:35:48.321:INFO:oejs.Server:main: Started @13502ms
```
BR