Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

baseDN o=gluu not readable in gluu-server-3.0.0_3-BETA2~trusty+Ub14.04_amd64.deb #243

Closed
mzico opened this issue Jan 7, 2017 · 6 comments
Assignees
Labels
bug issue in existing feature or functionality
Milestone

Comments

@mzico
Copy link
Contributor

mzico commented Jan 7, 2017

  • Problem: 'admin' unable to login after base installation.
  • Stack trace: From oxauth.log http://pastebin.com/4g49PnFS
  • LDAP checking:
    • ldapsearch not working:
ldap@proxy2:/opt/symas/bin$ ./ldapsearch -H ldapi:/// -D 'cn=directory manager,o=gluu' ... -b 'o=gluu' -z 2 'objectclass=*'
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
ldap@proxy2:/opt/symas/bin$
  • ldapsearch should work like this ( it's from Beta1 'gluu-server-3.0.0_9-BETA1~trusty+Ub14.04_amd64.deb' ):
ldap@proxy:/opt/symas/bin$ ./ldapsearch -H ldapi:/// -D 'cn=directory manager,o=gluu' -b 'o=gluu' -z 2 'objectclass=*'
# extended LDIF
#
# LDAPv3
# base <o=gluu> with scope subtree
# filter: objectclass=*
# requesting: ALL
#

# gluu
dn: o=gluu
objectClass: organization
objectClass: top
o: gluu

# appliances, gluu
dn: ou=appliances,o=gluu
objectClass: top
objectClass: organizationalUnit
ou: appliances

# search result
search: 2
result: 4 Size limit exceeded

# numResponses: 3
# numEntries: 2
ldap@proxy:/opt/symas/bin$
@mzico mzico added the bug issue in existing feature or functionality label Jan 7, 2017
@mzico mzico added this to the CE 3.0.0 milestone Jan 7, 2017
@mzico
Copy link
Contributor Author

mzico commented Jan 7, 2017

Looping @yurem

@zamilskhan
Copy link

Ran into the same problem in CentOS 6.6 (Final) package

@jschristie
Copy link

Facing the same issue, not able to login to oxtrust UI and jxplorer ldap browser. And I get the below error in the oxtrust_persistence .log, I am using Ubuntu 14.04 and gluu-server-3.0.0_4-BETA2~trusty+Ub14.04_amd64.deb

GLUU.root@localhost:/opt/gluu/jetty/identity/logs# more oxtrust_persistence.log
2017-01-09 20:53:20,592 DEBUG [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:155) - Using LDAP connection pool timeout: '30'
2017-01-09 20:53:20,594 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:166) - Attempting to create connection pool: 1
2017-01-09 20:53:20,926 DEBUG [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:141) - Using next binary attributes: [objectguid]
2017-01-09 20:53:21,676 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:166) - Attempting to create connection pool: 1
2017-01-09 20:53:26,982 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:166) - Attempting to create connection pool: 2
2017-01-09 20:53:31,988 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:166) - Attempting to create connection pool: 3
2017-01-09 20:53:36,997 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:166) - Attempting to create connection pool: 4
2017-01-09 20:53:42,005 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:166) - Attempting to create connection pool: 5
2017-01-09 20:53:47,014 INFO [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:166) - Attempting to create connection pool: 6
2017-01-09 20:53:52,018 ERROR [main] [org.gluu.site.ldap.LDAPConnectionProvider] (LDAPConnectionProvider.java:71) - Failed to create connection pool with properties: {o
xauth_ConfigurationEntryDN=ou=oxauth,ou=configuration,inum=@!94B4.B6B4.CF76.2BE6!0002!B803.98C7,ou=appliances,o=gluu, certsDir=/etc/certs, oxidp_ConfigurationEntryDN=ou
=oxidp,ou=configuration,inum=@!94B4.B6B4.CF76.2BE6!0002!B803.98C7,ou=appliances,o=gluu, bindPassword=REDACTED, useSSL=true, oxtrust_ConfigurationEntryDN=ou=oxtrust,ou=c
onfiguration,inum=@!94B4.B6B4.CF76.2BE6!0002!B803.98C7,ou=appliances,o=gluu, oxpassport_ConfigurationEntryDN=ou=oxpassport,ou=configuration,inum=@!94B4.B6B4.CF76.2BE6!0
002!B803.98C7,ou=appliances,o=gluu, oxasimba_ConfigurationEntryDN=ou=oxasimba,ou=configuration,inum=@!94B4.B6B4.CF76.2BE6!0002!B803.98C7,ou=appliances,o=gluu, binaryAtt
ributes=objectGUID, servers=gluu3-ubuntu.workgroup.com:1636, confDir=, oxcas_ConfigurationEntryDN=ou=oxcas,ou=configuration,inum=@!94B4.B6B4.CF76.2BE6!0002!B803.98C7,ou
=appliances,o=gluu, bindDN=cn=directory manager,o=gluu, maxconnections=3}
com.unboundid.ldap.sdk.LDAPException: An error occurred while attempting to connect to server gluu3-ubuntu.workgroup.com:1636: java.io.IOException: LDAPException(resul
tCode=91 (connect error), errorMessage='An error occurred while attempting to establish a connection to server gluu3-ubuntu.workgroup.com/192.168.157.143:1636: java.ne
t.ConnectException: Connection refused (Connection refused)') caused by LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to
establish a connection to server gluu3-ubuntu.workgroup.com/192.168.157.143:1636: java.net.ConnectException: Connection refused (Connection refused)')LDAPException(re
sultCode=91 (connect error), errorMessage='An error occurred while attempting to establish a connection to server gluu3-ubuntu.workgroup.com/192.168.157.143:1636: java
.net.ConnectException: Connection refused (Connection refused)') caused by java.net.ConnectException: Connection refused (Connection refused)
at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:869) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:759) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:709) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnection.(LDAPConnection.java:533) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.SingleServerSet.getConnection(SingleServerSet.java:229) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.ServerSet.getConnection(ServerSet.java:98) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.FailoverServerSet.getConnection(FailoverServerSet.java:545) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnectionPool.createConnection(LDAPConnectionPool.java:1204) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnectionPool.createConnection(LDAPConnectionPool.java:1177) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnectionPool.(LDAPConnectionPool.java:1114) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnectionPool.(LDAPConnectionPool.java:996) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnectionPool.(LDAPConnectionPool.java:933) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnectionPool.(LDAPConnectionPool.java:876) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnectionPool.(LDAPConnectionPool.java:791) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at org.gluu.site.ldap.LDAPConnectionProvider.createConnectionPoolImpl(LDAPConnectionProvider.java:200) ~[oxLdap-3.0.0-SNAPSHOT.jar:?]
at org.gluu.site.ldap.LDAPConnectionProvider.createConnectionPoolWithWaitImpl(LDAPConnectionProvider.java:170) ~[oxLdap-3.0.0-SNAPSHOT.jar:?]
at org.gluu.site.ldap.LDAPConnectionProvider.init(LDAPConnectionProvider.java:127) ~[oxLdap-3.0.0-SNAPSHOT.jar:?]
at org.gluu.site.ldap.LDAPConnectionProvider.(LDAPConnectionProvider.java:63) [oxLdap-3.0.0-SNAPSHOT.jar:?]
at org.xdi.service.ldap.LdapConnectionService.(LdapConnectionService.java:21) [oxService-3.0.0-SNAPSHOT.jar:?]
at org.gluu.oxtrust.ldap.service.AppInitializer.createConnectionAuthProvider(AppInitializer.java:215) [classes/:?]
at org.gluu.oxtrust.ldap.service.AppInitializer.createApplicationComponents(AppInitializer.java:131) [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.gluu.oxtrust.ldap.service.AppInitializer_$$javassist_seam_9.createApplicationComponents(AppInitializer$$_javassist_seam_9.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.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:533) [jetty-servlet-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:816) [jetty-server-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:345) [jetty-servlet-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404) [jetty-webapp-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366) [jetty-webapp-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778) [jetty-server-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262) [jetty-servlet-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520) [jetty-webapp-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41) [jetty-deploy-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188) [jetty-deploy-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499) [jetty-deploy-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147) [jetty-deploy-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180) [jetty-deploy-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:452) [jetty-deploy-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64) [jetty-deploy-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:610) [jetty-util-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:529) [jetty-util-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.util.Scanner.scan(Scanner.java:392) [jetty-util-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313) [jetty-util-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150) [jetty-deploy-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:561) [jetty-deploy-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:236) [jetty-deploy-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) [jetty-util-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.server.Server.start(Server.java:422) [jetty-server-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113) [jetty-util-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [jetty-server-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.server.Server.doStart(Server.java:389) [jetty-server-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.3.14.v20161028.jar:9.3.14.v20161028]
at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1516) [jetty-xml-9.3.14.v20161028.jar:9.3.14.v20161028]
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.14.v20161028.jar:9.3.14.v20161028]
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.14.v20161028]
at org.eclipse.jetty.start.Main.start(Main.java:457) [start.jar:9.3.14.v20161028]
at org.eclipse.jetty.start.Main.main(Main.java:75) [start.jar:9.3.14.v20161028]
Caused by: java.io.IOException: LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to establish a connection to server gluu3-
ubuntu.workgroup.com/192.168.157.143:1636: java.net.ConnectException: Connection refused (Connection refused)')
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:2518) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnectionInternals.(LDAPConnectionInternals.java:172) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:859) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
... 97 more
Caused by: com.unboundid.ldap.sdk.LDAPException: An error occurred while attempting to establish a connection to server gluu3-ubuntu.workgroup.com/192.168.157.143:1636:
java.net.ConnectException: Connection refused (Connection refused)
at com.unboundid.ldap.sdk.ConnectThread.getConnectedSocket(ConnectThread.java:240) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnectionInternals.(LDAPConnectionInternals.java:161) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:859) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
... 97 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:123) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]
at com.unboundid.ldap.sdk.ConnectThread.run(ConnectThread.java:146) ~[unboundid-ldapsdk-3.1.1.jar:3.1.1]

