By: Steve Tuccio user 05 Apr 2017 at 11:56 a.m. CDT

12 Responses
Steve Tuccio gravatar
I have installed Gluu server on a fresh Ubuntu 16.04 xenial VM, with appropriately configured virtual hardware (Ram and CPU). I followed the official install guide provided at [Ubuntu 16.04](https://gluu.org/docs/ce/installation-guide/install/#ubuntu-server-1604x). Successfully executed ./setup.py according to the instructions, and when I attempt to reach the server, I am receiving a redirect from **mygluu.mydomain.io** to **https://mygluu.mydomain.io/identity/** where I receive the 503 (Service Unavailable) error. . This is a similar problem to [this ](https://support.gluu.org/installation/3939/gluu-server-continuously-giving-me-503-error-service-unavailable/)issue, raised 29 Mar 2017, but I wanted to open a new thread since I am using Ubuntu 16.04. I am posting the relevant data requests from that thread here though, to assist in troubleshooting: . **myuser@mygluu:~$ service gluu-server-3.0.1 status** ``` gluu-server-3.0.1.service - LSB: This shell script takes care of starting and stopping Loaded: loaded (/etc/init.d/gluu-server-3.0.1; bad; vendor preset: enabled) Active: active (running) since Wed 2017-04-05 12:14:12 EDT; 23min ago Docs: man:systemd-sysv-generator(8) Process: 1400 ExecStart=/etc/init.d/gluu-server-3.0.1 start (code=exited, status=0/SUCCESS) Tasks: 99 Memory: 1.6G CPU: 30.349s CGroup: /system.slice/gluu-server-3.0.1.service ├─1480 /opt/jre/bin/java -server -Xms256m -Xmx1084m -XX:+DisableExplicitGC -Dgluu.base=/etc/gluu -Dpython.home=/opt ├─1643 /usr/sbin/rsyslogd -f /etc/rsyslog.conf -i /var/run/gluu_rsyslogd.pid ├─1662 /usr/sbin/apache2 -k start ├─1665 /usr/sbin/apache2 -k start ├─1666 /usr/sbin/apache2 -k start ├─1729 /usr/bin/dbus-daemon --system ├─1748 /opt/node/bin/node --max-old-space-size=181 /opt/gluu/node/passport/server/app.js start-log-file=/opt/gluu/n ├─1768 /opt/symas/lib64/slapd -u ldap -g ldap -h ldaps://127.0.0.1:1636/ └─1774 /usr/sbin/cron Apr 05 12:13:11 mygluu systemd[1]: Starting LSB: This shell script takes care of starting and stopping... Apr 05 12:13:11 mygluu gluu-server-3.0.1[1400]: Starting Gluu server, please wait... Apr 05 12:14:12 mygluu.mydomain.io systemd[1]: Started LSB: This shell script takes care of starting and stopping. ``` . **myuser@mygluu:~$ apt-cache show gluu-server-3.0.1** (equivalent of rpm -qi gluu-server-3.0.1) ``` apt-cache show gluu-server-3.0.1 Package: gluu-server-3.0.1 Priority: optional Section: java Installed-Size: 987220 Maintainer: Gluu Developers <support@gluu.org> Original-Maintainer: Adrian Alves <support@gluu.org> Architecture: amd64 Version: 2-1~xenial+Ub16.04 Depends: bash (>= 2.05a-11), sed (>= 3.02-8), grep (>= 2.4.2-3), coreutils (>= 5.0-5) Filename: pool/main/xenial/gluu-server-3.0.1_2-1~xenial+Ub16.04_amd64.deb Size: 559464468 MD5sum: 532d7cdadd0cf435a3405e6a20255c7d SHA1: 6760e4c9793cb378cfaaafd01bea148ee140cbcb SHA256: 320118efd6aa3f482539927056918c3ec0fe94cedea52bbe8515aedcc6ea70b5 SHA512: 249e26696ceca4d02d3d749555fcb0e2c346f2b35c6ba1df92c0cf8d2d412bd8ff59c213cf4a5e96eca87574efe5ee76f116309153fdfa04fd005a ec1558620f Description: Gluu Server Community Edition Description-md5: 3c3b7962b03612753c5670a971e31ea6 Homepage: http://www.gluu.org ``` . **myuser@mygluu:~$ service gluu-server-3.0.1 login** ``` gluu-server-3.0.1 is running... logging in... /usr/sbin/chroot: cannot change root directory to '/opt/gluu-server-3.0.1/': Operation not permitted ``` . **myuser@mygluu:~$ sudo !!** ``` sudo service gluu-server-3.0.1 login gluu-server-3.0.1 is running... logging in... ``` . **root@mygluu:~# netstat -nlpt** ``` Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1160/sshd tcp 0 0 127.0.0.1:1636 0.0.0.0:* LISTEN 1768/slapd tcp6 0 0 :::80 :::* LISTEN 1662/apache2 tcp6 0 0 127.0.0.1:8081 :::* LISTEN 1480/java tcp6 0 0 :::22 :::* LISTEN 1160/sshd tcp6 0 0 :::8090 :::* LISTEN 1748/node tcp6 0 0 :::443 :::* LISTEN 1662/apache2 ``` . **root@mygluu:~# ps -aux | grep -i java** ``` jetty 1480 1.4 29.3 3886852 1490212 ? Sl 16:13 0:28 /opt/jre/bin/java -server -Xms256m -Xmx1084m -XX:+DisableExpl icitGC -Dgluu.base=/etc/gluu -Dpython.home=/opt/jython -Dcatalina.base=/opt/gluu/jetty/oxauth -Djetty.logging.dir=/opt/gluu/je tty/oxauth/logs -Djetty.home=/opt/jetty -Djetty.base=/opt/gluu/jetty/oxauth -Djava.io.tmpdir=/opt/jetty-9.3/temp -jar /opt/jet ty/start.jar jetty.http.host=localhost jetty.http.port=8081 jetty.state=/opt/gluu/jetty/oxauth/oxauth.state jetty-logging.xml jetty-started.xml start-log-file=/opt/gluu/jetty/oxauth/logs/start.log root 2091 0.0 0.0 11284 940 pts/0 S+ 16:45 0:00 grep --color=auto -i java ``` ==== Log files to follow in separate reply to post ====

By Steve Tuccio user 05 Apr 2017 at 1:01 p.m. CDT

Steve Tuccio gravatar
### /opt/gluu/jetty/oxauth/logs/ **root@mygluu:/opt/gluu/jetty/oxauth/logs# ls** ``` 2017_04_05.stderrout.log oxauth.log oxauth_persistence_ldap_statistics.log 2017_04_05.stderrout.log.153206161 oxauth_audit.log oxauth_script.log 2017_04_05.stderrout.log.161316561 oxauth_persistence.log start.log ``` . **2017_04_05.stderrout.log** ``` 2017-04-05 16:13:17.470:INFO:oejs.Server:main: jetty-9.3.15.v20161220 2017-04-05 16:13:17.545:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///opt/gluu/jetty/oxauth/webapps/] at interval 1 2017-04-05 16:13:32.069:INFO:oeja.AnnotationConfiguration:main: Scanning elapsed time=12686ms 2017-04-05 16:13:33,965 INFO [main] [org.jboss.seam.servlet.SeamListener] (SeamListener.java:33) - Welcome to Seam 2.3.1.Final 2017-04-05 16:13:34,010 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-04-05 16:13:36,011 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:224) - reading /WEB-INF/components.xml 2017-04-05 16:13:36,148 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /seam.properties 2017-04-05 16:13:36,151 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /jndi.properties 2017-04-05 16:13:36,210 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init 2017-04-05 16:13:36,262 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.cache.cacheProvider 2017-04-05 16:13:36,267 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.manager 2017-04-05 16:13:36,268 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider 2017-04-05 16:13:36,269 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole 2017-04-05 16:13:36,269 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.ui.clientUidSelector 2017-04-05 16:13:36,270 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.exception.exceptions 2017-04-05 16:13:36,270 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.transaction.transaction 2017-04-05 16:13:36,270 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.parameters 2017-04-05 16:13:36,271 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal 2017-04-05 16:13:36,272 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader 2017-04-05 16:13:36,272 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 16:13:36,272 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 16:13:36,273 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.expressions 2017-04-05 16:13:36,469 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: appInitializer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AppInitializer 2017-04-05 16:13:36,807 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applianceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplianceService 2017-04-05 16:13:36,820 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationAuditLogger, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.audit.ApplicationAuditLogger 2017-04-05 16:13:36,831 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplicationFactory 2017-04-05 16:13:36,836 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ApplicationService 2017-04-05 16:13:36,839 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: attributeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AttributeService 2017-04-05 16:13:36,847 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationFilterService 2017-04-05 16:13:36,865 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationService 2017-04-05 16:13:36,868 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.auth.Authenticator 2017-04-05 16:13:36,883 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authorizationGrantList, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.AuthorizationGrantList 2017-04-05 16:13:36,890 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-04-05 16:13:36,901 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.CacheService 2017-04-05 16:13:36,932 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-04-05 16:13:36,939 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cleanerTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.CleanerTimer 2017-04-05 16:13:36,942 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientAuthorizationsService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientAuthorizationsService 2017-04-05 16:13:36,949 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientDataValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ClientDataValidationService 2017-04-05 16:13:36,959 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientFilterService 2017-04-05 16:13:36,968 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientService 2017-04-05 16:13:36,978 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: configurationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.config.ConfigurationFactory 2017-04-05 16:13:36,985 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.custom.script.CustomScriptManager 2017-04-05 16:13:36,989 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManagerMigrator, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptManagerMigrator 2017-04-05 16:13:36,996 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptService 2017-04-05 16:13:36,998 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: deviceRegistrationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.DeviceRegistrationService 2017-04-05 16:13:36,999 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: encryptionService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.EncryptionService 2017-04-05 16:13:37,001 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: endSessionRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl 2017-04-05 16:13:37,010 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: errorResponseFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.error.ErrorResponseFactory 2017-04-05 16:13:37,019 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalApplicationSessionService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalApplicationSessionService 2017-04-05 16:13:37,022 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalAuthenticationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalAuthenticationService 2017-04-05 16:13:37,029 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicClientRegistrationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicClientRegistrationService 2017-04-05 16:13:37,030 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicScopeService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicScopeService 2017-04-05 16:13:37,031 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalIdGeneratorService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalIdGeneratorService 2017-04-05 16:13:37,036 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalUmaAuthorizationPolicyService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalUmaAuthorizationPolicyService 2017-04-05 16:13:37,041 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuCacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.GluuEhCacheProvider 2017-04-05 16:13:37,045 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-04-05 16:13:37,051 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: grantService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.GrantService 2017-04-05 16:13:37,066 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: httpService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.net.HttpService 2017-04-05 16:13:37,072 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-04-05 16:13:37,081 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idGenWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.IdGenRestWebService 2017-04-05 16:13:37,094 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idTokenFactory, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.token.IdTokenFactory 2017-04-05 16:13:37,099 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-04-05 16:13:37,104 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-04-05 16:13:37,106 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: inumService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.InumService 2017-04-05 16:13:37,107 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.JsonService 2017-04-05 16:13:37,116 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: keyGeneratorTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.KeyGeneratorTimer 2017-04-05 16:13:37,120 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ldapCustomAuthenticationConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.LdapCustomAuthenticationConfigurationService 2017-04-05 16:13:37,124 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-04-05 16:13:37,125 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: loginAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LoginAction 2017-04-05 16:13:37,126 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: logoutAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LogoutAction 2017-04-05 16:13:37,137 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: lookupService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.LookupService 2017-04-05 16:13:37,149 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: mailService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.MailService 2017-04-05 16:13:37,157 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metricService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.MetricService 2017-04-05 16:13:37,164 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: networkService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.net.NetworkService 2017-04-05 16:13:37,166 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: objectSerializationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.ObjectSerializationService 2017-04-05 16:13:37,167 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler 2017-04-05 16:13:37,169 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher 2017-04-05 16:13:37,176 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.cache.cacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider 2017-04-05 16:13:37,189 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-04-05 16:13:37,200 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage 2017-04-05 16:13:37,201 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator 2017-04-05 16:13:37,202 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-04-05 16:13:37,207 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation 2017-04-05 16:13:37,208 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-04-05 16:13:37,209 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList 2017-04-05 16:13:37,210 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation 2017-04-05 16:13:37,210 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack 2017-04-05 16:13:37,215 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-04-05 16:13:37,217 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions 2017-04-05 16:13:37,219 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator 2017-04-05 16:13:37,221 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale 2017-04-05 16:13:37,230 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-04-05 16:13:37,231 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle 2017-04-05 16:13:37,232 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader 2017-04-05 16:13:37,233 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators 2017-04-05 16:13:37,240 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore 2017-04-05 16:13:37,241 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache 2017-04-05 16:13:37,244 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.exception.GluuCustomExceptions 2017-04-05 16:13:37,251 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels 2017-04-05 16:13:37,253 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-04-05 16:13:37,254 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext 2017-04-05 16:13:37,254 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage 2017-04-05 16:13:37,255 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError 2017-04-05 16:13:37,260 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect 2017-04-05 16:13:37,261 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-04-05 16:13:37,262 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-04-05 16:13:37,268 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent 2017-04-05 16:13:37,269 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation 2017-04-05 16:13:37,270 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate 2017-04-05 16:13:37,280 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-04-05 16:13:37,281 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime 2017-04-05 16:13:37,283 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-04-05 16:13:37,291 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector 2017-04-05 16:13:37,292 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages 2017-04-05 16:13:37,299 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages 2017-04-05 16:13:37,307 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone 2017-04-05 16:13:37,308 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector 2017-04-05 16:13:37,309 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones 2017-04-05 16:13:37,310 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession 2017-04-05 16:13:37,318 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages 2017-04-05 16:13:37,325 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions 2017-04-05 16:13:37,325 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-04-05 16:13:37,331 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-04-05 16:13:37,332 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.application, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.Application 2017-04-05 16:13:37,341 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.bootstrap, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyBootstrap 2017-04-05 16:13:37,343 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-04-05 16:13:37,364 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration 2017-04-05 16:13:37,383 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials 2017-04-05 16:13:37,384 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-04-05 16:13:37,384 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents 2017-04-05 16:13:37,387 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-04-05 16:13:37,396 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-04-05 16:13:37,398 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-04-05 16:13:37,404 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction 2017-04-05 16:13:37,405 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch 2017-04-05 16:13:37,418 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction 2017-04-05 16:13:37,419 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch 2017-04-05 16:13:37,421 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash 2017-04-05 16:13:37,422 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch 2017-04-05 16:13:37,424 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-04-05 16:13:37,434 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-04-05 16:13:37,435 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver 2017-04-05 16:13:37,438 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe 2017-04-05 16:13:37,440 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme 2017-04-05 16:13:37,440 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector 2017-04-05 16:13:37,448 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents 2017-04-05 16:13:37,449 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations 2017-04-05 16:13:37,451 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.NoTransaction 2017-04-05 16:13:37,453 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter 2017-04-05 16:13:37,459 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.service.FixedClientUidSelector 2017-04-05 16:13:37,460 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-04-05 16:13:37,462 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-04-05 16:13:37,468 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory 2017-04-05 16:13:37,469 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-04-05 16:13:37,469 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager 2017-04-05 16:13:37,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-04-05 16:13:37,476 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource 2017-04-05 16:13:37,477 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-04-05 16:13:37,477 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource 2017-04-05 16:13:37,479 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-04-05 16:13:37,494 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter 2017-04-05 16:13:37,494 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter 2017-04-05 16:13:37,495 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole 2017-04-05 16:13:37,498 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter 2017-04-05 16:13:37,498 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter 2017-04-05 16:13:37,499 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-04-05 16:13:37,499 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter 2017-04-05 16:13:37,500 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter 2017-04-05 16:13:37,504 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-04-05 16:13:37,504 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-04-05 16:13:37,505 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal 2017-04-05 16:13:37,505 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxAuthConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.OxAuthConfigurationService 2017-04-05 16:13:37,506 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pageService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.util.PageService 2017-04-05 16:13:37,512 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pairwiseIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.PairwiseIdentifierService 2017-04-05 16:13:37,520 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pythonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.PythonService 2017-04-05 16:13:37,524 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-04-05 16:13:37,531 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-04-05 16:13:37,532 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: redirectionUriService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.RedirectionUriService 2017-04-05 16:13:37,534 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registerParamsValidator, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.registration.RegisterParamsValidator 2017-04-05 16:13:37,537 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-04-05 16:13:37,552 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-04-05 16:13:37,560 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestClientInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebServiceImpl 2017-04-05 16:13:37,562 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestJwkRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.jwk.ws.rs.JwkRestWebServiceImpl 2017-04-05 16:13:37,565 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-04-05 16:13:37,573 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestUserInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl 2017-04-05 16:13:37,574 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-04-05 16:13:37,580 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetPermissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetPermissionManager 2017-04-05 16:13:37,587 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-04-05 16:13:37,606 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ResourceSetRegistrationWS 2017-04-05 16:13:37,616 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetService 2017-04-05 16:13:37,623 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.RPTManager 2017-04-05 16:13:37,625 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-04-05 16:13:37,629 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-04-05 16:13:37,631 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptStatusRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptStatusWS 2017-04-05 16:13:37,638 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.SchemaService 2017-04-05 16:13:37,648 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeChecker, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.authorize.ScopeChecker 2017-04-05 16:13:37,649 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ScopeService 2017-04-05 16:13:37,650 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sectorIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SectorIdentifierService 2017-04-05 16:13:37,655 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionClient, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.session.SessionClient 2017-04-05 16:13:37,661 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionStateService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SessionStateService 2017-04-05 16:13:37,667 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionUser, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.SessionState 2017-04-05 16:13:37,676 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: tokenService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.token.TokenService 2017-04-05 16:13:37,678 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fAuthenticationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fAuthenticationWS 2017-04-05 16:13:37,682 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-04-05 16:13:37,688 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fConfigurationWS 2017-04-05 16:13:37,690 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fRegistrationWS 2017-04-05 16:13:37,696 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-04-05 16:13:37,700 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-04-05 16:13:37,701 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ValidationService 2017-04-05 16:13:37,709 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-04-05 16:13:37,710 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.UmaConfigurationWS 2017-04-05 16:13:37,712 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-04-05 16:13:37,713 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaRsResourceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.RsResourceService 2017-04-05 16:13:37,714 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-04-05 16:13:37,720 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-04-05 16:13:37,725 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaScopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ScopeService 2017-04-05 16:13:37,734 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.UmaValidationService 2017-04-05 16:13:37,735 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userGroupService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserGroupService 2017-04-05 16:13:37,738 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserService 2017-04-05 16:13:37,743 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-04-05 16:13:37,752 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: xmlService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.XmlService 2017-04-05 16:13:38,026 INFO [main] [org.xdi.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:23) - Adding Bouncy Castle Provider 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-04-05 16:14:14,028 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:292) - Loading configuration from LDAP... 2017-04-05 16:14:14,245 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:330) - Failed to find entry: ou=oxauth,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu 2017-04-05 16:14:14,246 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:312) - Unable to find configuration in LDAP, try to load configuration from file system... 2017-04-05 16:14:14,261 WARN [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:451) - /etc/gluu/conf/oxauth-config.json (No such file or directory) java.io.FileNotFoundException: /etc/gluu/conf/oxauth-config.json (No such file or directory) at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_112] at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_112] at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_112] at org.codehaus.jackson.JsonFactory.createJsonParser(JsonFactory.java:504) ~[jackson-core-asl-1.9.11.jar:1.9.11] at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1817) ~[jackson-mapper-asl-1.9.11.jar:1.9.11] at org.xdi.oxauth.model.config.ConfigurationFactory.loadConfFromFile(ConfigurationFactory.java:449) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.reloadConfFromFile(ConfigurationFactory.java:279) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.createFromFile(ConfigurationFactory.java:233) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.createFromLdap(ConfigurationFactory.java:313) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.create(ConfigurationFactory.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.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.model.config.ConfigurationFactory_$$_javassist_seam_3.create(ConfigurationFactory_$$_javassist_seam_3.java) [classes/:?] at org.xdi.oxauth.service.AppInitializer.createApplicationComponents(AppInitializer.java:111) [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.createApplicationComponents(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.Component.callComponentMethod(Component.java:2313) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.callCreateMethod(Component.java:2236) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.newInstance(Component.java:2196) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:343) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:335) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:317) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.init.Initialization.init(Initialization.java:813) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:843) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:533) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:816) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:345) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:452) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:610) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:529) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.scan(Scanner.java:392) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:561) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:236) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.start(Server.java:422) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.doStart(Server.java:389) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1516) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_112] at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1441) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] 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.eclipse.jetty.start.Main.invokeMain(Main.java:214) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.start(Main.java:457) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.main(Main.java:75) [start.jar:9.3.15.v20161220] 2017-04-05 16:14:14,271 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:285) - Failed to load configuration from file: /etc/gluu/conf/oxauth-config.json 2017-04-05 16:14:14,271 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:130) - Failed to load configuration from LDAP. Please fix it!!!. 2017-04-05 16:14:14.279:WARN:oejw.WebAppContext:main: Failed startup of context o.e.j.w.WebAppContext@53b32d7{/oxauth,[file:///opt/jetty-9.3/temp/jetty-localhost-8081-oxauth.war-_oxauth-any-3685043909446736052.dir/webapp/, jar:file:///opt/jetty-9.3/temp/jetty-localhost-8081-oxauth.war-_oxauth-any-3685043909446736052.dir/webapp/WEB-INF/lib/oxauth-static-3.0.1.jar!/META-INF/resources, jar:file:///opt/jetty-9.3/temp/jetty-localhost-8081-oxauth.war-_oxauth-any-3685043909446736052.dir/webapp/WEB-INF/lib/jsf-impl-2.1.28-jbossorg-1.jar!/META-INF/resources],UNAVAILABLE}{/oxauth.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.xdi.exception.ConfigurationException: Failed to load configuration from LDAP. at org.xdi.oxauth.model.config.ConfigurationFactory.create(ConfigurationFactory.java:131) 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.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.xdi.oxauth.model.config.ConfigurationFactory_$$_javassist_seam_3.create(ConfigurationFactory_$$_javassist_seam_3.java) at org.xdi.oxauth.service.AppInitializer.createApplicationComponents(AppInitializer.java:111) 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.xdi.oxauth.service.AppInitializer_$$_javassist_seam_1.createApplicationComponents(AppInitializer_$$_javassist_seam_1.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-04-05 16:14:14.322:INFO:oejsh.ContextHandler:main: Started o.e.j.s.h.ContextHandler@76563d26{/oxauth/ext/resources,null,AVAILABLE} 2017-04-05 16:14:14.381:INFO:oejs.AbstractConnector:main: Started ServerConnector@6d1dcdff{HTTP/1.1,[http/1.1]}{localhost:8081} 2017-04-05 16:14:14.383:INFO:oejs.Server:main: Started @60249ms ``` . **oxauth.log** ``` 2017-04-05 14:49:20,056 INFO [main] [org.jboss.seam.servlet.SeamListener] (SeamListener.java:33) - Welcome to Seam 2.3.1.Final 2017-04-05 14:49:20,117 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-04-05 14:49:22,625 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:224) - reading /WEB-INF/components.xml 2017-04-05 14:49:22,783 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /seam.properties 2017-04-05 14:49:22,791 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /jndi.properties 2017-04-05 14:49:22,855 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init 2017-04-05 14:49:22,898 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.cache.cacheProvider 2017-04-05 14:49:22,905 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.ui.clientUidSelector 2017-04-05 14:49:22,905 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.expressions 2017-04-05 14:49:22,907 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 14:49:22,907 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole 2017-04-05 14:49:22,907 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.transaction.transaction 2017-04-05 14:49:22,908 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.parameters 2017-04-05 14:49:22,908 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.manager 2017-04-05 14:49:22,909 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.exception.exceptions 2017-04-05 14:49:22,916 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader 2017-04-05 14:49:22,916 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal 2017-04-05 14:49:22,916 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider 2017-04-05 14:49:22,917 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 14:49:24,627 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: appInitializer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AppInitializer 2017-04-05 14:49:24,690 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applianceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplianceService 2017-04-05 14:49:24,709 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationAuditLogger, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.audit.ApplicationAuditLogger 2017-04-05 14:49:24,749 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplicationFactory 2017-04-05 14:49:24,754 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ApplicationService 2017-04-05 14:49:24,758 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: attributeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AttributeService 2017-04-05 14:49:24,789 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationFilterService 2017-04-05 14:49:24,844 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationService 2017-04-05 14:49:24,850 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.auth.Authenticator 2017-04-05 14:49:24,862 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authorizationGrantList, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.AuthorizationGrantList 2017-04-05 14:49:24,885 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-04-05 14:49:24,896 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.CacheService 2017-04-05 14:49:24,926 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-04-05 14:49:24,931 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cleanerTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.CleanerTimer 2017-04-05 14:49:24,942 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientAuthorizationsService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientAuthorizationsService 2017-04-05 14:49:24,953 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientDataValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ClientDataValidationService 2017-04-05 14:49:24,972 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientFilterService 2017-04-05 14:49:24,988 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientService 2017-04-05 14:49:25,037 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: configurationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.config.ConfigurationFactory 2017-04-05 14:49:25,046 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.custom.script.CustomScriptManager 2017-04-05 14:49:25,049 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManagerMigrator, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptManagerMigrator 2017-04-05 14:49:25,053 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptService 2017-04-05 14:49:25,056 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: deviceRegistrationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.DeviceRegistrationService 2017-04-05 14:49:25,058 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: encryptionService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.EncryptionService 2017-04-05 14:49:25,062 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: endSessionRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl 2017-04-05 14:49:25,084 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: errorResponseFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.error.ErrorResponseFactory 2017-04-05 14:49:25,092 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalApplicationSessionService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalApplicationSessionService 2017-04-05 14:49:25,104 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalAuthenticationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalAuthenticationService 2017-04-05 14:49:25,120 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicClientRegistrationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicClientRegistrationService 2017-04-05 14:49:25,122 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicScopeService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicScopeService 2017-04-05 14:49:25,123 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalIdGeneratorService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalIdGeneratorService 2017-04-05 14:49:25,125 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalUmaAuthorizationPolicyService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalUmaAuthorizationPolicyService 2017-04-05 14:49:25,132 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuCacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.GluuEhCacheProvider 2017-04-05 14:49:25,136 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-04-05 14:49:25,142 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: grantService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.GrantService 2017-04-05 14:49:25,198 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: httpService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.net.HttpService 2017-04-05 14:49:25,221 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-04-05 14:49:25,236 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idGenWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.IdGenRestWebService 2017-04-05 14:49:25,245 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idTokenFactory, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.token.IdTokenFactory 2017-04-05 14:49:25,264 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-04-05 14:49:25,273 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-04-05 14:49:25,276 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: inumService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.InumService 2017-04-05 14:49:25,278 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.JsonService 2017-04-05 14:49:25,286 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: keyGeneratorTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.KeyGeneratorTimer 2017-04-05 14:49:25,289 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ldapCustomAuthenticationConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.LdapCustomAuthenticationConfigurationService 2017-04-05 14:49:25,300 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-04-05 14:49:25,305 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: loginAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LoginAction 2017-04-05 14:49:25,306 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: logoutAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LogoutAction 2017-04-05 14:49:25,314 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: lookupService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.LookupService 2017-04-05 14:49:25,342 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: mailService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.MailService 2017-04-05 14:49:25,380 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metricService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.MetricService 2017-04-05 14:49:25,389 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: networkService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.net.NetworkService 2017-04-05 14:49:25,407 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: objectSerializationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.ObjectSerializationService 2017-04-05 14:49:25,408 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler 2017-04-05 14:49:25,412 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher 2017-04-05 14:49:25,415 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.cache.cacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider 2017-04-05 14:49:25,461 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-04-05 14:49:25,467 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage 2017-04-05 14:49:25,468 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator 2017-04-05 14:49:25,470 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-04-05 14:49:25,475 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation 2017-04-05 14:49:25,477 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-04-05 14:49:25,482 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList 2017-04-05 14:49:25,483 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation 2017-04-05 14:49:25,484 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack 2017-04-05 14:49:25,488 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-04-05 14:49:25,492 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions 2017-04-05 14:49:25,497 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator 2017-04-05 14:49:25,507 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale 2017-04-05 14:49:25,514 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-04-05 14:49:25,524 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle 2017-04-05 14:49:25,525 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader 2017-04-05 14:49:25,527 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators 2017-04-05 14:49:25,529 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore 2017-04-05 14:49:25,531 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache 2017-04-05 14:49:25,542 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.exception.GluuCustomExceptions 2017-04-05 14:49:25,546 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels 2017-04-05 14:49:25,547 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-04-05 14:49:25,556 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext 2017-04-05 14:49:25,556 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage 2017-04-05 14:49:25,557 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError 2017-04-05 14:49:25,558 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect 2017-04-05 14:49:25,561 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-04-05 14:49:25,562 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-04-05 14:49:25,565 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent 2017-04-05 14:49:25,565 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation 2017-04-05 14:49:25,581 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate 2017-04-05 14:49:25,586 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-04-05 14:49:25,593 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime 2017-04-05 14:49:25,596 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-04-05 14:49:25,598 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector 2017-04-05 14:49:25,600 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages 2017-04-05 14:49:25,625 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages 2017-04-05 14:49:25,635 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone 2017-04-05 14:49:25,640 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector 2017-04-05 14:49:25,642 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones 2017-04-05 14:49:25,644 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession 2017-04-05 14:49:25,656 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages 2017-04-05 14:49:25,662 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions 2017-04-05 14:49:25,662 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-04-05 14:49:25,669 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-04-05 14:49:25,670 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.application, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.Application 2017-04-05 14:49:25,684 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.bootstrap, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyBootstrap 2017-04-05 14:49:25,687 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-04-05 14:49:25,696 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration 2017-04-05 14:49:25,705 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials 2017-04-05 14:49:25,708 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-04-05 14:49:25,712 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents 2017-04-05 14:49:25,714 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-04-05 14:49:25,727 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-04-05 14:49:25,734 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-04-05 14:49:25,737 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction 2017-04-05 14:49:25,739 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch 2017-04-05 14:49:25,746 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction 2017-04-05 14:49:25,747 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch 2017-04-05 14:49:25,751 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash 2017-04-05 14:49:25,752 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch 2017-04-05 14:49:25,753 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-04-05 14:49:25,756 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-04-05 14:49:25,757 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver 2017-04-05 14:49:25,763 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe 2017-04-05 14:49:25,765 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme 2017-04-05 14:49:25,766 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector 2017-04-05 14:49:25,772 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents 2017-04-05 14:49:25,773 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations 2017-04-05 14:49:25,775 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.NoTransaction 2017-04-05 14:49:25,787 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter 2017-04-05 14:49:25,791 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.service.FixedClientUidSelector 2017-04-05 14:49:25,797 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-04-05 14:49:25,802 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-04-05 14:49:25,808 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory 2017-04-05 14:49:25,809 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-04-05 14:49:25,810 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager 2017-04-05 14:49:25,812 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-04-05 14:49:25,812 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource 2017-04-05 14:49:25,821 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-04-05 14:49:25,822 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource 2017-04-05 14:49:25,827 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-04-05 14:49:25,832 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter 2017-04-05 14:49:25,834 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter 2017-04-05 14:49:25,834 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole 2017-04-05 14:49:25,835 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter 2017-04-05 14:49:25,843 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter 2017-04-05 14:49:25,844 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-04-05 14:49:25,845 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter 2017-04-05 14:49:25,846 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter 2017-04-05 14:49:25,847 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-04-05 14:49:25,848 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-04-05 14:49:25,848 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal 2017-04-05 14:49:25,852 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxAuthConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.OxAuthConfigurationService 2017-04-05 14:49:25,853 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pageService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.util.PageService 2017-04-05 14:49:25,858 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pairwiseIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.PairwiseIdentifierService 2017-04-05 14:49:25,889 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pythonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.PythonService 2017-04-05 14:49:25,902 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-04-05 14:49:25,907 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-04-05 14:49:25,909 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: redirectionUriService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.RedirectionUriService 2017-04-05 14:49:25,913 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registerParamsValidator, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.registration.RegisterParamsValidator 2017-04-05 14:49:25,924 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-04-05 14:49:25,940 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-04-05 14:49:25,948 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestClientInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebServiceImpl 2017-04-05 14:49:25,951 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestJwkRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.jwk.ws.rs.JwkRestWebServiceImpl 2017-04-05 14:49:25,961 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-04-05 14:49:25,969 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestUserInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl 2017-04-05 14:49:25,971 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-04-05 14:49:25,981 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetPermissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetPermissionManager 2017-04-05 14:49:25,986 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-04-05 14:49:26,014 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ResourceSetRegistrationWS 2017-04-05 14:49:26,026 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetService 2017-04-05 14:49:26,029 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.RPTManager 2017-04-05 14:49:26,032 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-04-05 14:49:26,036 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-04-05 14:49:26,038 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptStatusRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptStatusWS 2017-04-05 14:49:26,052 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.SchemaService 2017-04-05 14:49:26,063 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeChecker, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.authorize.ScopeChecker 2017-04-05 14:49:26,069 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ScopeService 2017-04-05 14:49:26,070 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sectorIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SectorIdentifierService 2017-04-05 14:49:26,071 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionClient, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.session.SessionClient 2017-04-05 14:49:26,080 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionStateService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SessionStateService 2017-04-05 14:49:26,083 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionUser, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.SessionState 2017-04-05 14:49:26,096 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: tokenService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.token.TokenService 2017-04-05 14:49:26,098 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fAuthenticationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fAuthenticationWS 2017-04-05 14:49:26,105 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-04-05 14:49:26,109 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fConfigurationWS 2017-04-05 14:49:26,111 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fRegistrationWS 2017-04-05 14:49:26,114 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-04-05 14:49:26,115 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-04-05 14:49:26,116 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ValidationService 2017-04-05 14:49:26,120 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-04-05 14:49:26,122 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.UmaConfigurationWS 2017-04-05 14:49:26,124 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-04-05 14:49:26,126 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaRsResourceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.RsResourceService 2017-04-05 14:49:26,127 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-04-05 14:49:26,128 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-04-05 14:49:26,133 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaScopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ScopeService 2017-04-05 14:49:26,135 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.UmaValidationService 2017-04-05 14:49:26,136 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userGroupService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserGroupService 2017-04-05 14:49:26,140 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserService 2017-04-05 14:49:26,141 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-04-05 14:49:26,158 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: xmlService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.XmlService 2017-04-05 14:49:26,647 INFO [main] [org.xdi.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:23) - Adding Bouncy Castle Provider 2017-04-05 14:49:28,783 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:292) - Loading configuration from LDAP... 2017-04-05 14:49:30,030 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:133) - Configuration loaded successfully. 2017-04-05 14:49:49,430 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 permissions are required. 2017-04-05 14:49:49,478 INFO [main] [org.jboss.seam.resteasy.ResteasyBootstrap] (ResteasyBootstrap.java:105) - bootstrapping JAX-RS application 2017-04-05 14:49:49,700 INFO [main] [org.jboss.seam.resteasy.ResteasyBootstrap] (ResteasyBootstrap.java:225) - registering built-in RESTEasy providers 2017-04-05 15:32:24,180 INFO [main] [org.jboss.seam.servlet.SeamListener] (SeamListener.java:33) - Welcome to Seam 2.3.1.Final 2017-04-05 15:32:24,243 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-04-05 15:32:26,703 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:224) - reading /WEB-INF/components.xml 2017-04-05 15:32:26,872 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /seam.properties 2017-04-05 15:32:26,876 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /jndi.properties 2017-04-05 15:32:26,939 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init 2017-04-05 15:32:26,992 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.manager 2017-04-05 15:32:26,993 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 15:32:26,993 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.transaction.transaction 2017-04-05 15:32:26,999 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.cache.cacheProvider 2017-04-05 15:32:27,007 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.parameters 2017-04-05 15:32:27,007 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 15:32:27,008 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider 2017-04-05 15:32:27,008 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader 2017-04-05 15:32:27,009 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole 2017-04-05 15:32:27,009 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal 2017-04-05 15:32:27,015 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.ui.clientUidSelector 2017-04-05 15:32:27,015 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.expressions 2017-04-05 15:32:27,015 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.exception.exceptions 2017-04-05 15:32:27,437 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: appInitializer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AppInitializer 2017-04-05 15:32:27,816 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applianceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplianceService 2017-04-05 15:32:27,903 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationAuditLogger, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.audit.ApplicationAuditLogger 2017-04-05 15:32:27,942 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplicationFactory 2017-04-05 15:32:27,949 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ApplicationService 2017-04-05 15:32:27,955 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: attributeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AttributeService 2017-04-05 15:32:27,974 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationFilterService 2017-04-05 15:32:27,998 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationService 2017-04-05 15:32:28,002 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.auth.Authenticator 2017-04-05 15:32:28,021 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authorizationGrantList, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.AuthorizationGrantList 2017-04-05 15:32:28,040 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-04-05 15:32:28,050 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.CacheService 2017-04-05 15:32:28,078 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-04-05 15:32:28,081 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cleanerTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.CleanerTimer 2017-04-05 15:32:28,092 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientAuthorizationsService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientAuthorizationsService 2017-04-05 15:32:28,104 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientDataValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ClientDataValidationService 2017-04-05 15:32:28,114 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientFilterService 2017-04-05 15:32:28,121 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientService 2017-04-05 15:32:28,154 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: configurationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.config.ConfigurationFactory 2017-04-05 15:32:28,160 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.custom.script.CustomScriptManager 2017-04-05 15:32:28,167 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManagerMigrator, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptManagerMigrator 2017-04-05 15:32:28,168 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptService 2017-04-05 15:32:28,171 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: deviceRegistrationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.DeviceRegistrationService 2017-04-05 15:32:28,176 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: encryptionService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.EncryptionService 2017-04-05 15:32:28,178 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: endSessionRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl 2017-04-05 15:32:28,191 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: errorResponseFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.error.ErrorResponseFactory 2017-04-05 15:32:28,194 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalApplicationSessionService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalApplicationSessionService 2017-04-05 15:32:28,205 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalAuthenticationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalAuthenticationService 2017-04-05 15:32:28,225 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicClientRegistrationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicClientRegistrationService 2017-04-05 15:32:28,226 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicScopeService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicScopeService 2017-04-05 15:32:28,227 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalIdGeneratorService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalIdGeneratorService 2017-04-05 15:32:28,228 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalUmaAuthorizationPolicyService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalUmaAuthorizationPolicyService 2017-04-05 15:32:28,237 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuCacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.GluuEhCacheProvider 2017-04-05 15:32:28,243 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-04-05 15:32:28,247 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: grantService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.GrantService 2017-04-05 15:32:28,297 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: httpService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.net.HttpService 2017-04-05 15:32:28,306 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-04-05 15:32:28,316 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idGenWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.IdGenRestWebService 2017-04-05 15:32:28,331 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idTokenFactory, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.token.IdTokenFactory 2017-04-05 15:32:28,340 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-04-05 15:32:28,341 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-04-05 15:32:28,346 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: inumService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.InumService 2017-04-05 15:32:28,348 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.JsonService 2017-04-05 15:32:28,357 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: keyGeneratorTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.KeyGeneratorTimer 2017-04-05 15:32:28,364 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ldapCustomAuthenticationConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.LdapCustomAuthenticationConfigurationService 2017-04-05 15:32:28,368 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-04-05 15:32:28,370 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: loginAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LoginAction 2017-04-05 15:32:28,375 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: logoutAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LogoutAction 2017-04-05 15:32:28,380 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: lookupService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.LookupService 2017-04-05 15:32:28,399 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: mailService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.MailService 2017-04-05 15:32:28,416 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metricService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.MetricService 2017-04-05 15:32:28,423 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: networkService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.net.NetworkService 2017-04-05 15:32:28,429 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: objectSerializationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.ObjectSerializationService 2017-04-05 15:32:28,430 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler 2017-04-05 15:32:28,432 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher 2017-04-05 15:32:28,439 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.cache.cacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider 2017-04-05 15:32:28,467 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-04-05 15:32:28,475 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage 2017-04-05 15:32:28,476 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator 2017-04-05 15:32:28,477 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-04-05 15:32:28,478 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation 2017-04-05 15:32:28,486 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-04-05 15:32:28,486 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList 2017-04-05 15:32:28,487 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation 2017-04-05 15:32:28,488 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack 2017-04-05 15:32:28,488 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-04-05 15:32:28,497 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions 2017-04-05 15:32:28,498 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator 2017-04-05 15:32:28,500 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale 2017-04-05 15:32:28,502 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-04-05 15:32:28,507 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle 2017-04-05 15:32:28,508 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader 2017-04-05 15:32:28,515 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators 2017-04-05 15:32:28,516 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore 2017-04-05 15:32:28,517 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache 2017-04-05 15:32:28,520 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.exception.GluuCustomExceptions 2017-04-05 15:32:28,528 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels 2017-04-05 15:32:28,531 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-04-05 15:32:28,532 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext 2017-04-05 15:32:28,533 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage 2017-04-05 15:32:28,533 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError 2017-04-05 15:32:28,539 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect 2017-04-05 15:32:28,541 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-04-05 15:32:28,541 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-04-05 15:32:28,542 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent 2017-04-05 15:32:28,543 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation 2017-04-05 15:32:28,546 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate 2017-04-05 15:32:28,552 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-04-05 15:32:28,557 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime 2017-04-05 15:32:28,559 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-04-05 15:32:28,564 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector 2017-04-05 15:32:28,565 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages 2017-04-05 15:32:28,580 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages 2017-04-05 15:32:28,590 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone 2017-04-05 15:32:28,591 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector 2017-04-05 15:32:28,592 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones 2017-04-05 15:32:28,593 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession 2017-04-05 15:32:28,597 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages 2017-04-05 15:32:28,608 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions 2017-04-05 15:32:28,608 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-04-05 15:32:28,610 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-04-05 15:32:28,611 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.application, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.Application 2017-04-05 15:32:28,632 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.bootstrap, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyBootstrap 2017-04-05 15:32:28,633 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-04-05 15:32:28,639 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration 2017-04-05 15:32:28,648 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials 2017-04-05 15:32:28,649 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-04-05 15:32:28,651 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents 2017-04-05 15:32:28,652 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-04-05 15:32:28,661 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-04-05 15:32:28,664 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-04-05 15:32:28,672 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction 2017-04-05 15:32:28,674 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch 2017-04-05 15:32:28,679 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction 2017-04-05 15:32:28,687 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch 2017-04-05 15:32:28,689 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash 2017-04-05 15:32:28,689 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch 2017-04-05 15:32:28,691 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-04-05 15:32:28,698 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-04-05 15:32:28,698 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver 2017-04-05 15:32:28,702 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe 2017-04-05 15:32:28,707 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme 2017-04-05 15:32:28,708 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector 2017-04-05 15:32:28,709 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents 2017-04-05 15:32:28,710 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations 2017-04-05 15:32:28,712 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.NoTransaction 2017-04-05 15:32:28,721 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter 2017-04-05 15:32:28,724 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.service.FixedClientUidSelector 2017-04-05 15:32:28,725 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-04-05 15:32:28,731 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-04-05 15:32:28,733 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory 2017-04-05 15:32:28,733 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-04-05 15:32:28,734 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager 2017-04-05 15:32:28,735 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-04-05 15:32:28,736 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource 2017-04-05 15:32:28,736 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-04-05 15:32:28,737 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource 2017-04-05 15:32:28,747 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-04-05 15:32:28,750 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter 2017-04-05 15:32:28,751 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter 2017-04-05 15:32:28,751 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole 2017-04-05 15:32:28,752 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter 2017-04-05 15:32:28,752 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter 2017-04-05 15:32:28,753 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-04-05 15:32:28,753 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter 2017-04-05 15:32:28,754 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter 2017-04-05 15:32:28,759 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-04-05 15:32:28,760 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-04-05 15:32:28,760 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal 2017-04-05 15:32:28,760 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxAuthConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.OxAuthConfigurationService 2017-04-05 15:32:28,761 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pageService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.util.PageService 2017-04-05 15:32:28,771 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pairwiseIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.PairwiseIdentifierService 2017-04-05 15:32:28,783 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pythonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.PythonService 2017-04-05 15:32:28,796 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-04-05 15:32:28,802 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-04-05 15:32:28,803 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: redirectionUriService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.RedirectionUriService 2017-04-05 15:32:28,805 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registerParamsValidator, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.registration.RegisterParamsValidator 2017-04-05 15:32:28,811 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-04-05 15:32:28,824 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-04-05 15:32:28,829 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestClientInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebServiceImpl 2017-04-05 15:32:28,832 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestJwkRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.jwk.ws.rs.JwkRestWebServiceImpl 2017-04-05 15:32:28,843 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-04-05 15:32:28,847 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestUserInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl 2017-04-05 15:32:28,848 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-04-05 15:32:28,855 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetPermissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetPermissionManager 2017-04-05 15:32:28,858 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-04-05 15:32:28,880 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ResourceSetRegistrationWS 2017-04-05 15:32:28,893 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetService 2017-04-05 15:32:28,895 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.RPTManager 2017-04-05 15:32:28,896 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-04-05 15:32:28,900 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-04-05 15:32:28,902 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptStatusRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptStatusWS 2017-04-05 15:32:28,914 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.SchemaService 2017-04-05 15:32:28,918 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeChecker, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.authorize.ScopeChecker 2017-04-05 15:32:28,920 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ScopeService 2017-04-05 15:32:28,921 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sectorIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SectorIdentifierService 2017-04-05 15:32:28,922 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionClient, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.session.SessionClient 2017-04-05 15:32:28,928 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionStateService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SessionStateService 2017-04-05 15:32:28,934 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionUser, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.SessionState 2017-04-05 15:32:28,947 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: tokenService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.token.TokenService 2017-04-05 15:32:28,948 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fAuthenticationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fAuthenticationWS 2017-04-05 15:32:28,956 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-04-05 15:32:28,957 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fConfigurationWS 2017-04-05 15:32:28,963 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fRegistrationWS 2017-04-05 15:32:28,965 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-04-05 15:32:28,967 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-04-05 15:32:28,968 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ValidationService 2017-04-05 15:32:28,973 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-04-05 15:32:28,979 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.UmaConfigurationWS 2017-04-05 15:32:28,981 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-04-05 15:32:28,983 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaRsResourceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.RsResourceService 2017-04-05 15:32:28,984 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-04-05 15:32:28,985 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-04-05 15:32:28,994 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaScopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ScopeService 2017-04-05 15:32:28,999 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.UmaValidationService 2017-04-05 15:32:29,000 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userGroupService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserGroupService 2017-04-05 15:32:29,007 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserService 2017-04-05 15:32:29,008 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-04-05 15:32:29,025 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: xmlService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.XmlService 2017-04-05 15:32:29,474 INFO [main] [org.xdi.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:23) - Adding Bouncy Castle Provider 2017-04-05 15:33:06,369 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:292) - Loading configuration from LDAP... 2017-04-05 15:33:06,802 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:330) - Failed to find entry: ou=oxauth,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu 2017-04-05 15:33:06,804 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:312) - Unable to find configuration in LDAP, try to load configuration from file system... 2017-04-05 15:33:06,825 WARN [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:451) - /etc/gluu/conf/oxauth-config.json (No such file or directory) java.io.FileNotFoundException: /etc/gluu/conf/oxauth-config.json (No such file or directory) at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_112] at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_112] at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_112] at org.codehaus.jackson.JsonFactory.createJsonParser(JsonFactory.java:504) ~[jackson-core-asl-1.9.11.jar:1.9.11] at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1817) ~[jackson-mapper-asl-1.9.11.jar:1.9.11] at org.xdi.oxauth.model.config.ConfigurationFactory.loadConfFromFile(ConfigurationFactory.java:449) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.reloadConfFromFile(ConfigurationFactory.java:279) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.createFromFile(ConfigurationFactory.java:233) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.createFromLdap(ConfigurationFactory.java:313) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.create(ConfigurationFactory.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.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.model.config.ConfigurationFactory_$$_javassist_seam_3.create(ConfigurationFactory_$$_javassist_seam_3.java) [classes/:?] at org.xdi.oxauth.service.AppInitializer.createApplicationComponents(AppInitializer.java:111) [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.createApplicationComponents(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.Component.callComponentMethod(Component.java:2313) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.callCreateMethod(Component.java:2236) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.newInstance(Component.java:2196) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:343) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:335) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:317) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.init.Initialization.init(Initialization.java:813) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:843) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:533) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:816) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:345) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:452) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:610) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:529) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.scan(Scanner.java:392) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:561) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:236) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.start(Server.java:422) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.doStart(Server.java:389) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1516) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_112] at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1441) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] 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.eclipse.jetty.start.Main.invokeMain(Main.java:214) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.start(Main.java:457) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.main(Main.java:75) [start.jar:9.3.15.v20161220] 2017-04-05 15:33:06,838 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:285) - Failed to load configuration from file: /etc/gluu/conf/oxauth-config.json 2017-04-05 15:33:06,839 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:130) - Failed to load configuration from LDAP. Please fix it!!!. 2017-04-05 16:13:33,965 INFO [main] [org.jboss.seam.servlet.SeamListener] (SeamListener.java:33) - Welcome to Seam 2.3.1.Final 2017-04-05 16:13:34,010 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-04-05 16:13:36,011 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:224) - reading /WEB-INF/components.xml 2017-04-05 16:13:36,148 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /seam.properties 2017-04-05 16:13:36,151 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /jndi.properties 2017-04-05 16:13:36,210 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init 2017-04-05 16:13:36,262 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.cache.cacheProvider 2017-04-05 16:13:36,267 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.manager 2017-04-05 16:13:36,268 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider 2017-04-05 16:13:36,269 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole 2017-04-05 16:13:36,269 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.ui.clientUidSelector 2017-04-05 16:13:36,270 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.exception.exceptions 2017-04-05 16:13:36,270 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.transaction.transaction 2017-04-05 16:13:36,270 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.parameters 2017-04-05 16:13:36,271 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal 2017-04-05 16:13:36,272 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader 2017-04-05 16:13:36,272 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 16:13:36,272 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 16:13:36,273 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.expressions 2017-04-05 16:13:36,469 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: appInitializer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AppInitializer 2017-04-05 16:13:36,807 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applianceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplianceService 2017-04-05 16:13:36,820 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationAuditLogger, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.audit.ApplicationAuditLogger 2017-04-05 16:13:36,831 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplicationFactory 2017-04-05 16:13:36,836 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ApplicationService 2017-04-05 16:13:36,839 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: attributeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AttributeService 2017-04-05 16:13:36,847 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationFilterService 2017-04-05 16:13:36,865 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationService 2017-04-05 16:13:36,868 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.auth.Authenticator 2017-04-05 16:13:36,883 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authorizationGrantList, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.AuthorizationGrantList 2017-04-05 16:13:36,890 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-04-05 16:13:36,901 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.CacheService 2017-04-05 16:13:36,932 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-04-05 16:13:36,939 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cleanerTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.CleanerTimer 2017-04-05 16:13:36,942 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientAuthorizationsService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientAuthorizationsService 2017-04-05 16:13:36,949 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientDataValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ClientDataValidationService 2017-04-05 16:13:36,959 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientFilterService 2017-04-05 16:13:36,968 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientService 2017-04-05 16:13:36,978 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: configurationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.config.ConfigurationFactory 2017-04-05 16:13:36,985 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.custom.script.CustomScriptManager 2017-04-05 16:13:36,989 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManagerMigrator, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptManagerMigrator 2017-04-05 16:13:36,996 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptService 2017-04-05 16:13:36,998 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: deviceRegistrationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.DeviceRegistrationService 2017-04-05 16:13:36,999 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: encryptionService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.EncryptionService 2017-04-05 16:13:37,001 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: endSessionRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl 2017-04-05 16:13:37,010 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: errorResponseFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.error.ErrorResponseFactory 2017-04-05 16:13:37,019 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalApplicationSessionService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalApplicationSessionService 2017-04-05 16:13:37,022 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalAuthenticationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalAuthenticationService 2017-04-05 16:13:37,029 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicClientRegistrationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicClientRegistrationService 2017-04-05 16:13:37,030 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicScopeService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicScopeService 2017-04-05 16:13:37,031 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalIdGeneratorService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalIdGeneratorService 2017-04-05 16:13:37,036 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalUmaAuthorizationPolicyService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalUmaAuthorizationPolicyService 2017-04-05 16:13:37,041 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuCacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.GluuEhCacheProvider 2017-04-05 16:13:37,045 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-04-05 16:13:37,051 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: grantService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.GrantService 2017-04-05 16:13:37,066 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: httpService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.net.HttpService 2017-04-05 16:13:37,072 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-04-05 16:13:37,081 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idGenWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.IdGenRestWebService 2017-04-05 16:13:37,094 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idTokenFactory, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.token.IdTokenFactory 2017-04-05 16:13:37,099 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-04-05 16:13:37,104 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-04-05 16:13:37,106 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: inumService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.InumService 2017-04-05 16:13:37,107 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.JsonService 2017-04-05 16:13:37,116 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: keyGeneratorTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.KeyGeneratorTimer 2017-04-05 16:13:37,120 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ldapCustomAuthenticationConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.LdapCustomAuthenticationConfigurationService 2017-04-05 16:13:37,124 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-04-05 16:13:37,125 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: loginAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LoginAction 2017-04-05 16:13:37,126 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: logoutAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LogoutAction 2017-04-05 16:13:37,137 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: lookupService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.LookupService 2017-04-05 16:13:37,149 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: mailService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.MailService 2017-04-05 16:13:37,157 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metricService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.MetricService 2017-04-05 16:13:37,164 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: networkService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.net.NetworkService 2017-04-05 16:13:37,166 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: objectSerializationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.ObjectSerializationService 2017-04-05 16:13:37,167 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler 2017-04-05 16:13:37,169 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher 2017-04-05 16:13:37,176 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.cache.cacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider 2017-04-05 16:13:37,189 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-04-05 16:13:37,200 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage 2017-04-05 16:13:37,201 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator 2017-04-05 16:13:37,202 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-04-05 16:13:37,207 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation 2017-04-05 16:13:37,208 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-04-05 16:13:37,209 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList 2017-04-05 16:13:37,210 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation 2017-04-05 16:13:37,210 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack 2017-04-05 16:13:37,215 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-04-05 16:13:37,217 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions 2017-04-05 16:13:37,219 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator 2017-04-05 16:13:37,221 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale 2017-04-05 16:13:37,230 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-04-05 16:13:37,231 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle 2017-04-05 16:13:37,232 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader 2017-04-05 16:13:37,233 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators 2017-04-05 16:13:37,240 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore 2017-04-05 16:13:37,241 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache 2017-04-05 16:13:37,244 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.exception.GluuCustomExceptions 2017-04-05 16:13:37,251 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels 2017-04-05 16:13:37,253 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-04-05 16:13:37,254 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext 2017-04-05 16:13:37,254 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage 2017-04-05 16:13:37,255 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError 2017-04-05 16:13:37,260 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect 2017-04-05 16:13:37,261 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-04-05 16:13:37,262 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-04-05 16:13:37,268 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent 2017-04-05 16:13:37,269 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation 2017-04-05 16:13:37,270 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate 2017-04-05 16:13:37,280 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-04-05 16:13:37,281 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime 2017-04-05 16:13:37,283 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-04-05 16:13:37,291 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector 2017-04-05 16:13:37,292 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages 2017-04-05 16:13:37,299 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages 2017-04-05 16:13:37,307 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone 2017-04-05 16:13:37,308 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector 2017-04-05 16:13:37,309 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones 2017-04-05 16:13:37,310 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession 2017-04-05 16:13:37,318 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages 2017-04-05 16:13:37,325 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions 2017-04-05 16:13:37,325 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-04-05 16:13:37,331 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-04-05 16:13:37,332 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.application, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.Application 2017-04-05 16:13:37,341 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.bootstrap, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyBootstrap 2017-04-05 16:13:37,343 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-04-05 16:13:37,364 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration 2017-04-05 16:13:37,383 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials 2017-04-05 16:13:37,384 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-04-05 16:13:37,384 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents 2017-04-05 16:13:37,387 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-04-05 16:13:37,396 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-04-05 16:13:37,398 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-04-05 16:13:37,404 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction 2017-04-05 16:13:37,405 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch 2017-04-05 16:13:37,418 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction 2017-04-05 16:13:37,419 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch 2017-04-05 16:13:37,421 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash 2017-04-05 16:13:37,422 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch 2017-04-05 16:13:37,424 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-04-05 16:13:37,434 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-04-05 16:13:37,435 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver 2017-04-05 16:13:37,438 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe 2017-04-05 16:13:37,440 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme 2017-04-05 16:13:37,440 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector 2017-04-05 16:13:37,448 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents 2017-04-05 16:13:37,449 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations 2017-04-05 16:13:37,451 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.NoTransaction 2017-04-05 16:13:37,453 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter 2017-04-05 16:13:37,459 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.service.FixedClientUidSelector 2017-04-05 16:13:37,460 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-04-05 16:13:37,462 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-04-05 16:13:37,468 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory 2017-04-05 16:13:37,469 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-04-05 16:13:37,469 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager 2017-04-05 16:13:37,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-04-05 16:13:37,476 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource 2017-04-05 16:13:37,477 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-04-05 16:13:37,477 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource 2017-04-05 16:13:37,479 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-04-05 16:13:37,494 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter 2017-04-05 16:13:37,494 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter 2017-04-05 16:13:37,495 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole 2017-04-05 16:13:37,498 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter 2017-04-05 16:13:37,498 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter 2017-04-05 16:13:37,499 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-04-05 16:13:37,499 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter 2017-04-05 16:13:37,500 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter 2017-04-05 16:13:37,504 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-04-05 16:13:37,504 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-04-05 16:13:37,505 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal 2017-04-05 16:13:37,505 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxAuthConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.OxAuthConfigurationService 2017-04-05 16:13:37,506 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pageService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.util.PageService 2017-04-05 16:13:37,512 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pairwiseIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.PairwiseIdentifierService 2017-04-05 16:13:37,520 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pythonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.PythonService 2017-04-05 16:13:37,524 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-04-05 16:13:37,531 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-04-05 16:13:37,532 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: redirectionUriService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.RedirectionUriService 2017-04-05 16:13:37,534 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registerParamsValidator, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.registration.RegisterParamsValidator 2017-04-05 16:13:37,537 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-04-05 16:13:37,552 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-04-05 16:13:37,560 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestClientInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebServiceImpl 2017-04-05 16:13:37,562 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestJwkRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.jwk.ws.rs.JwkRestWebServiceImpl 2017-04-05 16:13:37,565 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-04-05 16:13:37,573 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestUserInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl 2017-04-05 16:13:37,574 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-04-05 16:13:37,580 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetPermissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetPermissionManager 2017-04-05 16:13:37,587 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-04-05 16:13:37,606 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ResourceSetRegistrationWS 2017-04-05 16:13:37,616 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetService 2017-04-05 16:13:37,623 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.RPTManager 2017-04-05 16:13:37,625 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-04-05 16:13:37,629 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-04-05 16:13:37,631 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptStatusRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptStatusWS 2017-04-05 16:13:37,638 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.SchemaService 2017-04-05 16:13:37,648 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeChecker, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.authorize.ScopeChecker 2017-04-05 16:13:37,649 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ScopeService 2017-04-05 16:13:37,650 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sectorIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SectorIdentifierService 2017-04-05 16:13:37,655 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionClient, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.session.SessionClient 2017-04-05 16:13:37,661 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionStateService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SessionStateService 2017-04-05 16:13:37,667 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionUser, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.SessionState 2017-04-05 16:13:37,676 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: tokenService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.token.TokenService 2017-04-05 16:13:37,678 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fAuthenticationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fAuthenticationWS 2017-04-05 16:13:37,682 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-04-05 16:13:37,688 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fConfigurationWS 2017-04-05 16:13:37,690 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fRegistrationWS 2017-04-05 16:13:37,696 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-04-05 16:13:37,700 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-04-05 16:13:37,701 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ValidationService 2017-04-05 16:13:37,709 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-04-05 16:13:37,710 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.UmaConfigurationWS 2017-04-05 16:13:37,712 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-04-05 16:13:37,713 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaRsResourceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.RsResourceService 2017-04-05 16:13:37,714 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-04-05 16:13:37,720 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-04-05 16:13:37,725 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaScopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ScopeService 2017-04-05 16:13:37,734 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.UmaValidationService 2017-04-05 16:13:37,735 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userGroupService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserGroupService 2017-04-05 16:13:37,738 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserService 2017-04-05 16:13:37,743 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-04-05 16:13:37,752 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: xmlService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.XmlService 2017-04-05 16:13:38,026 INFO [main] [org.xdi.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:23) - Adding Bouncy Castle Provider 2017-04-05 16:14:14,028 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:292) - Loading configuration from LDAP... 2017-04-05 16:14:14,245 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:330) - Failed to find entry: ou=oxauth,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu 2017-04-05 16:14:14,246 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:312) - Unable to find configuration in LDAP, try to load configuration from file system... 2017-04-05 16:14:14,261 WARN [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:451) - /etc/gluu/conf/oxauth-config.json (No such file or directory) java.io.FileNotFoundException: /etc/gluu/conf/oxauth-config.json (No such file or directory) at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_112] at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_112] at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_112] at org.codehaus.jackson.JsonFactory.createJsonParser(JsonFactory.java:504) ~[jackson-core-asl-1.9.11.jar:1.9.11] at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1817) ~[jackson-mapper-asl-1.9.11.jar:1.9.11] at org.xdi.oxauth.model.config.ConfigurationFactory.loadConfFromFile(ConfigurationFactory.java:449) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.reloadConfFromFile(ConfigurationFactory.java:279) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.createFromFile(ConfigurationFactory.java:233) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.createFromLdap(ConfigurationFactory.java:313) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.create(ConfigurationFactory.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.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.model.config.ConfigurationFactory_$$_javassist_seam_3.create(ConfigurationFactory_$$_javassist_seam_3.java) [classes/:?] at org.xdi.oxauth.service.AppInitializer.createApplicationComponents(AppInitializer.java:111) [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.createApplicationComponents(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.Component.callComponentMethod(Component.java:2313) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.callCreateMethod(Component.java:2236) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.newInstance(Component.java:2196) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:343) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:335) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:317) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.init.Initialization.init(Initialization.java:813) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:843) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:533) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:816) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:345) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:452) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:610) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:529) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.scan(Scanner.java:392) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:561) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:236) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.start(Server.java:422) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.doStart(Server.java:389) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1516) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_112] at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1441) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] 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.eclipse.jetty.start.Main.invokeMain(Main.java:214) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.start(Main.java:457) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.main(Main.java:75) [start.jar:9.3.15.v20161220] 2017-04-05 16:14:14,271 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:285) - Failed to load configuration from file: /etc/gluu/conf/oxauth-config.json 2017-04-05 16:14:14,271 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:130) - Failed to load configuration from LDAP. Please fix it!!!. ``` . **oxauth_persistence_ldap_statistics.log** ``` 2017-04-05 14:49:52,383 INFO [main] [xdi.oxauth.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:47) - Initializing LdapStatusTimer 2017-04-05 14:51:02,504 INFO [pool-2-thread-5] [xdi.oxauth.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:93) - connectionProvider statistics: LDAPConnectionPoolStatistics(numAvailableConnections=0, maxAvailableConnections=10, numSuccessfulConnectionAttempts=1, numFailedConnectionAttempts=0, numConnectionsClosedDefunct=0, numConnectionsClosedExpired=0, numConnectionsClosedUnneeded=0, numSuccessfulCheckouts=11, numFailedCheckouts=0, numReleasedValid=10) 2017-04-05 14:51:05,431 INFO [pool-2-thread-5] [xdi.oxauth.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:103) - bindConnectionProvider statistics: LDAPConnectionPoolStatistics(numAvailableConnections=1, maxAvailableConnections=10, numSuccessfulConnectionAttempts=1, numFailedConnectionAttempts=0, numConnectionsClosedDefunct=0, numConnectionsClosedExpired=0, numConnectionsClosedUnneeded=0, numSuccessfulCheckouts=0, numFailedCheckouts=0, numReleasedValid=0) 2017-04-05 14:51:05,467 INFO [pool-2-thread-5] [xdi.oxauth.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:93) - authConnectionProvider#0 statistics: LDAPConnectionPoolStatistics(numAvailableConnections=1, maxAvailableConnections=1000, numSuccessfulConnectionAttempts=1, numFailedConnectionAttempts=0, numConnectionsClosedDefunct=0, numConnectionsClosedExpired=0, numConnectionsClosedUnneeded=0, numSuccessfulCheckouts=3, numFailedCheckouts=0, numReleasedValid=3) 2017-04-05 14:51:05,467 INFO [pool-2-thread-5] [xdi.oxauth.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:103) - bindAuthConnectionProvider#0 statistics: LDAPConnectionPoolStatistics(numAvailableConnections=1, maxAvailableConnections=1000, numSuccessfulConnectionAttempts=1, numFailedConnectionAttempts=0, numConnectionsClosedDefunct=0, numConnectionsClosedExpired=0, numConnectionsClosedUnneeded=0, numSuccessfulCheckouts=0, numFailedCheckouts=0, numReleasedValid=0) ``` . **2017_04_05.stderrout.log.153206161** ``` 2017-04-05 14:48:27.305:INFO:oejs.Server:main: jetty-9.3.15.v20161220 2017-04-05 14:48:27.383:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///opt/gluu/jetty/oxauth/webapps/] at interval 1 2017-04-05 14:49:14.054:INFO:oeja.AnnotationConfiguration:main: Scanning elapsed time=43520ms 2017-04-05 14:49:20,056 INFO [main] [org.jboss.seam.servlet.SeamListener] (SeamListener.java:33) - Welcome to Seam 2.3.1.Final 2017-04-05 14:49:20,117 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-04-05 14:49:22,625 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:224) - reading /WEB-INF/components.xml 2017-04-05 14:49:22,783 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /seam.properties 2017-04-05 14:49:22,791 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /jndi.properties 2017-04-05 14:49:22,855 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init 2017-04-05 14:49:22,898 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.cache.cacheProvider 2017-04-05 14:49:22,905 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.ui.clientUidSelector 2017-04-05 14:49:22,905 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.expressions 2017-04-05 14:49:22,907 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 14:49:22,907 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole 2017-04-05 14:49:22,907 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.transaction.transaction 2017-04-05 14:49:22,908 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.parameters 2017-04-05 14:49:22,908 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.manager 2017-04-05 14:49:22,909 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.exception.exceptions 2017-04-05 14:49:22,916 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader 2017-04-05 14:49:22,916 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal 2017-04-05 14:49:22,916 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider 2017-04-05 14:49:22,917 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 14:49:24,627 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: appInitializer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AppInitializer 2017-04-05 14:49:24,690 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applianceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplianceService 2017-04-05 14:49:24,709 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationAuditLogger, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.audit.ApplicationAuditLogger 2017-04-05 14:49:24,749 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplicationFactory 2017-04-05 14:49:24,754 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ApplicationService 2017-04-05 14:49:24,758 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: attributeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AttributeService 2017-04-05 14:49:24,789 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationFilterService 2017-04-05 14:49:24,844 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationService 2017-04-05 14:49:24,850 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.auth.Authenticator 2017-04-05 14:49:24,862 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authorizationGrantList, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.AuthorizationGrantList 2017-04-05 14:49:24,885 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-04-05 14:49:24,896 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.CacheService 2017-04-05 14:49:24,926 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-04-05 14:49:24,931 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cleanerTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.CleanerTimer 2017-04-05 14:49:24,942 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientAuthorizationsService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientAuthorizationsService 2017-04-05 14:49:24,953 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientDataValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ClientDataValidationService 2017-04-05 14:49:24,972 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientFilterService 2017-04-05 14:49:24,988 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientService 2017-04-05 14:49:25,037 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: configurationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.config.ConfigurationFactory 2017-04-05 14:49:25,046 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.custom.script.CustomScriptManager 2017-04-05 14:49:25,049 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManagerMigrator, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptManagerMigrator 2017-04-05 14:49:25,053 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptService 2017-04-05 14:49:25,056 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: deviceRegistrationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.DeviceRegistrationService 2017-04-05 14:49:25,058 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: encryptionService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.EncryptionService 2017-04-05 14:49:25,062 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: endSessionRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl 2017-04-05 14:49:25,084 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: errorResponseFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.error.ErrorResponseFactory 2017-04-05 14:49:25,092 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalApplicationSessionService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalApplicationSessionService 2017-04-05 14:49:25,104 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalAuthenticationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalAuthenticationService 2017-04-05 14:49:25,120 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicClientRegistrationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicClientRegistrationService 2017-04-05 14:49:25,122 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicScopeService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicScopeService 2017-04-05 14:49:25,123 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalIdGeneratorService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalIdGeneratorService 2017-04-05 14:49:25,125 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalUmaAuthorizationPolicyService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalUmaAuthorizationPolicyService 2017-04-05 14:49:25,132 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuCacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.GluuEhCacheProvider 2017-04-05 14:49:25,136 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-04-05 14:49:25,142 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: grantService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.GrantService 2017-04-05 14:49:25,198 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: httpService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.net.HttpService 2017-04-05 14:49:25,221 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-04-05 14:49:25,236 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idGenWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.IdGenRestWebService 2017-04-05 14:49:25,245 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idTokenFactory, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.token.IdTokenFactory 2017-04-05 14:49:25,264 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-04-05 14:49:25,273 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-04-05 14:49:25,276 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: inumService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.InumService 2017-04-05 14:49:25,278 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.JsonService 2017-04-05 14:49:25,286 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: keyGeneratorTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.KeyGeneratorTimer 2017-04-05 14:49:25,289 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ldapCustomAuthenticationConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.LdapCustomAuthenticationConfigurationService 2017-04-05 14:49:25,300 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-04-05 14:49:25,305 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: loginAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LoginAction 2017-04-05 14:49:25,306 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: logoutAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LogoutAction 2017-04-05 14:49:25,314 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: lookupService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.LookupService 2017-04-05 14:49:25,342 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: mailService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.MailService 2017-04-05 14:49:25,380 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metricService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.MetricService 2017-04-05 14:49:25,389 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: networkService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.net.NetworkService 2017-04-05 14:49:25,407 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: objectSerializationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.ObjectSerializationService 2017-04-05 14:49:25,408 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler 2017-04-05 14:49:25,412 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher 2017-04-05 14:49:25,415 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.cache.cacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider 2017-04-05 14:49:25,461 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-04-05 14:49:25,467 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage 2017-04-05 14:49:25,468 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator 2017-04-05 14:49:25,470 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-04-05 14:49:25,475 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation 2017-04-05 14:49:25,477 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-04-05 14:49:25,482 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList 2017-04-05 14:49:25,483 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation 2017-04-05 14:49:25,484 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack 2017-04-05 14:49:25,488 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-04-05 14:49:25,492 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions 2017-04-05 14:49:25,497 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator 2017-04-05 14:49:25,507 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale 2017-04-05 14:49:25,514 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-04-05 14:49:25,524 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle 2017-04-05 14:49:25,525 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader 2017-04-05 14:49:25,527 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators 2017-04-05 14:49:25,529 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore 2017-04-05 14:49:25,531 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache 2017-04-05 14:49:25,542 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.exception.GluuCustomExceptions 2017-04-05 14:49:25,546 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels 2017-04-05 14:49:25,547 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-04-05 14:49:25,556 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext 2017-04-05 14:49:25,556 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage 2017-04-05 14:49:25,557 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError 2017-04-05 14:49:25,558 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect 2017-04-05 14:49:25,561 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-04-05 14:49:25,562 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-04-05 14:49:25,565 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent 2017-04-05 14:49:25,565 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation 2017-04-05 14:49:25,581 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate 2017-04-05 14:49:25,586 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-04-05 14:49:25,593 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime 2017-04-05 14:49:25,596 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-04-05 14:49:25,598 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector 2017-04-05 14:49:25,600 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages 2017-04-05 14:49:25,625 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages 2017-04-05 14:49:25,635 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone 2017-04-05 14:49:25,640 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector 2017-04-05 14:49:25,642 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones 2017-04-05 14:49:25,644 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession 2017-04-05 14:49:25,656 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages 2017-04-05 14:49:25,662 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions 2017-04-05 14:49:25,662 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-04-05 14:49:25,669 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-04-05 14:49:25,670 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.application, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.Application 2017-04-05 14:49:25,684 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.bootstrap, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyBootstrap 2017-04-05 14:49:25,687 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-04-05 14:49:25,696 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration 2017-04-05 14:49:25,705 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials 2017-04-05 14:49:25,708 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-04-05 14:49:25,712 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents 2017-04-05 14:49:25,714 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-04-05 14:49:25,727 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-04-05 14:49:25,734 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-04-05 14:49:25,737 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction 2017-04-05 14:49:25,739 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch 2017-04-05 14:49:25,746 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction 2017-04-05 14:49:25,747 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch 2017-04-05 14:49:25,751 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash 2017-04-05 14:49:25,752 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch 2017-04-05 14:49:25,753 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-04-05 14:49:25,756 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-04-05 14:49:25,757 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver 2017-04-05 14:49:25,763 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe 2017-04-05 14:49:25,765 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme 2017-04-05 14:49:25,766 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector 2017-04-05 14:49:25,772 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents 2017-04-05 14:49:25,773 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations 2017-04-05 14:49:25,775 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.NoTransaction 2017-04-05 14:49:25,787 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter 2017-04-05 14:49:25,791 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.service.FixedClientUidSelector 2017-04-05 14:49:25,797 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-04-05 14:49:25,802 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-04-05 14:49:25,808 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory 2017-04-05 14:49:25,809 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-04-05 14:49:25,810 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager 2017-04-05 14:49:25,812 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-04-05 14:49:25,812 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource 2017-04-05 14:49:25,821 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-04-05 14:49:25,822 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource 2017-04-05 14:49:25,827 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-04-05 14:49:25,832 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter 2017-04-05 14:49:25,834 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter 2017-04-05 14:49:25,834 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole 2017-04-05 14:49:25,835 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter 2017-04-05 14:49:25,843 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter 2017-04-05 14:49:25,844 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-04-05 14:49:25,845 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter 2017-04-05 14:49:25,846 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter 2017-04-05 14:49:25,847 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-04-05 14:49:25,848 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-04-05 14:49:25,848 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal 2017-04-05 14:49:25,852 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxAuthConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.OxAuthConfigurationService 2017-04-05 14:49:25,853 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pageService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.util.PageService 2017-04-05 14:49:25,858 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pairwiseIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.PairwiseIdentifierService 2017-04-05 14:49:25,889 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pythonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.PythonService 2017-04-05 14:49:25,902 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-04-05 14:49:25,907 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-04-05 14:49:25,909 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: redirectionUriService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.RedirectionUriService 2017-04-05 14:49:25,913 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registerParamsValidator, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.registration.RegisterParamsValidator 2017-04-05 14:49:25,924 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-04-05 14:49:25,940 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-04-05 14:49:25,948 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestClientInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebServiceImpl 2017-04-05 14:49:25,951 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestJwkRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.jwk.ws.rs.JwkRestWebServiceImpl 2017-04-05 14:49:25,961 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-04-05 14:49:25,969 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestUserInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl 2017-04-05 14:49:25,971 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-04-05 14:49:25,981 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetPermissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetPermissionManager 2017-04-05 14:49:25,986 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-04-05 14:49:26,014 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ResourceSetRegistrationWS 2017-04-05 14:49:26,026 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetService 2017-04-05 14:49:26,029 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.RPTManager 2017-04-05 14:49:26,032 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-04-05 14:49:26,036 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-04-05 14:49:26,038 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptStatusRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptStatusWS 2017-04-05 14:49:26,052 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.SchemaService 2017-04-05 14:49:26,063 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeChecker, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.authorize.ScopeChecker 2017-04-05 14:49:26,069 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ScopeService 2017-04-05 14:49:26,070 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sectorIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SectorIdentifierService 2017-04-05 14:49:26,071 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionClient, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.session.SessionClient 2017-04-05 14:49:26,080 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionStateService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SessionStateService 2017-04-05 14:49:26,083 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionUser, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.SessionState 2017-04-05 14:49:26,096 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: tokenService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.token.TokenService 2017-04-05 14:49:26,098 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fAuthenticationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fAuthenticationWS 2017-04-05 14:49:26,105 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-04-05 14:49:26,109 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fConfigurationWS 2017-04-05 14:49:26,111 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fRegistrationWS 2017-04-05 14:49:26,114 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-04-05 14:49:26,115 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-04-05 14:49:26,116 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ValidationService 2017-04-05 14:49:26,120 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-04-05 14:49:26,122 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.UmaConfigurationWS 2017-04-05 14:49:26,124 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-04-05 14:49:26,126 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaRsResourceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.RsResourceService 2017-04-05 14:49:26,127 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-04-05 14:49:26,128 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-04-05 14:49:26,133 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaScopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ScopeService 2017-04-05 14:49:26,135 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.UmaValidationService 2017-04-05 14:49:26,136 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userGroupService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserGroupService 2017-04-05 14:49:26,140 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserService 2017-04-05 14:49:26,141 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-04-05 14:49:26,158 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: xmlService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.XmlService 2017-04-05 14:49:26,647 INFO [main] [org.xdi.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:23) - Adding Bouncy Castle Provider 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-04-05 14:49:28,783 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:292) - Loading configuration from LDAP... 2017-04-05 14:49:30,030 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:133) - Configuration loaded successfully. 2017-04-05 14:49:49,430 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 permissions are required. 2017-04-05 14:49:49,478 INFO [main] [org.jboss.seam.resteasy.ResteasyBootstrap] (ResteasyBootstrap.java:105) - bootstrapping JAX-RS application 2017-04-05 14:49:49,700 INFO [main] [org.jboss.seam.resteasy.ResteasyBootstrap] (ResteasyBootstrap.java:225) - registering built-in RESTEasy providers Apr 05, 2017 2:49:53 PM com.sun.faces.config.ConfigureListener contextInitialized INFO: Initializing Mojarra 2.1.28-jbossorg-1 20140328-1115 for context '/oxauth' Apr 05, 2017 2:49:56 PM com.sun.faces.spi.InjectionProviderFactory createInstance INFO: JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed. ``` . **oxauth_audit.log** No data in file **oxauth_script.log** ``` 2017-04-05 14:49:55,731 INFO [pool-2-thread-1] [org.xdi.service.PythonService$PythonLoggerOutputStream] (PythonService.java:219) - Permission dynamic scope. Initialization 2017-04-05 14:49:55,732 INFO [pool-2-thread-1] [org.xdi.service.PythonService$PythonLoggerOutputStream] (PythonService.java:219) - Permission dynamic scope. Initialized successfully ``` . **2017_04_05.stderrout.log.161316561** ``` 2017-04-05 15:32:07.105:INFO:oejs.Server:main: jetty-9.3.15.v20161220 2017-04-05 15:32:07.190:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///opt/gluu/jetty/oxauth/webapps/] at interval 1 2017-04-05 15:32:21.111:INFO:oeja.AnnotationConfiguration:main: Scanning elapsed time=12210ms 2017-04-05 15:32:24,180 INFO [main] [org.jboss.seam.servlet.SeamListener] (SeamListener.java:33) - Welcome to Seam 2.3.1.Final 2017-04-05 15:32:24,243 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-04-05 15:32:26,703 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:224) - reading /WEB-INF/components.xml 2017-04-05 15:32:26,872 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /seam.properties 2017-04-05 15:32:26,876 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /jndi.properties 2017-04-05 15:32:26,939 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init 2017-04-05 15:32:26,992 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.manager 2017-04-05 15:32:26,993 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 15:32:26,993 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.transaction.transaction 2017-04-05 15:32:26,999 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.cache.cacheProvider 2017-04-05 15:32:27,007 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.parameters 2017-04-05 15:32:27,007 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.locale 2017-04-05 15:32:27,008 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider 2017-04-05 15:32:27,008 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader 2017-04-05 15:32:27,009 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole 2017-04-05 15:32:27,009 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal 2017-04-05 15:32:27,015 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.ui.clientUidSelector 2017-04-05 15:32:27,015 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.core.expressions 2017-04-05 15:32:27,015 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.seam.exception.exceptions 2017-04-05 15:32:27,437 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: appInitializer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AppInitializer 2017-04-05 15:32:27,816 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applianceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplianceService 2017-04-05 15:32:27,903 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationAuditLogger, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.audit.ApplicationAuditLogger 2017-04-05 15:32:27,942 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplicationFactory 2017-04-05 15:32:27,949 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applicationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ApplicationService 2017-04-05 15:32:27,955 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: attributeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AttributeService 2017-04-05 15:32:27,974 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationFilterService 2017-04-05 15:32:27,998 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationService 2017-04-05 15:32:28,002 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.auth.Authenticator 2017-04-05 15:32:28,021 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authorizationGrantList, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.AuthorizationGrantList 2017-04-05 15:32:28,040 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-04-05 15:32:28,050 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.CacheService 2017-04-05 15:32:28,078 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-04-05 15:32:28,081 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cleanerTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.CleanerTimer 2017-04-05 15:32:28,092 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientAuthorizationsService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientAuthorizationsService 2017-04-05 15:32:28,104 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientDataValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ClientDataValidationService 2017-04-05 15:32:28,114 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientFilterService 2017-04-05 15:32:28,121 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientService 2017-04-05 15:32:28,154 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: configurationFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.config.ConfigurationFactory 2017-04-05 15:32:28,160 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.custom.script.CustomScriptManager 2017-04-05 15:32:28,167 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManagerMigrator, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptManagerMigrator 2017-04-05 15:32:28,168 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.custom.CustomScriptService 2017-04-05 15:32:28,171 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: deviceRegistrationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.DeviceRegistrationService 2017-04-05 15:32:28,176 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: encryptionService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.EncryptionService 2017-04-05 15:32:28,178 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: endSessionRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl 2017-04-05 15:32:28,191 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: errorResponseFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.error.ErrorResponseFactory 2017-04-05 15:32:28,194 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalApplicationSessionService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalApplicationSessionService 2017-04-05 15:32:28,205 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalAuthenticationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalAuthenticationService 2017-04-05 15:32:28,225 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicClientRegistrationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicClientRegistrationService 2017-04-05 15:32:28,226 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalDynamicScopeService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalDynamicScopeService 2017-04-05 15:32:28,227 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalIdGeneratorService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalIdGeneratorService 2017-04-05 15:32:28,228 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalUmaAuthorizationPolicyService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.external.ExternalUmaAuthorizationPolicyService 2017-04-05 15:32:28,237 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuCacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.GluuEhCacheProvider 2017-04-05 15:32:28,243 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-04-05 15:32:28,247 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: grantService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.GrantService 2017-04-05 15:32:28,297 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: httpService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.net.HttpService 2017-04-05 15:32:28,306 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-04-05 15:32:28,316 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idGenWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.IdGenRestWebService 2017-04-05 15:32:28,331 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idTokenFactory, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.token.IdTokenFactory 2017-04-05 15:32:28,340 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-04-05 15:32:28,341 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-04-05 15:32:28,346 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: inumService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.InumService 2017-04-05 15:32:28,348 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.JsonService 2017-04-05 15:32:28,357 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: keyGeneratorTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.KeyGeneratorTimer 2017-04-05 15:32:28,364 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ldapCustomAuthenticationConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.LdapCustomAuthenticationConfigurationService 2017-04-05 15:32:28,368 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-04-05 15:32:28,370 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: loginAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LoginAction 2017-04-05 15:32:28,375 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: logoutAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LogoutAction 2017-04-05 15:32:28,380 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: lookupService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.LookupService 2017-04-05 15:32:28,399 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: mailService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.MailService 2017-04-05 15:32:28,416 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metricService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.MetricService 2017-04-05 15:32:28,423 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: networkService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.net.NetworkService 2017-04-05 15:32:28,429 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: objectSerializationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.ObjectSerializationService 2017-04-05 15:32:28,430 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler 2017-04-05 15:32:28,432 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher 2017-04-05 15:32:28,439 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.cache.cacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider 2017-04-05 15:32:28,467 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-04-05 15:32:28,475 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage 2017-04-05 15:32:28,476 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator 2017-04-05 15:32:28,477 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-04-05 15:32:28,478 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation 2017-04-05 15:32:28,486 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-04-05 15:32:28,486 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList 2017-04-05 15:32:28,487 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation 2017-04-05 15:32:28,488 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack 2017-04-05 15:32:28,488 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-04-05 15:32:28,497 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions 2017-04-05 15:32:28,498 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator 2017-04-05 15:32:28,500 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale 2017-04-05 15:32:28,502 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-04-05 15:32:28,507 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle 2017-04-05 15:32:28,508 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader 2017-04-05 15:32:28,515 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators 2017-04-05 15:32:28,516 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore 2017-04-05 15:32:28,517 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache 2017-04-05 15:32:28,520 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.exception.GluuCustomExceptions 2017-04-05 15:32:28,528 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels 2017-04-05 15:32:28,531 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-04-05 15:32:28,532 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext 2017-04-05 15:32:28,533 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage 2017-04-05 15:32:28,533 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError 2017-04-05 15:32:28,539 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect 2017-04-05 15:32:28,541 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-04-05 15:32:28,541 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-04-05 15:32:28,542 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent 2017-04-05 15:32:28,543 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation 2017-04-05 15:32:28,546 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate 2017-04-05 15:32:28,552 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-04-05 15:32:28,557 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime 2017-04-05 15:32:28,559 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-04-05 15:32:28,564 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector 2017-04-05 15:32:28,565 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages 2017-04-05 15:32:28,580 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages 2017-04-05 15:32:28,590 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone 2017-04-05 15:32:28,591 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector 2017-04-05 15:32:28,592 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones 2017-04-05 15:32:28,593 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession 2017-04-05 15:32:28,597 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages 2017-04-05 15:32:28,608 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions 2017-04-05 15:32:28,608 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-04-05 15:32:28,610 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-04-05 15:32:28,611 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.application, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.Application 2017-04-05 15:32:28,632 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.bootstrap, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyBootstrap 2017-04-05 15:32:28,633 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-04-05 15:32:28,639 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration 2017-04-05 15:32:28,648 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials 2017-04-05 15:32:28,649 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-04-05 15:32:28,651 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents 2017-04-05 15:32:28,652 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-04-05 15:32:28,661 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-04-05 15:32:28,664 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-04-05 15:32:28,672 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction 2017-04-05 15:32:28,674 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch 2017-04-05 15:32:28,679 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction 2017-04-05 15:32:28,687 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch 2017-04-05 15:32:28,689 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash 2017-04-05 15:32:28,689 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch 2017-04-05 15:32:28,691 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-04-05 15:32:28,698 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-04-05 15:32:28,698 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver 2017-04-05 15:32:28,702 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe 2017-04-05 15:32:28,707 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme 2017-04-05 15:32:28,708 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector 2017-04-05 15:32:28,709 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents 2017-04-05 15:32:28,710 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations 2017-04-05 15:32:28,712 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.NoTransaction 2017-04-05 15:32:28,721 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter 2017-04-05 15:32:28,724 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.service.FixedClientUidSelector 2017-04-05 15:32:28,725 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-04-05 15:32:28,731 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-04-05 15:32:28,733 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory 2017-04-05 15:32:28,733 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-04-05 15:32:28,734 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager 2017-04-05 15:32:28,735 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-04-05 15:32:28,736 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource 2017-04-05 15:32:28,736 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-04-05 15:32:28,737 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource 2017-04-05 15:32:28,747 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-04-05 15:32:28,750 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter 2017-04-05 15:32:28,751 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter 2017-04-05 15:32:28,751 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole 2017-04-05 15:32:28,752 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter 2017-04-05 15:32:28,752 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter 2017-04-05 15:32:28,753 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-04-05 15:32:28,753 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter 2017-04-05 15:32:28,754 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter 2017-04-05 15:32:28,759 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-04-05 15:32:28,760 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-04-05 15:32:28,760 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal 2017-04-05 15:32:28,760 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxAuthConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.OxAuthConfigurationService 2017-04-05 15:32:28,761 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pageService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.util.PageService 2017-04-05 15:32:28,771 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pairwiseIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.PairwiseIdentifierService 2017-04-05 15:32:28,783 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pythonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.PythonService 2017-04-05 15:32:28,796 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-04-05 15:32:28,802 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-04-05 15:32:28,803 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: redirectionUriService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.RedirectionUriService 2017-04-05 15:32:28,805 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registerParamsValidator, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.registration.RegisterParamsValidator 2017-04-05 15:32:28,811 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-04-05 15:32:28,824 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-04-05 15:32:28,829 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestClientInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebServiceImpl 2017-04-05 15:32:28,832 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestJwkRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.jwk.ws.rs.JwkRestWebServiceImpl 2017-04-05 15:32:28,843 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-04-05 15:32:28,847 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: requestUserInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl 2017-04-05 15:32:28,848 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-04-05 15:32:28,855 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetPermissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetPermissionManager 2017-04-05 15:32:28,858 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-04-05 15:32:28,880 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ResourceSetRegistrationWS 2017-04-05 15:32:28,893 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetService 2017-04-05 15:32:28,895 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.RPTManager 2017-04-05 15:32:28,896 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-04-05 15:32:28,900 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-04-05 15:32:28,902 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: rptStatusRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptStatusWS 2017-04-05 15:32:28,914 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service.SchemaService 2017-04-05 15:32:28,918 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeChecker, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.model.authorize.ScopeChecker 2017-04-05 15:32:28,920 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ScopeService 2017-04-05 15:32:28,921 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sectorIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SectorIdentifierService 2017-04-05 15:32:28,922 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionClient, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.session.SessionClient 2017-04-05 15:32:28,928 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionStateService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SessionStateService 2017-04-05 15:32:28,934 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sessionUser, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.SessionState 2017-04-05 15:32:28,947 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: tokenService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.token.TokenService 2017-04-05 15:32:28,948 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fAuthenticationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fAuthenticationWS 2017-04-05 15:32:28,956 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-04-05 15:32:28,957 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fConfigurationWS 2017-04-05 15:32:28,963 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.ws.rs.fido.u2f.U2fRegistrationWS 2017-04-05 15:32:28,965 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-04-05 15:32:28,967 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-04-05 15:32:28,968 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: u2fValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.fido.u2f.ValidationService 2017-04-05 15:32:28,973 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-04-05 15:32:28,979 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.UmaConfigurationWS 2017-04-05 15:32:28,981 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-04-05 15:32:28,983 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaRsResourceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.RsResourceService 2017-04-05 15:32:28,984 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-04-05 15:32:28,985 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-04-05 15:32:28,994 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaScopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ScopeService 2017-04-05 15:32:28,999 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.UmaValidationService 2017-04-05 15:32:29,000 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userGroupService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserGroupService 2017-04-05 15:32:29,007 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserService 2017-04-05 15:32:29,008 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-04-05 15:32:29,025 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: xmlService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.XmlService 2017-04-05 15:32:29,474 INFO [main] [org.xdi.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:23) - Adding Bouncy Castle Provider 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-04-05 15:33:06,369 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:292) - Loading configuration from LDAP... 2017-04-05 15:33:06,802 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:330) - Failed to find entry: ou=oxauth,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu 2017-04-05 15:33:06,804 INFO [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:312) - Unable to find configuration in LDAP, try to load configuration from file system... 2017-04-05 15:33:06,825 WARN [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:451) - /etc/gluu/conf/oxauth-config.json (No such file or directory) java.io.FileNotFoundException: /etc/gluu/conf/oxauth-config.json (No such file or directory) at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_112] at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_112] at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_112] at org.codehaus.jackson.JsonFactory.createJsonParser(JsonFactory.java:504) ~[jackson-core-asl-1.9.11.jar:1.9.11] at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1817) ~[jackson-mapper-asl-1.9.11.jar:1.9.11] at org.xdi.oxauth.model.config.ConfigurationFactory.loadConfFromFile(ConfigurationFactory.java:449) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.reloadConfFromFile(ConfigurationFactory.java:279) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.createFromFile(ConfigurationFactory.java:233) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.createFromLdap(ConfigurationFactory.java:313) [classes/:?] at org.xdi.oxauth.model.config.ConfigurationFactory.create(ConfigurationFactory.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.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.model.config.ConfigurationFactory_$$_javassist_seam_3.create(ConfigurationFactory_$$_javassist_seam_3.java) [classes/:?] at org.xdi.oxauth.service.AppInitializer.createApplicationComponents(AppInitializer.java:111) [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.createApplicationComponents(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.Component.callComponentMethod(Component.java:2313) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.callCreateMethod(Component.java:2236) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.newInstance(Component.java:2196) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:343) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:335) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:317) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.init.Initialization.init(Initialization.java:813) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:843) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:533) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:816) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:345) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:452) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:610) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:529) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.scan(Scanner.java:392) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:561) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:236) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.start(Server.java:422) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.doStart(Server.java:389) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1516) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_112] at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1441) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] 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.eclipse.jetty.start.Main.invokeMain(Main.java:214) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.start(Main.java:457) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.main(Main.java:75) [start.jar:9.3.15.v20161220] 2017-04-05 15:33:06,838 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:285) - Failed to load configuration from file: /etc/gluu/conf/oxauth-config.json 2017-04-05 15:33:06,839 ERROR [main] [org.xdi.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:130) - Failed to load configuration from LDAP. Please fix it!!!. 2017-04-05 15:33:06.875:WARN:oejw.WebAppContext:main: Failed startup of context o.e.j.w.WebAppContext@53b32d7{/oxauth,[file:///opt/jetty-9.3/temp/jetty-localhost-8081-oxauth.war-_oxauth-any-5599595577708289741.dir/webapp/, jar:file:///opt/jetty-9.3/temp/jetty-localhost-8081-oxauth.war-_oxauth-any-5599595577708289741.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-8081-oxauth.war-_oxauth-any-5599595577708289741.dir/webapp/WEB-INF/lib/oxauth-static-3.0.1.jar!/META-INF/resources],UNAVAILABLE}{/oxauth.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.xdi.exception.ConfigurationException: Failed to load configuration from LDAP. at org.xdi.oxauth.model.config.ConfigurationFactory.create(ConfigurationFactory.java:131) 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.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.xdi.oxauth.model.config.ConfigurationFactory_$$_javassist_seam_3.create(ConfigurationFactory_$$_javassist_seam_3.java) at org.xdi.oxauth.service.AppInitializer.createApplicationComponents(AppInitializer.java:111) 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.xdi.oxauth.service.AppInitializer_$$_javassist_seam_1.createApplicationComponents(AppInitializer_$$_javassist_seam_1.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-04-05 15:33:06.984:INFO:oejsh.ContextHandler:main: Started o.e.j.s.h.ContextHandler@76563d26{/oxauth/ext/resources,null,AVAILABLE} 2017-04-05 15:33:07.116:INFO:oejs.AbstractConnector:main: Started ServerConnector@6ff5e73a{HTTP/1.1,[http/1.1]}{localhost:8081} 2017-04-05 15:33:07.124:INFO:oejs.Server:main: Started @63299ms 2017-04-05 16:10:51.223:INFO:oejs.AbstractConnector:Thread-1: Stopped ServerConnector@6ff5e73a{HTTP/1.1,[http/1.1]}{localhost:8081} 2017-04-05 16:10:51.224:INFO:oejsh.ContextHandler:Thread-1: Stopped o.e.j.s.h.ContextHandler@76563d26{/oxauth/ext/resources,null,UNAVAILABLE} 2017-04-05 16:10:51.638:INFO:oejsh.ContextHandler:Thread-1: Stopped o.e.j.w.WebAppContext@53b32d7{/oxauth,null,UNAVAILABLE}{/oxauth.war} ``` . **oxauth_persistence.log** ``` 2017-04-05 14:49:27,855 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 1 2017-04-05 14:49:28,759 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 1 2017-04-05 14:49:30,143 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 1 2017-04-05 14:49:30,160 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 1 2017-04-05 15:32:30,343 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 1 2017-04-05 15:32:35,517 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 2 2017-04-05 15:32:40,520 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 3 2017-04-05 15:32:45,546 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 4 2017-04-05 15:32:50,559 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 5 2017-04-05 15:32:55,574 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 6 2017-04-05 15:33:00,638 ERROR [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:73) - Failed to create connection pool with properties: {oxauth_ConfigurationEntryDN=ou=oxauth,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, certsDir=/etc/certs, oxidp_ConfigurationEntryDN=ou=oxidp,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, bindPassword=REDACTED, useSSL=true, oxtrust_ConfigurationEntryDN=ou=oxtrust,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, oxpassport_ConfigurationEntryDN=ou=oxpassport,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, oxasimba_ConfigurationEntryDN=ou=oxasimba,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, binaryAttributes=objectGUID, pythonModulesDir=/opt/gluu/python/libs, servers=localhost:1636, confDir=, oxcas_ConfigurationEntryDN=ou=oxcas,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, bindDN=cn=directory manager,o=gluu, maxconnections=10} com.unboundid.ldap.sdk.LDAPException: An error occurred while attempting to connect to server localhost:1636: java.io.IOException: LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to establish a connection to server localhost/127.0.0.1:1636: ConnectException(message='Connection refused (Connection refused)', trace='socketConnect(PlainSocketImpl.java:native) / doConnect(AbstractPlainSocketImpl.java:350) / connectToAddress(AbstractPlainSocketImpl.java:206) / connect(AbstractPlainSocketImpl.java:188) / connect(SocksSocketImpl.java:392) / connect(Socket.java:589) / connect(SSLSocketImpl.java:668) / connect(SetEnabledProtocolsSocket.java:125) / run(ConnectThread.java:146)', revision=24201)') at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:870) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:760) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:710) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnection.<init>(LDAPConnection.java:534) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.SingleServerSet.getConnection(SingleServerSet.java:229) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.ServerSet.getConnection(ServerSet.java:98) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.FailoverServerSet.getConnection(FailoverServerSet.java:545) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.createConnection(LDAPConnectionPool.java:1205) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.createConnection(LDAPConnectionPool.java:1178) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:1115) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:997) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:934) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:877) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:792) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at org.gluu.site.ldap.LDAPConnectionProvider.createConnectionPoolImpl(LDAPConnectionProvider.java:203) ~[oxLdap-3.0.1.jar:?] at org.gluu.site.ldap.LDAPConnectionProvider.createConnectionPoolWithWaitImpl(LDAPConnectionProvider.java:173) ~[oxLdap-3.0.1.jar:?] at org.gluu.site.ldap.LDAPConnectionProvider.init(LDAPConnectionProvider.java:129) ~[oxLdap-3.0.1.jar:?] at org.gluu.site.ldap.LDAPConnectionProvider.<init>(LDAPConnectionProvider.java:65) [oxLdap-3.0.1.jar:?] at org.xdi.service.ldap.LdapConnectionService.<init>(LdapConnectionService.java:21) [oxService-3.0.1.jar:?] at org.xdi.oxauth.service.AppInitializer.createConnectionProvider(AppInitializer.java:353) [classes/:?] at org.xdi.oxauth.service.AppInitializer.createConnectionProvider(AppInitializer.java:288) [classes/:?] at org.xdi.oxauth.service.AppInitializer.createApplicationComponents(AppInitializer.java:110) [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.createApplicationComponents(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.Component.callComponentMethod(Component.java:2313) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.callCreateMethod(Component.java:2236) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.newInstance(Component.java:2196) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:343) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:335) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:317) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.init.Initialization.init(Initialization.java:813) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:843) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:533) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:816) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:345) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:452) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:610) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:529) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.scan(Scanner.java:392) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:561) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:236) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.start(Server.java:422) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.doStart(Server.java:389) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1516) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_112] at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1441) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] 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.eclipse.jetty.start.Main.invokeMain(Main.java:214) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.start(Main.java:457) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.main(Main.java:75) [start.jar:9.3.15.v20161220] Caused by: java.io.IOException: LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to establish a connection to server localhost/127.0.0.1:1636: ConnectException(message='Connection refused (Connection refused)', trace='socketConnect(PlainSocketImpl.java:native) / doConnect(AbstractPlainSocketImpl.java:350) / connectToAddress(AbstractPlainSocketImpl.java:206) / connect(AbstractPlainSocketImpl.java:188) / connect(SocksSocketImpl.java:392) / connect(Socket.java:589) / connect(SSLSocketImpl.java:668) / connect(SetEnabledProtocolsSocket.java:125) / run(ConnectThread.java:146)', revision=24201)') at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_112] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_112] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_112] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_112] at com.unboundid.util.StaticUtils.createIOExceptionWithCause(StaticUtils.java:2524) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionInternals.<init>(LDAPConnectionInternals.java:172) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:860) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] ... 98 more Caused by: com.unboundid.ldap.sdk.LDAPException: An error occurred while attempting to establish a connection to server localhost/127.0.0.1:1636: ConnectException(message='Connection refused (Connection refused)', trace='socketConnect(PlainSocketImpl.java:native) / doConnect(AbstractPlainSocketImpl.java:350) / connectToAddress(AbstractPlainSocketImpl.java:206) / connect(AbstractPlainSocketImpl.java:188) / connect(SocksSocketImpl.java:392) / connect(Socket.java:589) / connect(SSLSocketImpl.java:668) / connect(SetEnabledProtocolsSocket.java:125) / run(ConnectThread.java:146)', revision=24201) at com.unboundid.ldap.sdk.ConnectThread.getConnectedSocket(ConnectThread.java:240) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionInternals.<init>(LDAPConnectionInternals.java:161) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:860) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] ... 98 more Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_112] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_112] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_112] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_112] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_112] at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_112] at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:668) ~[?:1.8.0_112] at com.unboundid.util.ssl.SetEnabledProtocolsSocket.connect(SetEnabledProtocolsSocket.java:125) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.ConnectThread.run(ConnectThread.java:146) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] 2017-04-05 15:33:00,683 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 1 2017-04-05 15:33:05,706 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 2 2017-04-05 16:13:38,618 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 1 2017-04-05 16:13:43,705 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 2 2017-04-05 16:13:48,708 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 3 2017-04-05 16:13:53,720 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 4 2017-04-05 16:13:58,731 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 5 2017-04-05 16:14:03,740 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 6 2017-04-05 16:14:08,749 ERROR [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:73) - Failed to create connection pool with properties: {oxauth_ConfigurationEntryDN=ou=oxauth,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, certsDir=/etc/certs, oxidp_ConfigurationEntryDN=ou=oxidp,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, bindPassword=REDACTED, useSSL=true, oxtrust_ConfigurationEntryDN=ou=oxtrust,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, oxpassport_ConfigurationEntryDN=ou=oxpassport,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, oxasimba_ConfigurationEntryDN=ou=oxasimba,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, binaryAttributes=objectGUID, pythonModulesDir=/opt/gluu/python/libs, servers=localhost:1636, confDir=, oxcas_ConfigurationEntryDN=ou=oxcas,ou=configuration,inum=@!FCB6.779F.441C.DBB4!0002!02A1.EE0D,ou=appliances,o=gluu, bindDN=cn=directory manager,o=gluu, maxconnections=10} com.unboundid.ldap.sdk.LDAPException: An error occurred while attempting to connect to server localhost:1636: java.io.IOException: LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to establish a connection to server localhost/127.0.0.1:1636: ConnectException(message='Connection refused (Connection refused)', trace='socketConnect(PlainSocketImpl.java:native) / doConnect(AbstractPlainSocketImpl.java:350) / connectToAddress(AbstractPlainSocketImpl.java:206) / connect(AbstractPlainSocketImpl.java:188) / connect(SocksSocketImpl.java:392) / connect(Socket.java:589) / connect(SSLSocketImpl.java:668) / connect(SetEnabledProtocolsSocket.java:125) / run(ConnectThread.java:146)', revision=24201)') at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:870) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:760) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:710) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnection.<init>(LDAPConnection.java:534) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.SingleServerSet.getConnection(SingleServerSet.java:229) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.ServerSet.getConnection(ServerSet.java:98) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.FailoverServerSet.getConnection(FailoverServerSet.java:545) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.createConnection(LDAPConnectionPool.java:1205) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.createConnection(LDAPConnectionPool.java:1178) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:1115) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:997) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:934) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:877) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:792) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at org.gluu.site.ldap.LDAPConnectionProvider.createConnectionPoolImpl(LDAPConnectionProvider.java:203) ~[oxLdap-3.0.1.jar:?] at org.gluu.site.ldap.LDAPConnectionProvider.createConnectionPoolWithWaitImpl(LDAPConnectionProvider.java:173) ~[oxLdap-3.0.1.jar:?] at org.gluu.site.ldap.LDAPConnectionProvider.init(LDAPConnectionProvider.java:129) ~[oxLdap-3.0.1.jar:?] at org.gluu.site.ldap.LDAPConnectionProvider.<init>(LDAPConnectionProvider.java:65) [oxLdap-3.0.1.jar:?] at org.xdi.service.ldap.LdapConnectionService.<init>(LdapConnectionService.java:21) [oxService-3.0.1.jar:?] at org.xdi.oxauth.service.AppInitializer.createConnectionProvider(AppInitializer.java:353) [classes/:?] at org.xdi.oxauth.service.AppInitializer.createConnectionProvider(AppInitializer.java:288) [classes/:?] at org.xdi.oxauth.service.AppInitializer.createApplicationComponents(AppInitializer.java:110) [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.createApplicationComponents(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.Component.callComponentMethod(Component.java:2313) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.callCreateMethod(Component.java:2236) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.Component.newInstance(Component.java:2196) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:343) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:335) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:317) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.init.Initialization.init(Initialization.java:813) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:843) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:533) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:816) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:345) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262) [jetty-servlet-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520) [jetty-webapp-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:452) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:610) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:529) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.scan(Scanner.java:392) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:561) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:236) [jetty-deploy-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.start(Server.java:422) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.server.Server.doStart(Server.java:389) [jetty-server-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.15.v20161220.jar:9.3.15.v20161220] at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1516) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_112] at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1441) [jetty-xml-9.3.15.v20161220.jar:9.3.15.v20161220] 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.eclipse.jetty.start.Main.invokeMain(Main.java:214) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.start(Main.java:457) [start.jar:9.3.15.v20161220] at org.eclipse.jetty.start.Main.main(Main.java:75) [start.jar:9.3.15.v20161220] Caused by: java.io.IOException: LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to establish a connection to server localhost/127.0.0.1:1636: ConnectException(message='Connection refused (Connection refused)', trace='socketConnect(PlainSocketImpl.java:native) / doConnect(AbstractPlainSocketImpl.java:350) / connectToAddress(AbstractPlainSocketImpl.java:206) / connect(AbstractPlainSocketImpl.java:188) / connect(SocksSocketImpl.java:392) / connect(Socket.java:589) / connect(SSLSocketImpl.java:668) / connect(SetEnabledProtocolsSocket.java:125) / run(ConnectThread.java:146)', revision=24201)') at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_112] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_112] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_112] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_112] at com.unboundid.util.StaticUtils.createIOExceptionWithCause(StaticUtils.java:2524) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionInternals.<init>(LDAPConnectionInternals.java:172) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:860) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] ... 98 more Caused by: com.unboundid.ldap.sdk.LDAPException: An error occurred while attempting to establish a connection to server localhost/127.0.0.1:1636: ConnectException(message='Connection refused (Connection refused)', trace='socketConnect(PlainSocketImpl.java:native) / doConnect(AbstractPlainSocketImpl.java:350) / connectToAddress(AbstractPlainSocketImpl.java:206) / connect(AbstractPlainSocketImpl.java:188) / connect(SocksSocketImpl.java:392) / connect(Socket.java:589) / connect(SSLSocketImpl.java:668) / connect(SetEnabledProtocolsSocket.java:125) / run(ConnectThread.java:146)', revision=24201) at com.unboundid.ldap.sdk.ConnectThread.getConnectedSocket(ConnectThread.java:240) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnectionInternals.<init>(LDAPConnectionInternals.java:161) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:860) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] ... 98 more Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_112] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_112] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_112] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_112] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_112] at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_112] at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:668) ~[?:1.8.0_112] at com.unboundid.util.ssl.SetEnabledProtocolsSocket.connect(SetEnabledProtocolsSocket.java:125) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] at com.unboundid.ldap.sdk.ConnectThread.run(ConnectThread.java:146) ~[unboundid-ldapsdk-3.2.0.jar:3.2.0] 2017-04-05 16:14:08,776 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 1 2017-04-05 16:14:13,781 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:169) - Attempting to create connection pool: 2 ``` . **start.log** ``` StartLog Establishing /opt/gluu/jetty/oxauth/logs/start.log on Wed Apr 05 14:48:24 UTC 2017 StartLog Establishing /opt/gluu/jetty/oxauth/logs/start.log on Wed Apr 05 15:32:04 UTC 2017 StartLog Establishing /opt/gluu/jetty/oxauth/logs/start.log on Wed Apr 05 16:13:14 UTC 2017 ```

By Michael Schwartz Account Admin 05 Apr 2017 at 1:11 p.m. CDT

Michael Schwartz gravatar
It's saying LDAP didn't start. Can you put the results of ``` # netstat -antlp | grep 1636 | grep LISTEN ``` and ``` # ps -ef | grep slapd ```

By Steve Tuccio user 05 Apr 2017 at 1:23 p.m. CDT

Steve Tuccio gravatar
Michael, Logs below: . **root@mygluu:/# netstat -antlp | grep 1636 | grep LISTEN** ``` tcp 0 0 127.0.0.1:1636 0.0.0.0:* LISTEN 1768/slapd ``` . **root@mygluu:/# ps -ef | grep slapd** ``` ldap 1768 1 0 16:14 ? 00:00:00 /opt/symas/lib64/slapd -u ldap -g ldap -h ldaps://127.0.0.1:1636/ root 2551 2475 0 18:21 pts/0 00:00:00 grep --color=auto slapd ```

By Michael Schwartz Account Admin 05 Apr 2017 at 1:27 p.m. CDT

Michael Schwartz gravatar
Maybe if your server is slow, oxTrust or oxAuth tried to start before LDAP was ready. From within the container: ``` # service oxauth stop # service identity stop # service oxauth start # service identity start ``` And see if that helps.

By Steve Tuccio user 05 Apr 2017 at 1:37 p.m. CDT

Steve Tuccio gravatar
That appears to have solved the problem in the short term, I'm seeing a login screen when I go to mygluu.mydomain.io That being said, how should this be handled long-term for restarts and the like (besides a hacked-together cron job or something like that)? Is this a bug?

By Michael Schwartz Account Admin 05 Apr 2017 at 3:18 p.m. CDT

Michael Schwartz gravatar
Normally, it's not a problem. Make sure the server has enough horsepower. If it's definitely not a resource problem, please post to this thread (even if it's closed).

By Mohib Zico staff 05 Apr 2017 at 3:28 p.m. CDT

Mohib Zico gravatar
Hi Steve, Just curious... what kind of VM you are using? How much memory is there? And how much memory you allocated for your Gluu Server ( allocated memory option when you run setup script ).

By Aliaksandr Samuseu staff 05 Apr 2017 at 3:36 p.m. CDT

Aliaksandr Samuseu gravatar
The only bug I can relate to this is the one that makes oxTrust/oxAuth/etc start prior to OpenLDAP server, so they can't load their configuration from it. It happens when either `gluu-server-3.0.1` service is restarted, or when the host itself is rebooted (and service starts automatically when it boots after that). It shouldn't happen right after you installed your instance, though. Fix for that bug will be included in 3.0.2

By Steve Tuccio user 05 Apr 2017 at 8:47 p.m. CDT

Steve Tuccio gravatar
Mohib, So the physical server is an HP DL380 G7. 2 Intel Xeon E5620 processors (4 core, 64-bit). 16 GB RAM running VMWare ESXi 6.5.0. The configured VM, as I'm reviewing it, is set to use only 1 CPU (4 cores), and 5GB of RAM. As for the allocated memory, I believe I just accepted the defaults, which ended up being 3072, interestingly. I assume that drives the poor performance, unfortunately. That being said, it appears to run fine once the appropriate services are loaded, so it sounds like it is just a dependency challenge.

By Michael Schwartz Account Admin 05 Apr 2017 at 9:11 p.m. CDT

Michael Schwartz gravatar
[Preparing VM for Gluu Server Installation](https://gluu.org/docs/ce/3.0.1/installation-guide/) clearly says 2 CPU units. I know everyone thinks we're full of shit when it comes to these recommendations... but we put them there for a reason.

By Steve Tuccio user 05 Apr 2017 at 9:40 p.m. CDT

Steve Tuccio gravatar
Nope, that was clearly my fault, I assumed the VM grabbed both CPUs, and I did review the configuration guidelines, which is why I allocated 5 GB, I just didn't check the CPU count for the VM. My fault.

By William Lowe user 06 Apr 2017 at 8:50 a.m. CDT

William Lowe gravatar
Sounds good, Steve. Feel free to open a new ticket if you run into any other trouble. Thanks, Will