Logs from oxtrust_persistence_ldap_statistics.log

2017-01-09 21:34:02,473 INFO [pool-3-thread-1] [oxtrust.ldap.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:80) - connectionProvider statistics: LDAPConnec
tionPoolStatistics(numAvailableConnections=1, maxAvailableConnections=3, numSuccessfulConnectionAttempts=2, numFailedConnectionAttempts=0, numConnectionsClosedDefunct=0
, numConnectionsClosedExpired=0, numConnectionsClosedUnneeded=0, numSuccessfulCheckouts=658, numFailedCheckouts=0, numReleasedValid=657)
2017-01-09 21:34:02,477 ERROR [pool-3-thread-1] [oxtrust.ldap.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:78) - authConnectionProvider is empty
2017-01-09 21:35:02,477 INFO [pool-3-thread-7] [oxtrust.ldap.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:80) - connectionProvider statistics: LDAPConnec
tionPoolStatistics(numAvailableConnections=2, maxAvailableConnections=3, numSuccessfulConnectionAttempts=2, numFailedConnectionAttempts=0, numConnectionsClosedDefunct=0
, numConnectionsClosedExpired=0, numConnectionsClosedUnneeded=0, numSuccessfulCheckouts=674, numFailedCheckouts=0, numReleasedValid=674)
2017-01-09 21:35:02,479 ERROR [pool-3-thread-7] [oxtrust.ldap.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:78) - authConnectionProvider is empty
2017-01-09 21:36:02,473 INFO [pool-3-thread-3] [oxtrust.ldap.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:80) - connectionProvider statistics: LDAPConnec
tionPoolStatistics(numAvailableConnections=1, maxAvailableConnections=3, numSuccessfulConnectionAttempts=2, numFailedConnectionAttempts=0, numConnectionsClosedDefunct=0
, numConnectionsClosedExpired=0, numConnectionsClosedUnneeded=0, numSuccessfulCheckouts=690, numFailedCheckouts=0, numReleasedValid=689)
2017-01-09 21:36:02,476 ERROR [pool-3-thread-3] [oxtrust.ldap.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:78) - authConnectionProvider is empty
2017-01-09 21:37:02,474 INFO [pool-3-thread-3] [oxtrust.ldap.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:80) - connectionProvider statistics: LDAPConnec
tionPoolStatistics(numAvailableConnections=2, maxAvailableConnections=3, numSuccessfulConnectionAttempts=2, numFailedConnectionAttempts=0, numConnectionsClosedDefunct=0
, numConnectionsClosedExpired=0, numConnectionsClosedUnneeded=0, numSuccessfulCheckouts=705, numFailedCheckouts=0, numReleasedValid=705)
2017-01-09 21:37:02,475 ERROR [pool-3-thread-3] [oxtrust.ldap.service.status.ldap.LdapStatusTimer] (LdapStatusTimer.java:78) - authConnectionProvider is empty

Logs from Oxtrust.log

GLUU.root@localhost:/opt/gluu/jetty/identity/logs# more oxtrust.log
2017-01-09 20:53:10,751 INFO [main] [org.jboss.seam.servlet.SeamListener] (SeamListener.java:33) - Welcome to Seam 2.3.1.Final
2017-01-09 20:53:10,791 WARN [main] [org.jboss.seam.util.Resources] (Resources.java:168) - Unable to determine real path from servlet context for "/WEB-INF/dev" path d
oes not exist.
2017-01-09 20:53:12,970 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:224) - reading /WEB-INF/components.xml
2017-01-09 20:53:13,077 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /seam.properties
2017-01-09 20:53:13,079 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:1132) - reading properties from: /jndi.properties
2017-01-09 20:53:13,151 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-01-09 20:53:13,168 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.exception.exceptions
2017-01-09 20:53:13,169 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.core.locale
2017-01-09 20:53:13,169 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.transaction.transaction
2017-01-09 20:53:13,170 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.cache.cacheProvider
2017-01-09 20:53:13,171 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.web.userPrincipal
2017-01-09 20:53:13,171 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.core.expressions
2017-01-09 20:53:13,172 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.persistence.persistenceProvider
2017-01-09 20:53:13,172 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.core.locale
2017-01-09 20:53:13,173 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.web.isUserInRole
2017-01-09 20:53:13,174 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.security.credentials
2017-01-09 20:53:13,174 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.web.parameters
2017-01-09 20:53:13,175 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.core.manager
2017-01-09 20:53:13,175 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: org.jboss.s
eam.core.resourceLoader
2017-01-09 20:53:13,176 INFO [main] [org.jboss.seam.init.Initialization] (Initialization.java:654) - two components with same name, higher precedence wins: buildVersio
n
2017-01-09 20:53:14,250 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: BulkWebService, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust
.ws.rs.scim.BulkWebService
2017-01-09 20:53:14,428 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: GroupWebService, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrus
t.ws.rs.scim.GroupWebService
2017-01-09 20:53:14,443 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: PassportConfigurationEndPoint, scope: EVENT, type: JAVA_BEAN, class: o
rg.gluu.oxtrust.api.rest.PassportRestWebService
2017-01-09 20:53:14,449 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: apisConfigurationAction, scope: CONVERSATION, type: JAVA_BEAN, class:
org.gluu.oxtrust.action.ApisConfigurationAction
2017-01-09 20:53:14,490 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: appInitializer, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.o
xtrust.ldap.service.AppInitializer
2017-01-09 20:53:14,499 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: appliancePasswordAction, scope: EVENT, type: JAVA_BEAN, class: org.glu
u.oxtrust.action.AppliancePasswordAction
2017-01-09 20:53:14,521 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applianceService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.o
xtrust.ldap.service.ApplianceService
2017-01-09 20:53:14,524 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: applianceStatusAction, scope: CONVERSATION, type: JAVA_BEAN, class: or
g.gluu.oxtrust.action.ApplianceStatusAction
2017-01-09 20:53:14,536 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: asimbaAddIDPAction, scope: SESSION, type: JAVA_BEAN, class: org.gluu.o
xtrust.action.AsimbaAddIDPAction
2017-01-09 20:53:14,543 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: asimbaAddSPAction, scope: SESSION, type: JAVA_BEAN, class: org.gluu.ox
trust.action.AsimbaAddSPAction
2017-01-09 20:53:14,549 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: asimbaService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.ox
trust.ldap.service.AsimbaService
2017-01-09 20:53:14,553 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: asimbaXMLConfigurationService, scope: APPLICATION, type: JAVA_BEAN, cl
ass: org.gluu.oxtrust.service.asimba.AsimbaXMLConfigurationService
2017-01-09 20:53:14,556 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: attributeInventoryAction, scope: CONVERSATION, type: JAVA_BEAN, class:
org.gluu.oxtrust.action.AttributeInventoryAction
2017-01-09 20:53:14,562 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: attributeService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.o
xtrust.ldap.service.AttributeService
2017-01-09 20:53:14,567 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authOrganizationService, scope: STATELESS, type: JAVA_BEAN, class: org
.gluu.oxtrust.ldap.service.AuthOrganizationService
2017-01-09 20:53:14,570 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationService, scope: STATELESS, type: JAVA_BEAN, class: org.g
luu.oxtrust.ldap.service.AuthenticationService
2017-01-09 20:53:14,611 WARN [main] [org.jboss.seam.Component] (Component.java:435) - Component class should be serializable: authenticationSessionService
2017-01-09 20:53:14,612 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticationSessionService, scope: SESSION, type: JAVA_BEAN, class:
org.gluu.oxtrust.service.AuthenticationSessionService
2017-01-09 20:53:14,630 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: authenticator, scope: SESSION, type: JAVA_BEAN, class: org.gluu.oxtrus
t.action.Authenticator
2017-01-09 20:53:14,635 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: buildVersion, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxt
rust.util.BuildVersion
2017-01-09 20:53:14,680 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheRefreshService, scope: STATELESS, type: JAVA_BEAN, class: org.glu
u.oxtrust.ldap.cache.service.CacheRefreshService
2017-01-09 20:53:14,689 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheRefreshSnapshotFileService, scope: APPLICATION, type: JAVA_BEAN,
class: org.gluu.oxtrust.ldap.cache.service.CacheRefreshSnapshotFileService
2017-01-09 20:53:14,698 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheRefreshTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.glu
u.oxtrust.ldap.cache.service.CacheRefreshTimer
2017-01-09 20:53:14,708 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: cacheService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.serv
ice.CacheService
2017-01-09 20:53:14,711 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: centralLdapService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu
.oxtrust.ldap.service.CentralLdapService
2017-01-09 20:53:14,717 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: certificateManagementAction, scope: SESSION, type: JAVA_BEAN, class: o
rg.gluu.oxtrust.action.CertificateManagementAction
2017-01-09 20:53:14,731 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientAssociationWebService, scope: EVENT, type: JAVA_BEAN, class: org
.gluu.oxtrust.ws.rs.scim.ClientAssociationWebService
2017-01-09 20:53:14,733 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientPasswordAction, scope: EVENT, type: JAVA_BEAN, class: org.gluu.o
xtrust.action.ClientPasswordAction
2017-01-09 20:53:14,738 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: clientService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtr
ust.ldap.service.ClientService
2017-01-09 20:53:14,742 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: configureCacheRefreshAction, scope: CONVERSATION, type: JAVA_BEAN, cla
ss: org.gluu.oxtrust.action.ConfigureCacheRefreshAction
2017-01-09 20:53:14,746 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: configureLogViewerAction, scope: CONVERSATION, type: JAVA_BEAN, class:
org.gluu.oxtrust.action.ConfigureLogViewerAction
2017-01-09 20:53:14,749 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: contactDownloadAction, scope: EVENT, type: JAVA_BEAN, class: org.gluu.
oxtrust.action.ContactDownloadAction
2017-01-09 20:53:14,757 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: copyUtils, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.util
.CopyUtils
2017-01-09 20:53:14,817 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: copyUtils2, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.uti
l.CopyUtils2
2017-01-09 20:53:14,820 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customAttributeAction, scope: CONVERSATION, type: JAVA_BEAN, class: or
g.gluu.oxtrust.action.CustomAttributeAction
2017-01-09 20:53:14,854 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customJacksonProviderScim2, scope: EVENT, type: JAVA_BEAN, class: org.
gluu.oxtrust.service.scim2.jackson.provider.CustomJacksonProviderScim2
2017-01-09 20:53:14,861 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.x
di.service.custom.script.CustomScriptManager
2017-01-09 20:53:14,864 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: customScriptService, scope: STATELESS, type: JAVA_BEAN, class: org.glu
u.oxtrust.service.custom.CustomScriptService
2017-01-09 20:53:14,866 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: downloadService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.ox
trust.ldap.service.DownloadService
2017-01-09 20:53:14,870 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: entityIDMonitoringService, scope: APPLICATION, type: JAVA_BEAN, class:
org.gluu.oxtrust.ldap.service.EntityIDMonitoringService
2017-01-09 20:53:14,873 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: excelService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxt
rust.ldap.service.ExcelService
2017-01-09 20:53:14,897 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: extensionDeserializer, scope: EVENT, type: JAVA_BEAN, class: org.gluu.
oxtrust.service.scim2.jackson.custom.ExtensionDeserializer
2017-01-09 20:53:14,901 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalCacheRefreshService, scope: APPLICATION, type: JAVA_BEAN, clas
s: org.gluu.oxtrust.service.external.ExternalCacheRefreshService
2017-01-09 20:53:14,903 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalIdGeneratorService, scope: APPLICATION, type: JAVA_BEAN, class
: org.gluu.oxtrust.service.external.ExternalIdGeneratorService
2017-01-09 20:53:14,909 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalScimService, scope: APPLICATION, type: JAVA_BEAN, class: org.g
luu.oxtrust.service.external.ExternalScimService
2017-01-09 20:53:14,911 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalUpdateUserService, scope: APPLICATION, type: JAVA_BEAN, class:
org.gluu.oxtrust.service.external.ExternalUpdateUserService
2017-01-09 20:53:14,913 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: externalUserRegistrationService, scope: APPLICATION, type: JAVA_BEAN,
class: org.gluu.oxtrust.service.external.ExternalUserRegistrationService
2017-01-09 20:53:14,915 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationConverter, scope: EVENT, type: JAVA_BEAN, class: org.gluu.ox
trust.util.jsf.FederationConverter
2017-01-09 20:53:14,917 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationDeconstructionAction, scope: CONVERSATION, type: JAVA_BEAN,
class: org.gluu.oxtrust.action.FederationDeconstructionAction
2017-01-09 20:53:14,919 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationInventoryAction, scope: CONVERSATION, type: JAVA_BEAN, class
: org.gluu.oxtrust.action.FederationInventoryAction
2017-01-09 20:53:14,921 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationProposalConverter, scope: EVENT, type: JAVA_BEAN, class: org
.gluu.oxtrust.util.jsf.FederationProposalConverter
2017-01-09 20:53:14,922 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationProposalsInventoryAction, scope: CONVERSATION, type: JAVA_BE
AN, class: org.gluu.oxtrust.action.FederationProposalsInventoryAction
2017-01-09 20:53:14,925 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: federationService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.
oxtrust.ldap.service.FederationService
2017-01-09 20:53:14,942 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: fidoDeviceCoreLoadingStrategy, scope: EVENT, type: JAVA_BEAN, class: o
rg.gluu.oxtrust.service.scim2.schema.strategy.FidoDeviceCoreLoadingStrategy
2017-01-09 20:53:14,945 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: fidoDeviceService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.
oxtrust.ldap.service.FidoDeviceService
2017-01-09 20:53:14,947 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: fileViewerAction, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.o
xtrust.action.FileViewerAction
2017-01-09 20:53:14,961 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: filterService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtr
ust.ldap.service.FilterService
2017-01-09 20:53:14,983 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuCacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi
.service.GluuEhCacheProvider
2017-01-09 20:53:14,989 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuCustomPersonListSerializer, scope: EVENT, type: JAVA_BEAN, class:
org.gluu.oxtrust.service.antlr.scimFilter.util.GluuCustomPersonListSerializer
2017-01-09 20:53:14,992 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: gluuGroupListSerializer, scope: EVENT, type: JAVA_BEAN, class: org.glu
u.oxtrust.service.antlr.scimFilter.util.GluuGroupListSerializer
2017-01-09 20:53:14,994 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: groupCoreLoadingStrategy, scope: EVENT, type: JAVA_BEAN, class: org.gl
uu.oxtrust.service.scim2.schema.strategy.GroupCoreLoadingStrategy
2017-01-09 20:53:14,998 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: groupService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtru
st.ldap.service.GroupService
2017-01-09 20:53:15,002 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: homeAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.oxtr
ust.action.HomeAction
2017-01-09 20:53:15,004 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: idGenService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtru
st.ldap.service.IdGenService
2017-01-09 20:53:15,045 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: imageRepository, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.
oxtrust.ldap.service.ImageRepository
2017-01-09 20:53:15,049 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: imageService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxt
rust.ldap.service.ImageService
2017-01-09 20:53:15,053 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: imapDataService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.
oxtrust.ldap.service.ImapDataService
2017-01-09 20:53:15,057 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: importPersonConfiguration, scope: APPLICATION, type: JAVA_BEAN, class:
org.gluu.oxtrust.ldap.load.conf.ImportPersonConfiguration
2017-01-09 20:53:15,070 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: inumService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrus
t.ldap.service.InumService
2017-01-09 20:53:15,075 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: joinFederationAction, scope: CONVERSATION, type: JAVA_BEAN, class: org
.gluu.oxtrust.action.JoinFederationAction
2017-01-09 20:53:15,077 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonConfigAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.glu
u.oxtrust.action.JsonConfigurationAction
2017-01-09 20:53:15,083 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: or
g.gluu.oxtrust.ldap.service.JsonConfigurationService
2017-01-09 20:53:15,086 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: jsonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.servi
ce.JsonService
2017-01-09 20:53:15,088 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ldapStatusTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.
oxtrust.ldap.service.status.ldap.LdapStatusTimer
2017-01-09 20:53:15,115 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: linktrackService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.o
xtrust.ldap.service.LinktrackService
2017-01-09 20:53:15,117 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: listResponseFidoDeviceSerializer, scope: EVENT, type: JAVA_BEAN, class
: org.gluu.oxtrust.service.antlr.scimFilter.util.ListResponseFidoDeviceSerializer
2017-01-09 20:53:15,119 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: listResponseGroupSerializer, scope: EVENT, type: JAVA_BEAN, class: org
.gluu.oxtrust.service.antlr.scimFilter.util.ListResponseGroupSerializer
2017-01-09 20:53:15,121 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: listResponseSerializer, scope: EVENT, type: JAVA_BEAN, class: org.gluu
.oxtrust.service.scim2.schema.strategy.serializers.SchemaTypeAbstractSerializer
2017-01-09 20:53:15,123 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: listResponseUserSerializer, scope: EVENT, type: JAVA_BEAN, class: org.
gluu.oxtrust.service.antlr.scimFilter.util.ListResponseUserSerializer
2017-01-09 20:53:15,128 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: logFileSizeChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.gl
uu.oxtrust.ldap.service.LogFileSizeChecker
2017-01-09 20:53:15,130 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: lookupService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.servi
ce.LookupService
2017-01-09 20:53:15,153 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: mailService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.servi
ce.MailService
2017-01-09 20:53:15,221 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: manageCertificateAction, scope: CONVERSATION, type: JAVA_BEAN, class:
org.gluu.oxtrust.action.ManageCertificateAction
2017-01-09 20:53:15,256 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: manageCustomScriptAction, scope: CONVERSATION, type: JAVA_BEAN, class:
org.gluu.oxtrust.action.ManageCustomScriptAction
2017-01-09 20:53:15,262 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: managePersonAuthenticationAction, scope: CONVERSATION, type: JAVA_BEAN
, class: org.gluu.oxtrust.action.ManagePersonAuthenticationAction
2017-01-09 20:53:15,266 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: mapperUtil, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.uti
l.MapperUtil
2017-01-09 20:53:15,270 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: menuAction, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust
.action.MenuAction
2017-01-09 20:53:15,272 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metadataFilterConverter, scope: EVENT, type: JAVA_BEAN, class: org.glu
u.oxtrust.util.jsf.MetadataFilterConverter
2017-01-09 20:53:15,274 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metadataFiltersAction, scope: CONVERSATION, type: JAVA_BEAN, class: or
g.gluu.oxtrust.action.MetadataFiltersAction
2017-01-09 20:53:15,277 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metadataValidationTimer, scope: APPLICATION, type: JAVA_BEAN, class: o
rg.gluu.oxtrust.ldap.service.MetadataValidationTimer
2017-01-09 20:53:15,300 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: metricService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtr
ust.service.MetricService
2017-01-09 20:53:15,307 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: networkService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.serv
ice.net.NetworkService
2017-01-09 20:53:15,309 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: newLineToBRConverter, scope: EVENT, type: JAVA_BEAN, class: org.gluu.o
xtrust.util.jsf.NewLineToBRConverter
2017-01-09 20:53:15,311 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oauthData, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.secu
rity.OauthData
2017-01-09 20:53:15,313 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: objectSerializationService, scope: APPLICATION, type: JAVA_BEAN, class
: org.xdi.service.ObjectSerializationService
2017-01-09 20:53:15,316 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: openIdService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.ox
trust.service.OpenIdService
2017-01-09 20:53:15,318 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, t
ype: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
2017-01-09 20:53:15,323 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-01-09 20:53:15,326 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.cache.cacheProvider, scope: APPLICATION, type: JAVA_BEA
N, class: org.jboss.seam.cache.EhCacheProvider
2017-01-09 20:53:15,347 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-01-09 20:53:15,357 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BE
AN, class: org.jboss.seam.captcha.CaptchaImage
2017-01-09 20:53:15,358 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-01-09 20:53:15,362 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-01-09 20:53:15,366 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-01-09 20:53:15,369 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BE
AN, class: org.jboss.seam.core.ConversationEntries
2017-01-09 20:53:15,370 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: J
AVA_BEAN, class: org.jboss.seam.core.ConversationList
2017-01-09 20:53:15,372 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-01-09 20:53:15,373 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-01-09 20:53:15,375 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-01-09 20:53:15,377 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-01-09 20:53:15,379 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, c
lass: org.jboss.seam.core.Interpolator
2017-01-09 20:53:15,382 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-01-09 20:53:15,388 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-01-09 20:53:15,390 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-01-09 20:53:15,391 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-01-09 20:53:15,392 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, c
lass: org.jboss.seam.core.Validators
2017-01-09 20:53:15,394 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-01-09 20:53:15,396 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-01-09 20:53:15,401 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BE
AN, class: org.xdi.service.exception.GluuCustomExceptions
2017-01-09 20:53:15,405 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, cl
ass: org.jboss.seam.faces.DataModels
2017-01-09 20:53:15,406 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.dateConverter, scope: EVENT, type: JAVA_BEAN, cla
ss: org.jboss.seam.faces.DateConverter
2017-01-09 20:53:15,407 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-01-09 20:53:15,408 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: o
rg.jboss.seam.faces.FacesPage
2017-01-09 20:53:15,409 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, c
lass: org.jboss.seam.faces.HttpError
2017-01-09 20:53:15,410 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, c
lass: org.jboss.seam.faces.Redirect
2017-01-09 20:53:15,411 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, clas
s: org.jboss.seam.ui.facelet.FaceletsRenderer
2017-01-09 20:53:15,412 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: or
g.jboss.seam.faces.Switcher
2017-01-09 20:53:15,413 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, c
lass: org.jboss.seam.faces.UiComponent
2017-01-09 20:53:15,414 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-01-09 20:53:15,453 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEA
N, class: org.jboss.seam.framework.CurrentDate
2017-01-09 20:53:15,458 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-01-09 20:53:15,463 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEA
N, class: org.jboss.seam.framework.CurrentTime
2017-01-09 20:53:15,477 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, clas
s: org.jboss.seam.ui.graphicImage.Image
2017-01-09 20:53:15,489 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAV
A_BEAN, class: org.jboss.seam.international.LocaleSelector
2017-01-09 20:53:15,491 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-01-09 20:53:15,497 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-01-09 20:53:15,499 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BE
AN, class: org.jboss.seam.international.TimeZone
2017-01-09 20:53:15,501 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: J
AVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
2017-01-09 20:53:15,502 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-01-09 20:53:15,504 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-01-09 20:53:15,509 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-01-09 20:53:15,513 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-01-09 20:53:15,514 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, t
ype: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
2017-01-09 20:53:15,519 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type
: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
2017-01-09 20:53:15,521 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.application, scope: APPLICATION, type: JAVA_BE
AN, class: org.jboss.seam.resteasy.Application
2017-01-09 20:53:15,549 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-01-09 20:53:15,552 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.resteasy.resourceAdapter, scope: APPLICATION, type: JAV
A_BEAN, class: org.jboss.seam.resteasy.ResteasyResourceAdapter
2017-01-09 20:53:15,566 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-01-09 20:53:15,569 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN,
class: org.gluu.oxtrust.security.OAuthCredentials
2017-01-09 20:53:15,571 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, t
ype: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
2017-01-09 20:53:15,573 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-01-09 20:53:15,575 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JA
VA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
2017-01-09 20:53:15,580 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, cla
ss: org.jboss.seam.security.Identity
2017-01-09 20:53:15,585 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-01-09 20:53:15,588 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, ty
pe: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
2017-01-09 20:53:15,590 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: J
AVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
2017-01-09 20:53:15,599 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, ty
pe: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
2017-01-09 20:53:15,600 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: J
AVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
2017-01-09 20:53:15,620 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.openid.openid, scope: SESSION, type: JAVA_BEAN
, class: org.jboss.seam.security.openid.OpenId
2017-01-09 20:53:15,623 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEA
N, class: org.jboss.seam.security.management.PasswordHash
2017-01-09 20:53:15,624 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATI
ON, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
2017-01-09 20:53:15,627 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: J
AVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
2017-01-09 20:53:15,629 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JA
VA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
2017-01-09 20:53:15,630 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATI
ON, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
2017-01-09 20:53:15,632 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, c
lass: org.jboss.seam.security.RememberMe
2017-01-09 20:53:15,672 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, t
ype: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver
2017-01-09 20:53:15,673 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-01-09 20:53:15,675 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, c
lass: org.jboss.seam.theme.ThemeSelector
2017-01-09 20:53:15,676 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-01-09 20:53:15,677 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-01-09 20:53:15,679 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-01-09 20:53:15,683 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEA
N, class: org.jboss.seam.ui.EntityConverter
2017-01-09 20:53:15,684 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, cl
ass: org.jboss.seam.ui.ClientUidSelector
2017-01-09 20:53:15,686 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-01-09 20:53:15,689 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, cla
ss: org.jboss.seam.ui.JpaEntityLoader
2017-01-09 20:53:15,691 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, typ
e: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
2017-01-09 20:53:15,692 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-01-09 20:53:15,693 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-01-09 20:53:15,694 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.faces.facelet.faceletCompiler, scope: APPLICATION, t
ype: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
2017-01-09 20:53:15,695 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATIO
N, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
2017-01-09 20:53:15,697 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-01-09 20:53:15,698 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-01-09 20:53:15,702 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEA
N, class: org.jboss.seam.web.ExceptionFilter
2017-01-09 20:53:15,704 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-01-09 20:53:15,705 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-01-09 20:53:15,706 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-01-09 20:53:15,708 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEA
N, class: org.jboss.seam.web.MultipartFilter
2017-01-09 20:53:15,710 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, clas
s: org.jboss.seam.faces.Parameters
2017-01-09 20:53:15,711 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-01-09 20:53:15,713 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-01-09 20:53:15,715 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, cla
ss: org.jboss.seam.web.ServletContexts
2017-01-09 20:53:15,716 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: or
g.jboss.seam.web.Session
2017-01-09 20:53:15,716 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-01-09 20:53:15,719 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: organizationService, scope: STATELESS, type: JAVA_BEAN, class: org.glu
u.oxtrust.ldap.service.OrganizationService
2017-01-09 20:53:15,730 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxChooserWebService, scope: EVENT, type: JAVA_BEAN, class: org.gluu.ox
trust.ws.rs.scim.OxChooserWebService
2017-01-09 20:53:15,738 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxTrustConfiguration, scope: APPLICATION, type: JAVA_BEAN, class: org.
gluu.oxtrust.config.OxTrustConfiguration
2017-01-09 20:53:15,741 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: oxTrustConfigurationService, scope: STATELESS, type: JAVA_BEAN, class:
org.gluu.oxtrust.ldap.service.OxTrustConfigurationService
2017-01-09 20:53:15,744 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pageService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.service
.util.PageService
2017-01-09 20:53:15,748 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pasportUmaProtectionService, scope: APPLICATION, type: JAVA_BEAN, clas
s: org.gluu.oxtrust.service.uma.PassportUmaProtectionService
2017-01-09 20:53:15,751 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: passportService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.ox
trust.ldap.service.PassportService
2017-01-09 20:53:15,754 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: passwordReminderAction, scope: CONVERSATION, type: JAVA_BEAN, class: o
rg.gluu.oxtrust.action.PasswordReminderAction
2017-01-09 20:53:15,767 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: passwordResetAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.
gluu.oxtrust.action.PasswordResetAction
2017-01-09 20:53:15,770 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: passwordValidationAction, scope: EVENT, type: JAVA_BEAN, class: org.gl
uu.oxtrust.action.PasswordValidationAction
2017-01-09 20:53:15,775 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: patchUtils, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust.uti
l.PatchUtils
2017-01-09 20:53:15,780 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: personImportAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.g
luu.oxtrust.action.PersonImportAction
2017-01-09 20:53:15,785 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: personService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtr
ust.ldap.service.PersonService
2017-01-09 20:53:15,788 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: productInstallationCheckerAction, scope: APPLICATION, type: JAVA_BEAN,
class: org.gluu.oxtrust.action.ProductInstallationCheckerAction
2017-01-09 20:53:15,790 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: profileConfigurationConverter, scope: EVENT, type: JAVA_BEAN, class: o
rg.gluu.oxtrust.util.jsf.ProfileConfigurationConverter
2017-01-09 20:53:15,792 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: profileConfigurationService, scope: STATELESS, type: JAVA_BEAN, class:
org.gluu.oxtrust.ldap.service.ProfileConfigurationService
2017-01-09 20:53:15,795 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: propertyService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.ox
trust.ldap.service.PropertyService
2017-01-09 20:53:15,797 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pushApplicationConfigurationService, scope: APPLICATION, type: JAVA_BE
AN, class: org.gluu.oxtrust.service.push.PushApplicationConfigurationService
2017-01-09 20:53:15,801 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pushApplicationInventoryAction, scope: CONVERSATION, type: JAVA_BEAN,
class: org.gluu.oxtrust.action.push.PushApplicationInventoryAction
2017-01-09 20:53:15,804 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pushApplicationService, scope: STATELESS, type: JAVA_BEAN, class: org.
gluu.oxtrust.service.push.PushApplicationService
2017-01-09 20:53:15,808 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pushDeviceInventoryAction, scope: CONVERSATION, type: JAVA_BEAN, class
: org.gluu.oxtrust.action.push.PushDeviceInventoryAction
2017-01-09 20:53:15,811 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pushDeviceService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.
oxtrust.service.push.PushDeviceService
2017-01-09 20:53:15,855 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: pythonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.ser
vice.PythonService
2017-01-09 20:53:15,881 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: recaptchaService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.o
xtrust.ldap.service.RecaptchaService
2017-01-09 20:53:15,883 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registerPersonAction, scope: CONVERSATION, type: JAVA_BEAN, class: org
.gluu.oxtrust.action.RegisterPersonAction
2017-01-09 20:53:15,886 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registrationInterceptionService, scope: STATELESS, type: JAVA_BEAN, cl
ass: org.gluu.oxtrust.service.external.RegistrationInterceptionService
2017-01-09 20:53:15,889 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: registrationManagementAction, scope: CONVERSATION, type: JAVA_BEAN, cl
ass: org.gluu.oxtrust.action.RegistrationManagementAction
2017-01-09 20:53:15,896 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: relyingPartyAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.g
luu.oxtrust.action.RelyingPartyAction
2017-01-09 20:53:15,903 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceSetService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu
.oxtrust.ldap.service.uma.ResourceSetService
2017-01-09 20:53:15,909 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: resourceTypesWs, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrus
t.ws.rs.scim2.ResourceTypeWS
2017-01-09 20:53:15,955 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.servi
ce.SchemaService
2017-01-09 20:53:15,972 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaTypeFidoDeviceSerializer, scope: EVENT, type: JAVA_BEAN, class:
org.gluu.oxtrust.service.scim2.schema.strategy.serializers.SchemaTypeFidoDeviceSerializer
2017-01-09 20:53:15,974 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaTypeGroupSerializer, scope: EVENT, type: JAVA_BEAN, class: org.g
luu.oxtrust.service.scim2.schema.strategy.serializers.SchemaTypeGroupSerializer
2017-01-09 20:53:15,977 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: schemaTypeUserSerializer, scope: EVENT, type: JAVA_BEAN, class: org.gl
uu.oxtrust.service.scim2.schema.strategy.serializers.SchemaTypeUserSerializer
2017-01-09 20:53:15,987 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2BulkEndpoint, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtr
ust.ws.rs.scim2.BulkWebService
2017-01-09 20:53:15,994 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2FidoDeviceEndpoint, scope: EVENT, type: JAVA_BEAN, class: org.glu
u.oxtrust.ws.rs.scim2.fido.FidoDeviceWebService
2017-01-09 20:53:15,998 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2FidoDeviceService, scope: STATELESS, type: JAVA_BEAN, class: org.
gluu.oxtrust.service.scim2.Scim2FidoDeviceService
2017-01-09 20:53:16,002 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2GroupEndpoint, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxt
rust.ws.rs.scim2.GroupWebService
2017-01-09 20:53:16,005 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2GroupService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.
oxtrust.service.scim2.Scim2GroupService
2017-01-09 20:53:16,007 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2SchemaEndpoint, scope: EVENT, type: JAVA_BEAN, class: org.gluu.ox
trust.ws.rs.scim2.SchemaWebService
2017-01-09 20:53:16,014 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2UserEndpoint, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtr
ust.ws.rs.scim2.UserWebService
2017-01-09 20:53:16,025 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scim2UserService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.o
xtrust.service.scim2.Scim2UserService
2017-01-09 20:53:16,040 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scimConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class:
org.gluu.oxtrust.ws.rs.ScimConfigurationWS
2017-01-09 20:53:16,049 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scimConfigureAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.
gluu.oxtrust.action.ScimConfigureAction
2017-01-09 20:53:16,183 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scimFilterParserService, scope: STATELESS, type: JAVA_BEAN, class: org
.gluu.oxtrust.service.antlr.scimFilter.ScimFilterParserService
2017-01-09 20:53:16,194 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scimUmaProtectionService, scope: APPLICATION, type: JAVA_BEAN, class:
org.gluu.oxtrust.service.uma.ScimUmaProtectionService
2017-01-09 20:53:16,197 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeDescriptionDownloadAction, scope: EVENT, type: JAVA_BEAN, class:
org.gluu.oxtrust.action.uma.ScopeDescriptionDownloadAction
2017-01-09 20:53:16,199 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeDescriptionService, scope: STATELESS, type: JAVA_BEAN, class: org
.gluu.oxtrust.ldap.service.uma.ScopeDescriptionService
2017-01-09 20:53:16,202 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: scopeService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtru
st.ldap.service.ScopeService
2017-01-09 20:53:16,204 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: searchClientAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.g
luu.oxtrust.action.SearchClientAction
2017-01-09 20:53:16,205 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: searchGroupAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gl
uu.oxtrust.action.SearchGroupAction
2017-01-09 20:53:16,207 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: searchPersonAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.g
luu.oxtrust.action.SearchPersonAction
2017-01-09 20:53:16,208 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: searchScopeAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gl
uu.oxtrust.action.SearchScopeAction
2017-01-09 20:53:16,210 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: searchSectorIdentifierAction, scope: CONVERSATION, type: JAVA_BEAN, cl
ass: org.gluu.oxtrust.action.SearchSectorIdentifierAction
2017-01-09 20:53:16,212 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sectorIdentifierService, scope: STATELESS, type: JAVA_BEAN, class: org
.gluu.oxtrust.ldap.service.SectorIdentifierService
2017-01-09 20:53:16,213 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.s
eam.drools.RuleBase
2017-01-09 20:53:16,216 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: securityService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.ox
trust.ldap.service.SecurityService
2017-01-09 20:53:16,220 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: serviceProviderConfig, scope: EVENT, type: JAVA_BEAN, class: org.gluu.
oxtrust.ws.rs.scim2.ServiceProviderConfigWS
2017-01-09 20:53:16,229 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: servletFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.s
eam.web.ContextFilter
2017-01-09 20:53:16,261 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: shibboleth3ConfService, scope: STATELESS, type: JAVA_BEAN, class: org.
gluu.oxtrust.ldap.service.Shibboleth3ConfService
2017-01-09 20:53:16,345 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: sslService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtrust
.ldap.service.SSLService
2017-01-09 20:53:16,348 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: ssoLoginAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gluu.
oxtrust.action.SsoLoginAction
2017-01-09 20:53:16,356 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: statusCheckerDaily, scope: APPLICATION, type: JAVA_BEAN, class: org.gl
uu.oxtrust.ldap.service.StatusCheckerDaily
2017-01-09 20:53:16,358 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: statusCheckerTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.gl
uu.oxtrust.ldap.service.StatusCheckerTimer
2017-01-09 20:53:16,385 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: subversionService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.
oxtrust.ldap.service.SubversionService
2017-01-09 20:53:16,395 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: svnSyncTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.oxt
rust.ldap.service.SvnSyncTimer
2017-01-09 20:53:16,397 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: templateService, scope: APPLICATION, type: JAVA_BEAN, class: org.gluu.
oxtrust.ldap.service.TemplateService
2017-01-09 20:53:16,400 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: trustContactsAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.
gluu.oxtrust.action.TrustContactsAction
2017-01-09 20:53:16,401 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: trustRelationshipInventoryAction, scope: CONVERSATION, type: JAVA_BEAN
, class: org.gluu.oxtrust.action.TrustRelationshipInventoryAction
2017-01-09 20:53:16,405 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: trustService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu.oxtru
st.ldap.service.TrustService
2017-01-09 20:53:16,406 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaInventoryAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.g
luu.oxtrust.action.uma.UmaInventoryAction
2017-01-09 20:53:16,423 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: umaPermissionService, scope: APPLICATION, type: JAVA_BEAN, class: org.
gluu.oxtrust.service.uma.UmaPermissionService
2017-01-09 20:53:16,430 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateAsimbaIDPAction, scope: SESSION, type: JAVA_BEAN, class: org.glu
u.oxtrust.action.UpdateAsimbaIDPAction
2017-01-09 20:53:16,433 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateAsimbaSPPoolAction, scope: SESSION, type: JAVA_BEAN, class: org.
gluu.oxtrust.action.UpdateAsimbaSPPoolAction
2017-01-09 20:53:16,436 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateAsimbaSPRequestorAction, scope: SESSION, type: JAVA_BEAN, class:
org.gluu.oxtrust.action.UpdateAsimbaSPRequestorAction
2017-01-09 20:53:16,438 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateAsimbaSelectorAction, scope: SESSION, type: JAVA_BEAN, class: or
g.gluu.oxtrust.action.UpdateAsimbaSelectorAction
2017-01-09 20:53:16,441 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateAttributeAction, scope: CONVERSATION, type: JAVA_BEAN, class: or
g.gluu.oxtrust.action.UpdateAttributeAction
2017-01-09 20:53:16,444 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateCASAction, scope: SESSION, type: JAVA_BEAN, class: org.gluu.oxtr
ust.action.UpdateCASAction
2017-01-09 20:53:16,450 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateClientAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.g
luu.oxtrust.action.UpdateClientAction
2017-01-09 20:53:16,453 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateGroupAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gl
uu.oxtrust.action.UpdateGroupAction
2017-01-09 20:53:16,456 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateOrganizationAction, scope: CONVERSATION, type: JAVA_BEAN, class:
org.gluu.oxtrust.action.UpdateOrganizationAction
2017-01-09 20:53:16,458 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updatePersonAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.g
luu.oxtrust.action.UpdatePersonAction
2017-01-09 20:53:16,461 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateResourceSetAction, scope: CONVERSATION, type: JAVA_BEAN, class:
org.gluu.oxtrust.action.uma.UpdateResourceSetAction
2017-01-09 20:53:16,464 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateScopeAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gl
uu.oxtrust.action.UpdateScopeAction
2017-01-09 20:53:16,468 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateScopeDescriptionAction, scope: CONVERSATION, type: JAVA_BEAN, cl
ass: org.gluu.oxtrust.action.uma.UpdateScopeDescriptionAction
2017-01-09 20:53:16,471 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateSectorIdentifierAction, scope: CONVERSATION, type: JAVA_BEAN, cl
ass: org.gluu.oxtrust.action.UpdateSectorIdentifierAction
2017-01-09 20:53:16,479 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: updateTrustRelationshipAction, scope: CONVERSATION, type: JAVA_BEAN, c
lass: org.gluu.oxtrust.action.UpdateTrustRelationshipAction
2017-01-09 20:53:16,482 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: uptimeConverter, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrus
t.util.jsf.UptimeConverter
2017-01-09 20:53:16,483 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userCoreLoadingStrategy, scope: EVENT, type: JAVA_BEAN, class: org.glu
u.oxtrust.service.scim2.schema.strategy.UserCoreLoadingStrategy
2017-01-09 20:53:16,484 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userDeserializer, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtru
st.service.scim2.jackson.custom.UserDeserializer
2017-01-09 20:53:16,486 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userExtensionLoadingStrategy, scope: EVENT, type: JAVA_BEAN, class: or
g.gluu.oxtrust.service.scim2.schema.strategy.UserExtensionLoadingStrategy
2017-01-09 20:53:16,488 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userPasswordAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.g
luu.oxtrust.action.UserPasswordAction
2017-01-09 20:53:16,490 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userProfileAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gl
uu.oxtrust.action.UserProfileAction
2017-01-09 20:53:16,492 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userSerializer, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust
.service.scim2.jackson.custom.UserSerializer
2017-01-09 20:53:16,495 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: userWebService, scope: EVENT, type: JAVA_BEAN, class: org.gluu.oxtrust
.ws.rs.scim.UserWebService
2017-01-09 20:53:16,497 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: viewHandlerService, scope: STATELESS, type: JAVA_BEAN, class: org.gluu
.oxtrust.ldap.service.ViewHandlerService
2017-01-09 20:53:16,502 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: viewLogFileAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.gl
uu.oxtrust.action.ViewLogFileAction
2017-01-09 20:53:16,504 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: whitePagesAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.glu
u.oxtrust.action.WhitePagesAction
2017-01-09 20:53:16,506 INFO [main] [org.jboss.seam.Component] (Component.java:236) - Component: xmlService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.servic
e.XmlService
2017-01-09 20:53:16,517 WARN [main] [org.jboss.seam.security.permission.PersistentPermissionResolver] (PersistentPermissionResolver.java:57) - no permission store avai
lable - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
2017-01-09 20:53:16,919 INFO [main] [org.jboss.seam.resteasy.ResteasyBootstrap] (ResteasyBootstrap.java:105) - bootstrapping JAX-RS application
2017-01-09 20:53:17,014 INFO [main] [org.jboss.seam.resteasy.ResteasyBootstrap] (ResteasyBootstrap.java:225) - registering built-in RESTEasy providers
2017-01-09 20:53:17,306 INFO [main] [oxtrust.service.scim2.jackson.provider.CustomJacksonProviderScim2] (CustomJacksonProviderScim2.java:48) - CustomJacksonProviderSc
im2()
2017-01-09 20:53:17,596 INFO [main] [oxtrust.service.scim2.jackson.provider.CustomJacksonProviderScim2] (CustomJacksonProviderScim2.java:48) - CustomJacksonProviderSc
im2()
2017-01-09 20:53:17,597 INFO [main] [oxtrust.service.scim2.jackson.provider.CustomJacksonProviderScim2] (CustomJacksonProviderScim2.java:48) - CustomJacksonProviderSc
im2()
2017-01-09 20:53:18,772 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:111) - Creating oxTrustConfiguration
2017-01-09 20:53:18,794 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:295) - ########## ldapFileName = /etc/gluu/conf/ox-ldap.p
roperties
2017-01-09 20:53:18,935 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:328) - ########## fileName = /etc/gluu/conf/ox-ldap.prope
rties
2017-01-09 20:53:18,958 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:329) - ########## oxtrust_ConfigurationEntryDN = ou=oxtru
st,ou=configuration,inum=@!94B4.B6B4.CF76.2BE6!0002!B803.98C7,ou=appliances,o=gluu
2017-01-09 20:53:18,978 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:328) - ########## fileName = /etc/gluu/conf/salt
2017-01-09 20:53:18,979 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:329) - ########## oxtrust_ConfigurationEntryDN = null
2017-01-09 20:53:19,471 INFO [main] [org.xdi.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:23) - Adding Bouncy Castle Provider
2017-01-09 20:53:19,768 DEBUG [main] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:119) - Creating application components
2017-01-09 20:53:19,777 INFO [main] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:315) - Build date 2017-01-09 16:43. Code revision c20b4 on 09.0
1.2017 @ 11:35:21 EST. Build 682
2017-01-09 20:53:21,003 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:206) - Loading configuration from LDAP...
2017-01-09 20:53:21,014 DEBUG [main] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:367) - Created site LdapEntryManager: org.gluu.site.ldap.persis
tence.LdapEntryManager@38ebc866
2017-01-09 20:53:21,243 INFO [main] [org.gluu.oxtrust.config.OxTrustConfiguration] (OxTrustConfiguration.java:133) - Configuration loaded successfully.
2017-01-09 20:53:21,254 INFO [pool-3-thread-1] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:642) - Setting loggers level to: 'null'
2017-01-09 20:53:52,068 INFO [main] [org.gluu.oxtrust.ldap.service.TemplateService] (TemplateService.java:105) - file.resource.loader.path = /opt/gluu/jetty/identity/c
onf/shibboleth3/idp, /opt/gluu/jetty/identity/conf/shibboleth3/sp, /opt/gluu/jetty/identity/conf/ldif, /opt/gluu/jetty/identity/conf/shibboleth3/idp/MetadataFilter, /op
t/gluu/jetty/identity/conf/shibboleth3/idp/ProfileConfiguration, /opt/gluu/jetty/identity/conf/template/conf, /opt/gluu/jetty/identity/conf/template/shibboleth3
2017-01-09 20:53:52,449 WARN [main] [org.gluu.oxtrust.ldap.service.SubversionService] (SubversionService.java:197) - The service which commit configuration files into
SVN was disabled
2017-01-09 20:54:00,225 INFO [main] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:251) - IDP config generation is set to true
2017-01-09 20:54:00,262 INFO [main] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:277) - No trust relationships exist in LDAP. Adding gluuSP
2017-01-09 20:54:01,074 INFO [main] [org.gluu.oxtrust.ldap.service.TrustService] (TrustService.java:81) - Creating TR @!94B4.B6B4.CF76.2BE6!0002!B803.98C7!0006!4A8F.B1
54
2017-01-09 20:54:01,346 WARN [main] [org.gluu.oxtrust.ldap.service.TrustService] (TrustService.java:349) - gluuSP EntityID set to 94B4B6B4CF762BE60002B80398C700064A8FB
154. Shibboleth3 configuration should be updated.
2017-01-09 20:54:01,429 INFO [main] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:298) - ########## shibbolethVersion = v3
2017-01-09 20:54:01,432 INFO [main] [org.gluu.oxtrust.ldap.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:1275) - >>>>>>>>>> IN Shibboleth3ConfService.ge
nerateMetadataFiles()...
2017-01-09 20:54:01,585 INFO [main] [org.gluu.oxtrust.ldap.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:1341) - >>>>>>>>>> LEAVING Shibboleth3ConfServi
ce.generateMetadataFiles()...
2017-01-09 20:54:01,587 INFO [main] [org.gluu.oxtrust.ldap.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:156) - >>>>>>>>>> IN Shibboleth3ConfService.gen
erateConfigurationFiles()...
2017-01-09 20:54:02,018 INFO [main] [org.gluu.oxtrust.ldap.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:220) - >>>>>>>>>> LEAVING Shibboleth3ConfServic
e.generateConfigurationFiles()...
2017-01-09 20:54:02,047 INFO [main] [org.gluu.oxtrust.ldap.service.ApplianceService] (ApplianceService.java:194) - Removing /opt/gluu/essential_files/trigger_restart_o
f_services_delete_me_to_do_so
2017-01-09 20:54:02,061 ERROR [main] [org.gluu.oxtrust.ldap.service.ApplianceService] (ApplianceService.java:200) - /opt/gluu/essential_files/trigger_restart_of_service
s_delete_me_to_do_so does not exist or not file
2017-01-09 20:54:02,492 INFO [main] [org.gluu.oxtrust.ldap.service.StatusCheckerDaily] (StatusCheckerDaily.java:68) - Initializing daily status checker timer
2017-01-09 20:54:02,495 INFO [main] [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] (StatusCheckerTimer.java:102) - Initializing update appliance status timer
2017-01-09 20:54:02,515 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.redirectFilter
2017-01-09 20:54:02,515 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.contextFilter
2017-01-09 20:54:02,516 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.exceptionFilter
2017-01-09 20:54:02,516 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.multipartFilter
2017-01-09 20:54:02,516 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.loggingFilter
2017-01-09 20:54:02,517 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.identityFilter
2017-01-09 20:54:02,517 INFO [main] [org.jboss.seam.servlet.SeamFilter] (SeamFilter.java:96) - Initializing filter: org.jboss.seam.web.rewriteFilter
2017-01-09 20:55:02,203 INFO [pool-3-thread-4] [org.gluu.oxtrust.ldap.service.LogFileSizeChecker] (LogFileSizeChecker.java:178) - OutXML:


oxtrust
/opt/gluu/jetty/identity/logs


2017-01-09 20:56:19,419 INFO [qtp425918570-13] [org.gluu.oxtrust.service.OpenIdService] (OpenIdService.java:64) - Successfully loaded oxAuth configuration

@pi0
Copy link
Contributor

pi0 commented Jan 10, 2017

Same Issue! (Tried with latest war builds & community-edition-setup)

2017-01-10 06:28:04,748 ERROR [qtp1365202186-16] [org.xdi.oxauth.service.external.ExternalAuthenticationService] (ExternalAuthenticationServic
e.java:165) - Failed to find entries with baseDN: o=gluu, filter: (&(&(objectClass=top))(&(uid=pooya)))
org.gluu.site.ldap.persistence.exception.EntryPersistenceException: Failed to find entries with baseDN: o=gluu, filter: (&(&(objectClass=top))
(&(uid=admin)))

Same query results ok using Ldap Admin.

@yurem
Copy link
Contributor

yurem commented Jan 10, 2017

In latest dev packages there is small issue. Please apply this update to /opt/community-edition-setup/templates/appliance.ldif before run setup.py: b96785e

@yurem yurem closed this as completed Jan 10, 2017
@pi0
Copy link
Contributor

pi0 commented Jan 10, 2017

@yurem Thanks for tip ;) 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issue in existing feature or functionality
Projects
None yet
Development

No branches or pull requests

6 participants