By: Arinc Eren user 29 Jul 2021 at 9:14 a.m. CDT

9 Responses
Arinc Eren gravatar
I installed Gluu-Server 4.2.3 on Debian 10 system. Ticked all the modules (SAML, SCIM etc) at setup script. ## Expected Behaviour All services must work fine in the instance (the machine that we login with **/sbin/gluu-serverd login** command) ## Actual Behavior Some of the services are not working and marked as "failed". As I use the systemctl list-units --type=service command I can list the services and this is the output: ``` UNIT LOAD ACTIVE SUB DESCRIPTION apache2.service loaded active running The Apache HTTP Server casa.service loaded active running Casa service console-getty.service loaded active running Console Getty cron.service loaded active running Regular background program processing daemon dbus.service loaded active running D-Bus System Message Bus ● fido2.service loaded failed failed fido2 service gluu-radius.service loaded active running Gluu Radius service identity.service loaded active running Identity service idp.service loaded active running Idp service ifupdown-pre.service loaded active exited Helper to synchronize boot up for ifupdown networking.service loaded active exited Raise network interfaces opendj.service loaded active running OpenDJ Directory Service ● oxauth-rp.service loaded failed failed oxAuth RP service oxauth.service loaded active running Oxauth service oxd-server.service loaded active exited oxd-server daemon postfix.service loaded active exited Postfix Mail Transport Agent postfix@-.service loaded active running Postfix Mail Transport Agent (instance -) rsyslog.service loaded active running System Logging Service ● scim.service loaded failed failed scim service ssh.service loaded active running OpenBSD Secure Shell server systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage systemd-journald.service loaded active running Journal Service systemd-logind.service loaded active running Login Service systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems systemd-sysusers.service loaded active exited Create System Users systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown systemd-user-sessions.service loaded active exited Permit User Sessions user-runtime-dir@0.service loaded active exited User Runtime Directory /run/user/0 user@0.service loaded active running User Manager for UID 0 ``` fido2, scim and oxauth-rp services are failed and can not be start no matter what I do. ### What I tried **service scim start** command Output: ``` Job for scim.service failed because the control process exited with error code. See "systemctl status scim.service" and "journalctl -xe" for details. ``` **journalctl -u scim** command Output: ``` Jul 29 17:03:57 identity.ilerian.com systemd[1]: Starting scim service... Jul 29 17:04:01 identity.ilerian.com scim[3751]: Starting Jetty: FAILED Thu Jul 29 17:04:01 +03 2021 Jul 29 17:04:01 identity.ilerian.com systemd[1]: scim.service: Control process exited, code=exited, status=1/FAILURE Jul 29 17:04:01 identity.ilerian.com systemd[1]: scim.service: Failed with result 'exit-code'. Jul 29 17:04:01 identity.ilerian.com systemd[1]: Failed to start scim service. ``` Same outputs are occuring for both fido2 and oxauth-rp services. Oxauth.log ``` at org.gluu.oxauth.uma.ws.rs.UmaRptIntrospectionWS.introspect(UmaRptIntrospectionWS.java:89) ~[classes/:?] at org.gluu.oxauth.uma.ws.rs.UmaRptIntrospectionWS.introspectPost(UmaRptIntrospectionWS.java:82) ~[classes/:?] at org.gluu.oxauth.uma.ws.rs.UmaRptIntrospectionWS$Proxy$_$$_WeldClientProxy.introspectPost(Unknown Source) ~[classes/:?] at jdk.internal.reflect.GeneratedMethodAccessor292.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:138) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:543) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:432) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$0(ResourceMethodInvoker.java:393) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.interception.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:358) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:395) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:364) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:337) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:440) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:229) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:135) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.interception.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:358) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:138) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:215) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:245) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:61) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56) ~[resteasy-jaxrs-3.13.0.Final.jar:3.13.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[servlet-api-3.1.jar:3.1.0] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) ~[websocket-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.gluu.oxauth.audit.debug.ServletLoggingFilter.doFilter(ServletLoggingFilter.java:67) ~[classes/:?] at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:201) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.gluu.server.filters.AbstractCorsFilter.handleNonCORS(AbstractCorsFilter.java:362) ~[oxcore-server-4.2.3.Final.jar:?] at org.gluu.server.filters.AbstractCorsFilter.doFilter(AbstractCorsFilter.java:139) ~[oxcore-server-4.2.3.Final.jar:?] at org.gluu.oxauth.filter.CorsFilter.doFilter(CorsFilter.java:118) ~[classes/:?] at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[jetty-security-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) [jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) [jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at java.lang.Thread.run(Thread.java:834) [?:?] 2021-07-29 03:41:03,301 INFO [qtp222511810-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1502.867da1af-aa88-4199-aa55-8655da8becc4' 2021-07-29 03:46:03,428 INFO [qtp222511810-18] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 03:51:03,720 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 03:56:03,977 INFO [qtp222511810-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:01:04,189 INFO [qtp222511810-21] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:06:04,472 INFO [qtp222511810-21] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:11:04,765 INFO [qtp222511810-18] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:16:05,033 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:21:05,256 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:26:05,533 INFO [qtp222511810-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:31:05,776 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:36:06,067 INFO [qtp222511810-18] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:41:06,328 INFO [qtp222511810-22] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:41:06,420 INFO [qtp222511810-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1502.867da1af-aa88-4199-aa55-8655da8becc4' 2021-07-29 04:46:06,612 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:51:06,897 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 04:56:07,168 INFO [qtp222511810-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:01:07,429 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:06:07,688 INFO [qtp222511810-22] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:11:07,920 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:16:08,217 INFO [qtp222511810-18] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:21:08,456 INFO [qtp222511810-22] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:26:08,728 INFO [qtp222511810-18] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:31:09,008 INFO [qtp222511810-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:36:09,288 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:41:09,585 INFO [qtp222511810-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:41:09,712 INFO [qtp222511810-22] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1502.867da1af-aa88-4199-aa55-8655da8becc4' 2021-07-29 05:46:09,856 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:51:10,105 INFO [qtp222511810-21] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 05:56:10,369 INFO [qtp222511810-20] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:01:10,645 INFO [qtp222511810-20] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:06:10,930 INFO [qtp222511810-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:11:11,188 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:16:11,461 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:21:11,749 INFO [qtp222511810-21] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:26:12,012 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:31:12,224 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:36:12,506 INFO [qtp222511810-20] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:41:12,796 INFO [qtp222511810-20] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:41:12,886 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1502.867da1af-aa88-4199-aa55-8655da8becc4' 2021-07-29 06:46:13,049 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:51:13,277 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 06:56:13,570 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:01:13,865 INFO [qtp222511810-20] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:06:14,148 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:11:14,436 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:16:02,338 INFO [qtp222511810-18] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1001.026df218-a168-44b0-9e4d-ae0bed97112d' 2021-07-29 07:16:14,749 INFO [qtp222511810-18] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:21:14,976 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:26:15,252 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:31:15,504 INFO [qtp222511810-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:36:15,764 INFO [qtp222511810-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:41:16,044 INFO [qtp222511810-20] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:41:16,129 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1502.867da1af-aa88-4199-aa55-8655da8becc4' 2021-07-29 07:46:16,293 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:51:16,573 INFO [qtp222511810-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 07:56:16,784 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:01:17,061 INFO [qtp222511810-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:06:17,333 INFO [qtp222511810-21] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:11:17,576 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:14:16,507 INFO [qtp222511810-21] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1001.026df218-a168-44b0-9e4d-ae0bed97112d' 2021-07-29 08:16:17,805 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:21:18,102 INFO [qtp222511810-20] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:26:18,365 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:31:18,637 INFO [qtp222511810-22] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:36:18,882 INFO [qtp222511810-21] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:41:19,157 INFO [qtp222511810-20] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:41:19,245 INFO [qtp222511810-22] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1502.867da1af-aa88-4199-aa55-8655da8becc4' 2021-07-29 08:46:19,444 INFO [qtp222511810-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:51:19,705 INFO [qtp222511810-18] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:52:27,296 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: 'b1c9ddfc-bfbc-4c96-b3f0-05d882b3f31c' 2021-07-29 08:52:27,506 WARN [qtp222511810-17] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Key will expire soon, alias: b34f51ca-b890-486f-82f2-e950c8f1546b_sig_rs256 Expires On: 2021-07-29 14:29:00 Today's Date: 2021-07-29 08:52:27 2021-07-29 08:52:29,419 INFO [qtp222511810-22] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: 'b1c9ddfc-bfbc-4c96-b3f0-05d882b3f31c' 2021-07-29 08:52:29,619 WARN [qtp222511810-22] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Key will expire soon, alias: b34f51ca-b890-486f-82f2-e950c8f1546b_sig_rs256 Expires On: 2021-07-29 14:29:00 Today's Date: 2021-07-29 08:52:29 2021-07-29 08:52:55,226 ERROR [qtp222511810-22] [gluu.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl] (UserInfoRestWebServiceImpl.java:464) - Failed to get claim because claim name is not set for attribute, id: inum=6493,ou=attributes,o=gluu 2021-07-29 08:52:55,251 ERROR [qtp222511810-17] [gluu.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl] (UserInfoRestWebServiceImpl.java:464) - Failed to get claim because claim name is not set for attribute, id: inum=6493,ou=attributes,o=gluu 2021-07-29 08:53:09,303 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1001.026df218-a168-44b0-9e4d-ae0bed97112d' 2021-07-29 08:53:27,145 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: 'b1c9ddfc-bfbc-4c96-b3f0-05d882b3f31c' 2021-07-29 08:53:27,364 WARN [qtp222511810-17] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Key will expire soon, alias: b34f51ca-b890-486f-82f2-e950c8f1546b_sig_rs256 Expires On: 2021-07-29 14:29:00 Today's Date: 2021-07-29 08:53:27 2021-07-29 08:53:27,630 ERROR [qtp222511810-21] [gluu.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl] (UserInfoRestWebServiceImpl.java:464) - Failed to get claim because claim name is not set for attribute, id: inum=6493,ou=attributes,o=gluu 2021-07-29 08:53:31,978 INFO [qtp222511810-17] [org.gluu.oxauth.service.AuthenticationService] (AuthenticationService.java:704) - Attempting to redirect user: SessionUser: 7178d543-0ee7-472b-a3e6-38e2f7645b9b 2021-07-29 08:53:31,978 INFO [qtp222511810-17] [org.gluu.oxauth.service.AuthenticationService] (AuthenticationService.java:712) - Attempting to redirect user: User: org.gluu.oxauth.model.common.User@522447be 2021-07-29 08:53:31,979 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:443) - Authentication success for User: 'bentestyaparim1@gmail.com' 2021-07-29 08:53:40,385 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: 'b1c9ddfc-bfbc-4c96-b3f0-05d882b3f31c' 2021-07-29 08:53:40,583 WARN [qtp222511810-17] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Key will expire soon, alias: b34f51ca-b890-486f-82f2-e950c8f1546b_sig_rs256 Expires On: 2021-07-29 14:29:00 Today's Date: 2021-07-29 08:53:40 2021-07-29 08:53:40,941 ERROR [qtp222511810-19] [gluu.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl] (UserInfoRestWebServiceImpl.java:464) - Failed to get claim because claim name is not set for attribute, id: inum=6493,ou=attributes,o=gluu 2021-07-29 08:54:08,774 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: 'b1c9ddfc-bfbc-4c96-b3f0-05d882b3f31c' 2021-07-29 08:54:08,973 WARN [qtp222511810-17] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Key will expire soon, alias: b34f51ca-b890-486f-82f2-e950c8f1546b_sig_rs256 Expires On: 2021-07-29 14:29:00 Today's Date: 2021-07-29 08:54:08 2021-07-29 08:54:12,416 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: 'b1c9ddfc-bfbc-4c96-b3f0-05d882b3f31c' 2021-07-29 08:54:12,613 WARN [qtp222511810-19] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Key will expire soon, alias: b34f51ca-b890-486f-82f2-e950c8f1546b_sig_rs256 Expires On: 2021-07-29 14:29:00 Today's Date: 2021-07-29 08:54:12 2021-07-29 08:54:20,551 ERROR [qtp222511810-17] [gluu.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl] (UserInfoRestWebServiceImpl.java:464) - Failed to get claim because claim name is not set for attribute, id: inum=6493,ou=attributes,o=gluu 2021-07-29 08:54:20,857 ERROR [qtp222511810-20] [gluu.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl] (UserInfoRestWebServiceImpl.java:464) - Failed to get claim because claim name is not set for attribute, id: inum=6493,ou=attributes,o=gluu 2021-07-29 08:56:14,077 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: 'b1c9ddfc-bfbc-4c96-b3f0-05d882b3f31c' 2021-07-29 08:56:14,298 WARN [qtp222511810-15] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Key will expire soon, alias: b34f51ca-b890-486f-82f2-e950c8f1546b_sig_rs256 Expires On: 2021-07-29 14:29:00 Today's Date: 2021-07-29 08:56:14 2021-07-29 08:56:14,716 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: 'b1c9ddfc-bfbc-4c96-b3f0-05d882b3f31c' 2021-07-29 08:56:14,909 WARN [qtp222511810-17] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Key will expire soon, alias: b34f51ca-b890-486f-82f2-e950c8f1546b_sig_rs256 Expires On: 2021-07-29 14:29:00 Today's Date: 2021-07-29 08:56:14 2021-07-29 08:56:19,967 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 08:56:39,375 ERROR [qtp222511810-17] [gluu.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl] (UserInfoRestWebServiceImpl.java:464) - Failed to get claim because claim name is not set for attribute, id: inum=6493,ou=attributes,o=gluu 2021-07-29 08:56:39,905 ERROR [qtp222511810-15] [gluu.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl] (UserInfoRestWebServiceImpl.java:464) - Failed to get claim because claim name is not set for attribute, id: inum=6493,ou=attributes,o=gluu 2021-07-29 09:01:20,238 INFO [qtp222511810-22] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 09:05:12,154 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '0d2016ec-cb54-469c-982c-12c661807cbe' 2021-07-29 09:06:20,497 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 09:11:20,776 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 09:16:21,049 INFO [qtp222511810-18] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 09:21:21,309 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 09:26:21,589 INFO [qtp222511810-20] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 09:31:21,861 INFO [qtp222511810-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 09:36:22,141 INFO [qtp222511810-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 09:41:22,344 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 09:41:22,434 INFO [qtp222511810-18] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1502.867da1af-aa88-4199-aa55-8655da8becc4' 2021-07-29 09:46:22,592 INFO [qtp222511810-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 09:51:22,864 INFO [qtp222511810-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 09:56:23,141 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 10:01:23,416 INFO [qtp222511810-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 10:06:23,672 INFO [qtp222511810-22] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 10:11:23,948 INFO [qtp222511810-22] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 10:12:18,447 INFO [qtp222511810-18] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1001.026df218-a168-44b0-9e4d-ae0bed97112d' 2021-07-29 10:16:24,237 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 10:21:24,500 INFO [qtp222511810-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 10:23:59,986 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '0d2016ec-cb54-469c-982c-12c661807cbe' 2021-07-29 10:24:34,745 INFO [qtp222511810-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '0d2016ec-cb54-469c-982c-12c661807cbe' 2021-07-29 10:26:24,755 INFO [qtp222511810-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 10:31:25,021 INFO [qtp222511810-21] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 10:36:25,297 INFO [qtp222511810-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1501.205f07e0-8651-448f-9050-b4b7280cfa0a' 2021-07-29 10:59:54,494 INFO [JettyShutdownThread] [org.gluu.oxauth.service.AppInitializer] (AppInitializer.java:678) - Stopping services and closing DB connections at server shutdown... 2021-07-29 10:59:54,529 INFO [JettyShutdownThread] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:666) - Scheduler oxAuthScheduler_$_NON_CLUSTERED shutting down. 2021-07-29 10:59:54,529 INFO [JettyShutdownThread] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:585) - Scheduler oxAuthScheduler_$_NON_CLUSTERED paused. 2021-07-29 10:59:54,536 INFO [JettyShutdownThread] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:740) - Scheduler oxAuthScheduler_$_NON_CLUSTERED shutdown complete. 2021-07-29 10:59:54,536 INFO [JettyShutdownThread] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:150) - Quartz scheduler manager destroyed 2021-07-29 11:01:01,511 INFO [main] [org.jboss.weld.environment.servlet.EnhancedListener] (EnhancedListener.java:58) - WELD-ENV-001008: Initialize Weld using ServletContainerInitializer 2021-07-29 11:01:01,566 INFO [main] [org.jboss.weld.bootstrap.WeldStartup] (WeldStartup.java:149) - WELD-000900: 3.1.4 (Final) 2021-07-29 11:01:02,879 INFO [main] [jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy] (ReflectionDiscoveryStrategy.java:49) - WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. 2021-07-29 11:01:03,428 INFO [main] [org.jboss.weld.bootstrap.WeldStartup] (WeldStartup.java:231) - WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. 2021-07-29 11:01:03,976 WARN [main] [org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl] (BeforeBeanDiscoveryImpl.java:118) - WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1! 2021-07-29 11:01:05,480 INFO [main] [org.jboss.weld.environment.jetty.JettyLegacyContainer] (JettyLegacyContainer.java:59) - WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer. 2021-07-29 11:01:07,956 INFO [main] [org.gluu.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:24) - Adding Bouncy Castle Provider 2021-07-29 11:01:08,199 INFO [main] [org.gluu.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:381) - Loading configuration from 'ldap' DB... 2021-07-29 11:01:11,141 INFO [main] [org.gluu.oxauth.service.AppInitializer] (AppInitializer.java:374) - Created persistenceEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@126af200 with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@69b1e8f8 2021-07-29 11:01:11,625 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:159) - External log configuration: 2021-07-29 11:01:11,626 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:178) - Reloading log4j2 configuration 2021-07-29 11:01:11,743 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:142) - Setting layout and loggers level to 'TEXT`, `INFO' after configuration update 2021-07-29 11:01:11,868 INFO [main] [org.gluu.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:186) - Configuration loaded successfully. 2021-07-29 11:01:13,366 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1220) - Using default implementation for ThreadExecutor 2021-07-29 11:01:13,403 INFO [main] [org.quartz.core.SchedulerSignalerImpl] (SchedulerSignalerImpl.java:61) - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2021-07-29 11:01:13,404 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:229) - Quartz Scheduler v.2.3.2 created. 2021-07-29 11:01:13,406 INFO [main] [org.quartz.simpl.RAMJobStore] (RAMJobStore.java:155) - RAMJobStore initialized. 2021-07-29 11:01:13,408 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:294) - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'oxAuthScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 5 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2021-07-29 11:01:13,408 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1374) - Quartz scheduler 'oxAuthScheduler' initialized from the specified file : 'quartz.properties' from the class resource path. 2021-07-29 11:01:13,409 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1378) - Quartz scheduler version: 2.3.2 2021-07-29 11:01:13,412 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:2293) - JobFactory set to: org.gluu.service.timer.JobExecutionFactory@4d6027be 2021-07-29 11:01:13,413 INFO [main] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:62) - Quartz scheduler manager initialized 2021-07-29 11:01:13,414 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:547) - Scheduler oxAuthScheduler_$_NON_CLUSTERED started. 2021-07-29 11:01:13,414 INFO [main] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:115) - Quartz scheduler started 2021-07-29 11:01:13,479 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:59) - Initializing Logger Update Timer 2021-07-29 11:01:13,552 INFO [main] [org.gluu.oxauth.service.KeyGeneratorTimer] (KeyGeneratorTimer.java:70) - Initializing Key Generator Timer 2021-07-29 11:01:13,553 INFO [main] [org.gluu.oxauth.service.KeyGeneratorTimer] (KeyGeneratorTimer.java:77) - Initialized Key Generator Timer 2021-07-29 11:01:13,575 INFO [ForkJoinPool.commonPool-worker-5] [org.gluu.oxauth.service.stat.StatTimer] (StatTimer.java:47) - Initializing Stat Service Timer 2021-07-29 11:01:13,583 INFO [ForkJoinPool.commonPool-worker-5] [org.gluu.oxauth.service.stat.StatService] (StatService.java:61) - Initializing Stat Service 2021-07-29 11:01:13,598 WARN [main] [org.gluu.oxauth.service.AppInitializer] (AppInitializer.java:708) - Didn't start ciba requests processor job because the interval is not valid to run, value: 0 2021-07-29 11:01:13,824 INFO [ForkJoinPool.commonPool-worker-5] [org.gluu.oxauth.service.stat.StatService] (StatService.java:81) - Initialized Stat Service 2021-07-29 11:01:13,859 INFO [ForkJoinPool.commonPool-worker-5] [org.gluu.oxauth.service.stat.StatTimer] (StatTimer.java:59) - Initialized Stat Service Timer 2021-07-29 11:01:14,139 INFO [main] [org.jboss.weld.environment.servlet.Listener] (Listener.java:112) - WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used to initialize Weld 2021-07-29 11:01:14,739 INFO [main] [org.gluu.jsf2.customization.FacesLocalizationConfigPopulator] (FacesLocalizationConfigPopulator.java:95) - Adding languages '[en, tr, bg, es, de, it, ru, fr]' from dir folder: /opt/jetty-9.4/temp/jetty-localhost-8081-oxauth_war-_oxauth-any-12435088511429738009/webapp/WEB-INF/classes/ 2021-07-29 11:01:17,036 INFO [main] [org.jboss.weld.environment.servlet.EnhancedListener] (EnhancedListener.java:75) - WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications 2021-07-29 11:01:17,923 INFO [main] [org.jboss.resteasy.spi.ResteasyDeployment] (ResteasyDeployment.java:567) - RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.gluu.oxauth.service.ResteasyInitializer$Proxy$_$$_WeldClientProxy 2021-07-29 11:01:17,925 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,926 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.SourceProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,926 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DocumentProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,937 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.InputStreamProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,950 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,950 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.IIOImageProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,952 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.StringTextStar is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,954 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.FileProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,954 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,955 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.ReaderProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,955 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DefaultBooleanWriter is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,956 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.UnrecognizedPropertyExceptionHandler is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,956 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.PatchMethodFilter is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,957 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.interceptors.encoding.MessageSanitizerContainerResponseFilter is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,957 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,958 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.sse.SseEventProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,959 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,960 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.sse.SseEventSinkInterceptor is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,967 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DefaultNumberWriter is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,967 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.FileRangeWriter is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,968 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,968 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,971 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.ByteArrayProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,991 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,991 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DataSourceProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,992 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.StreamingOutputProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,992 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.sse.SseEventOutputProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,993 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,993 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,998 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:17,999 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:01:44,216 INFO [qtp222511810-13] [org.gluu.oxauth.service.common.ApplicationFactory] (ApplicationFactory.java:77) - Cache configuration: CacheConfiguration{cacheProviderType=NATIVE_PERSISTENCE, memcachedConfiguration=MemcachedConfiguration{servers='localhost:11211', maxOperationQueueLength=100000, bufferSize=32768, defaultPutExpiration=60, connectionFactoryType=DEFAULT}, redisConfiguration=RedisConfiguration{servers='localhost:6379', defaultPutExpiration=60, redisProviderType=STANDALONE, useSSL=false, sslTrustStoreFilePath=, sentinelMasterGroupName=, maxIdleConnections=10, maxTotalConnections=500, connectionTimeout=3000, soTimeout=3000, maxRetryAttempts=5}, inMemoryConfiguration=InMemoryConfiguration{defaultPutExpiration=60}, nativePersistenceConfiguration=NativePersistenceConfiguration [defaultPutExpiration=60, defaultCleanupBatchSize=10000, deleteExpiredOnGetRequest=false, baseDn=o=gluu]} 2021-07-29 11:02:15,481 INFO [ForkJoinPool.commonPool-worker-5] [org.gluu.service.cache.NativePersistenceCacheProvider] (NativePersistenceCacheProvider.java:76) - Created NATIVE_PERSISTENCE cache provider. `baseDn`: ou=cache,o=gluu 2021-07-29 11:06:13,913 INFO [metrics-reporter-1-thread-1] [org.gluu.oxauth.service.AppInitializer] (AppInitializer.java:393) - Created persistenceMetricEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@7a875d2f with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@25e35051 2021-07-29 11:08:20,054 INFO [JettyShutdownThread] [org.gluu.oxauth.service.AppInitializer] (AppInitializer.java:678) - Stopping services and closing DB connections at server shutdown... 2021-07-29 11:08:20,085 INFO [JettyShutdownThread] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:666) - Scheduler oxAuthScheduler_$_NON_CLUSTERED shutting down. 2021-07-29 11:08:20,086 INFO [JettyShutdownThread] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:585) - Scheduler oxAuthScheduler_$_NON_CLUSTERED paused. 2021-07-29 11:08:20,099 INFO [JettyShutdownThread] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:740) - Scheduler oxAuthScheduler_$_NON_CLUSTERED shutdown complete. 2021-07-29 11:08:20,100 INFO [JettyShutdownThread] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:150) - Quartz scheduler manager destroyed 2021-07-29 11:09:23,981 INFO [main] [org.jboss.weld.environment.servlet.EnhancedListener] (EnhancedListener.java:58) - WELD-ENV-001008: Initialize Weld using ServletContainerInitializer 2021-07-29 11:09:24,039 INFO [main] [org.jboss.weld.bootstrap.WeldStartup] (WeldStartup.java:149) - WELD-000900: 3.1.4 (Final) 2021-07-29 11:09:24,925 INFO [main] [jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy] (ReflectionDiscoveryStrategy.java:49) - WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. 2021-07-29 11:09:25,595 INFO [main] [org.jboss.weld.bootstrap.WeldStartup] (WeldStartup.java:231) - WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. 2021-07-29 11:09:26,153 WARN [main] [org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl] (BeforeBeanDiscoveryImpl.java:118) - WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1! 2021-07-29 11:09:27,531 INFO [main] [org.jboss.weld.environment.jetty.JettyLegacyContainer] (JettyLegacyContainer.java:59) - WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer. 2021-07-29 11:09:30,096 INFO [main] [org.gluu.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:24) - Adding Bouncy Castle Provider 2021-07-29 11:09:30,335 INFO [main] [org.gluu.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:381) - Loading configuration from 'ldap' DB... 2021-07-29 11:09:33,000 INFO [main] [org.gluu.oxauth.service.AppInitializer] (AppInitializer.java:374) - Created persistenceEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@6297cb4b with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@46e6458d 2021-07-29 11:09:33,331 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:159) - External log configuration: 2021-07-29 11:09:33,332 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:178) - Reloading log4j2 configuration 2021-07-29 11:09:33,460 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:142) - Setting layout and loggers level to 'TEXT`, `INFO' after configuration update 2021-07-29 11:09:33,617 INFO [main] [org.gluu.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:186) - Configuration loaded successfully. 2021-07-29 11:09:35,040 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1220) - Using default implementation for ThreadExecutor 2021-07-29 11:09:35,071 INFO [main] [org.quartz.core.SchedulerSignalerImpl] (SchedulerSignalerImpl.java:61) - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2021-07-29 11:09:35,072 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:229) - Quartz Scheduler v.2.3.2 created. 2021-07-29 11:09:35,074 INFO [main] [org.quartz.simpl.RAMJobStore] (RAMJobStore.java:155) - RAMJobStore initialized. 2021-07-29 11:09:35,076 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:294) - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'oxAuthScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 5 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2021-07-29 11:09:35,076 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1374) - Quartz scheduler 'oxAuthScheduler' initialized from the specified file : 'quartz.properties' from the class resource path. 2021-07-29 11:09:35,077 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1378) - Quartz scheduler version: 2.3.2 2021-07-29 11:09:35,080 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:2293) - JobFactory set to: org.gluu.service.timer.JobExecutionFactory@2a5ed225 2021-07-29 11:09:35,080 INFO [main] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:62) - Quartz scheduler manager initialized 2021-07-29 11:09:35,081 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:547) - Scheduler oxAuthScheduler_$_NON_CLUSTERED started. 2021-07-29 11:09:35,082 INFO [main] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:115) - Quartz scheduler started 2021-07-29 11:09:35,160 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:59) - Initializing Logger Update Timer 2021-07-29 11:09:35,220 INFO [main] [org.gluu.oxauth.service.KeyGeneratorTimer] (KeyGeneratorTimer.java:70) - Initializing Key Generator Timer 2021-07-29 11:09:35,222 INFO [main] [org.gluu.oxauth.service.KeyGeneratorTimer] (KeyGeneratorTimer.java:77) - Initialized Key Generator Timer 2021-07-29 11:09:35,244 INFO [ForkJoinPool.commonPool-worker-5] [org.gluu.oxauth.service.stat.StatTimer] (StatTimer.java:47) - Initializing Stat Service Timer 2021-07-29 11:09:35,258 INFO [ForkJoinPool.commonPool-worker-5] [org.gluu.oxauth.service.stat.StatService] (StatService.java:61) - Initializing Stat Service 2021-07-29 11:09:35,261 WARN [main] [org.gluu.oxauth.service.AppInitializer] (AppInitializer.java:708) - Didn't start ciba requests processor job because the interval is not valid to run, value: 0 2021-07-29 11:09:35,497 INFO [ForkJoinPool.commonPool-worker-5] [org.gluu.oxauth.service.stat.StatService] (StatService.java:81) - Initialized Stat Service 2021-07-29 11:09:35,507 INFO [ForkJoinPool.commonPool-worker-5] [org.gluu.oxauth.service.stat.StatTimer] (StatTimer.java:59) - Initialized Stat Service Timer 2021-07-29 11:09:35,677 INFO [main] [org.jboss.weld.environment.servlet.Listener] (Listener.java:112) - WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used to initialize Weld 2021-07-29 11:09:36,228 INFO [main] [org.gluu.jsf2.customization.FacesLocalizationConfigPopulator] (FacesLocalizationConfigPopulator.java:95) - Adding languages '[en, tr, bg, es, de, it, ru, fr]' from dir folder: /opt/jetty-9.4/temp/jetty-localhost-8081-oxauth_war-_oxauth-any-3699523599229998230/webapp/WEB-INF/classes/ 2021-07-29 11:09:38,255 INFO [main] [org.jboss.weld.environment.servlet.EnhancedListener] (EnhancedListener.java:75) - WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications 2021-07-29 11:09:39,280 INFO [main] [org.jboss.resteasy.spi.ResteasyDeployment] (ResteasyDeployment.java:567) - RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.gluu.oxauth.service.ResteasyInitializer$Proxy$_$$_WeldClientProxy 2021-07-29 11:09:39,282 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,283 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.SourceProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,284 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DocumentProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,284 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.InputStreamProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,296 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.JaxrsFormProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,297 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.IIOImageProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,300 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.StringTextStar is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,301 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.FileProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,301 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.JaxrsServerFormUrlEncodedProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,302 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.ReaderProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,302 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DefaultBooleanWriter is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,303 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.UnrecognizedPropertyExceptionHandler is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,303 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jackson.PatchMethodFilter is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,304 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.interceptors.encoding.MessageSanitizerContainerResponseFilter is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,304 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,305 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.sse.SseEventProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,306 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,306 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.sse.SseEventSinkInterceptor is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,313 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DefaultNumberWriter is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,314 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.FileRangeWriter is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,315 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,315 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,317 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.ByteArrayProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,339 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,340 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DataSourceProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,340 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.StreamingOutputProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,341 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.sse.SseEventOutputProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,341 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,342 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.DefaultTextPlain is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,351 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.jaxb.MapProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:09:39,352 WARN [main] [org.jboss.resteasy.spi.ResteasyProviderFactory] (ResteasyProviderFactory.java:1794) - RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider is already registered. 2nd registration is being ignored. 2021-07-29 11:10:05,747 INFO [qtp222511810-16] [org.gluu.oxauth.service.common.ApplicationFactory] (ApplicationFactory.java:77) - Cache configuration: CacheConfiguration{cacheProviderType=NATIVE_PERSISTENCE, memcachedConfiguration=MemcachedConfiguration{servers='localhost:11211', maxOperationQueueLength=100000, bufferSize=32768, defaultPutExpiration=60, connectionFactoryType=DEFAULT}, redisConfiguration=RedisConfiguration{servers='localhost:6379', defaultPutExpiration=60, redisProviderType=STANDALONE, useSSL=false, sslTrustStoreFilePath=, sentinelMasterGroupName=, maxIdleConnections=10, maxTotalConnections=500, connectionTimeout=3000, soTimeout=3000, maxRetryAttempts=5}, inMemoryConfiguration=InMemoryConfiguration{defaultPutExpiration=60}, nativePersistenceConfiguration=NativePersistenceConfiguration [defaultPutExpiration=60, defaultCleanupBatchSize=10000, deleteExpiredOnGetRequest=false, baseDn=o=gluu]} 2021-07-29 11:10:37,187 INFO [ForkJoinPool.commonPool-worker-7] [org.gluu.service.cache.NativePersistenceCacheProvider] (NativePersistenceCacheProvider.java:76) - Created NATIVE_PERSISTENCE cache provider. `baseDn`: ou=cache,o=gluu 2021-07-29 11:14:35,551 INFO [metrics-reporter-1-thread-1] [org.gluu.oxauth.service.AppInitializer] (AppInitializer.java:393) - Created persistenceMetricEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@3ccdd52a with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@71b1787b 2021-07-29 11:16:25,432 INFO [qtp222511810-14] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1001.026df218-a168-44b0-9e4d-ae0bed97112d' 2021-07-29 11:17:00,487 INFO [qtp222511810-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: 'b1c9ddfc-bfbc-4c96-b3f0-05d882b3f31c' 2021-07-29 11:17:00,835 WARN [qtp222511810-17] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Key will expire soon, alias: b34f51ca-b890-486f-82f2-e950c8f1546b_sig_rs256 Expires On: 2021-07-29 14:29:00 Today's Date: 2021-07-29 11:17:00 2021-07-29 11:17:10,487 ERROR [qtp222511810-13] [gluu.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl] (UserInfoRestWebServiceImpl.java:464) - Failed to get claim because claim name is not set for attribute, id: inum=6493,ou=attributes,o=gluu 2021-07-29 11:18:57,948 INFO [qtp222511810-20] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: 'b1c9ddfc-bfbc-4c96-b3f0-05d882b3f31c' 2021-07-29 11:18:58,248 WARN [qtp222511810-20] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Key will expire soon, alias: b34f51ca-b890-486f-82f2-e950c8f1546b_sig_rs256 Expires On: 2021-07-29 14:29:00 Today's Date: 2021-07-29 11:18:58 2021-07-29 11:19:03,575 ERROR [qtp222511810-14] [gluu.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl] (UserInfoRestWebServiceImpl.java:464) - Failed to get claim because claim name is not set for attribute, id: inum=6493,ou=attributes,o=gluu 2021-07-29 11:19:21,739 INFO [qtp222511810-20] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: 'b1c9ddfc-bfbc-4c96-b3f0-05d882b3f31c' 2021-07-29 11:19:21,970 WARN [qtp222511810-20] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Key will expire soon, alias: b34f51ca-b890-486f-82f2-e950c8f1546b_sig_rs256 Expires On: 2021-07-29 14:29:00 Today's Date: 2021-07-29 11:19:21 2021-07-29 11:19:22,427 ERROR [qtp222511810-20] [gluu.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl] (UserInfoRestWebServiceImpl.java:464) - Failed to get claim because claim name is not set for attribute, id: inum=6493,ou=attributes,o=gluu 2021-07-29 13:54:05,936 INFO [qtp222511810-14] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:279) - Authentication success for Client: '1001.026df218-a168-44b0-9e4d-ae0bed97112d' ``` oxtrust.log ``` at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:65) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.application.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:66) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.application.ActionListenerImpl.getNavigationOutcome(ActionListenerImpl.java:82) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:71) ~[jakarta.faces-2.3.14.jar:2.3.14] at javax.faces.component.UIViewAction.broadcast(UIViewAction.java:548) ~[jakarta.faces-2.3.14.jar:2.3.14] at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:847) ~[jakarta.faces-2.3.14.jar:2.3.14] at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1396) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:58) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:76) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177) ~[jakarta.faces-2.3.14.jar:2.3.14] at javax.faces.webapp.FacesServlet.executeLifecyle(FacesServlet.java:707) ~[jakarta.faces-2.3.14.jar:2.3.14] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:451) ~[jakarta.faces-2.3.14.jar:2.3.14] at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) ~[websocket-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[jetty-security-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) [jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) [jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at java.lang.Thread.run(Thread.java:834) [?:?] Caused by: org.gluu.persist.exception.operation.SearchException: The search base entry 'ou=fido,inum=d9ea5fe7-ea5a-4ae1-a0f6-bb24bf6df86b,ou=people,o=gluu' does not exist at org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl.searchImpl(LdapOperationServiceImpl.java:439) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] at org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl.search(LdapOperationServiceImpl.java:308) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] at org.gluu.persist.ldap.impl.LdapEntryManager.findEntries(LdapEntryManager.java:442) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] ... 88 more Caused by: com.unboundid.ldap.sdk.LDAPSearchException: The search base entry 'ou=fido,inum=d9ea5fe7-ea5a-4ae1-a0f6-bb24bf6df86b,ou=people,o=gluu' does not exist at com.unboundid.ldap.sdk.LDAPConnection.search(LDAPConnection.java:3833) ~[unboundid-ldapsdk-5.1.0.jar:5.1.0] at com.unboundid.ldap.sdk.AbstractConnectionPool.search(AbstractConnectionPool.java:2071) ~[unboundid-ldapsdk-5.1.0.jar:5.1.0] at org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl.searchImpl(LdapOperationServiceImpl.java:437) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] at org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl.search(LdapOperationServiceImpl.java:308) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] at org.gluu.persist.ldap.impl.LdapEntryManager.findEntries(LdapEntryManager.java:442) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] ... 88 more 2021-07-29 08:55:15,160 WARN [qtp222511810-17] [org.gluu.oxtrust.service.Fido2DeviceService] (Fido2DeviceService.java:63) - No fido2 devices enrolled for bentestyaparim1 2021-07-29 08:55:45,385 INFO [qtp222511810-17] [org.gluu.oxtrust.action.UpdatePersonAction] (UpdatePersonAction.java:666) - IN Utils.syncEmailReverse()... 2021-07-29 08:55:45,387 INFO [qtp222511810-17] [org.gluu.oxtrust.action.UpdatePersonAction] (UpdatePersonAction.java:723) - LEAVING Utils.syncEmailReverse()... 2021-07-29 08:57:21,535 INFO [qtp222511810-20] [org.gluu.oxtrust.action.UpdatePersonAction] (UpdatePersonAction.java:666) - IN Utils.syncEmailReverse()... 2021-07-29 08:57:21,535 INFO [qtp222511810-20] [org.gluu.oxtrust.action.UpdatePersonAction] (UpdatePersonAction.java:723) - LEAVING Utils.syncEmailReverse()... 2021-07-29 09:04:10,555 WARN [qtp222511810-21] [org.gluu.oxtrust.service.PairwiseIdService] (PairwiseIdService.java:68) - Current user don't pairwise identifiers 2021-07-29 09:04:10,614 ERROR [qtp222511810-21] [org.gluu.oxtrust.service.FidoDeviceService] (FidoDeviceService.java:96) - org.gluu.persist.exception.EntryPersistenceException: Failed to find entries with baseDN: ou=fido,inum=ed2cb7f1-5e5c-4c60-aa7b-1892e894628b,ou=people,o=gluu, filter: (&(&(objectClass=oxDeviceRegistration))(personInum=ed2cb7f1-5e5c-4c60-aa7b-1892e894628b)) at org.gluu.persist.ldap.impl.LdapEntryManager.findEntries(LdapEntryManager.java:445) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] at org.gluu.persist.impl.BaseEntryManager.findEntries(BaseEntryManager.java:169) ~[oxcore-persistence-core-4.2.3.Final.jar:?] at jdk.internal.reflect.GeneratedMethodAccessor171.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.gluu.persist.EntityManager$PersistenceEntryManager$1037559104$Proxy$_$$_WeldClientProxy.findEntries(Unknown Source) ~[weld-core-impl-3.1.4.Final.jar:?] at org.gluu.oxtrust.service.FidoDeviceService.searchFidoDevices(FidoDeviceService.java:93) ~[oxtrust-service-4.2.3.Final.jar:?] at org.gluu.oxtrust.service.FidoDeviceService$Proxy$_$$_WeldClientProxy.searchFidoDevices(Unknown Source) ~[oxtrust-service-4.2.3.Final.jar:?] at org.gluu.oxtrust.action.UpdatePersonAction.addFidoDevices(UpdatePersonAction.java:441) ~[classes/:?] at org.gluu.oxtrust.action.UpdatePersonAction.update(UpdatePersonAction.java:304) ~[classes/:?] at org.gluu.oxtrust.action.UpdatePersonAction$Proxy$_$$_WeldSubclass.update$$super(Unknown Source) ~[classes/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:51) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:78) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.gluu.service.security.SecurityInterceptor.invoke(SecurityInterceptor.java:55) ~[security-extension-cdi-4.2.3.Final.jar:?] at jdk.internal.reflect.GeneratedMethodAccessor207.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:73) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.gluu.oxtrust.action.UpdatePersonAction$Proxy$_$$_WeldSubclass.update(Unknown Source) ~[classes/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.apache.el.parser.AstValue.invoke(AstValue.java:247) ~[org.mortbay.jasper.apache-el-8.5.54.jar:8.5.54] at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:267) ~[org.mortbay.jasper.apache-el-8.5.54.jar:8.5.54] at org.jboss.weld.module.web.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) ~[weld-web-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.module.web.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) ~[weld-web-3.1.4.Final.jar:3.1.4.Final] at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:65) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.application.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:66) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.application.ActionListenerImpl.getNavigationOutcome(ActionListenerImpl.java:82) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:71) ~[jakarta.faces-2.3.14.jar:2.3.14] at javax.faces.component.UIViewAction.broadcast(UIViewAction.java:548) ~[jakarta.faces-2.3.14.jar:2.3.14] at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:847) ~[jakarta.faces-2.3.14.jar:2.3.14] at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1396) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:58) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:76) ~[jakarta.faces-2.3.14.jar:2.3.14] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177) ~[jakarta.faces-2.3.14.jar:2.3.14] at javax.faces.webapp.FacesServlet.executeLifecyle(FacesServlet.java:707) ~[jakarta.faces-2.3.14.jar:2.3.14] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:451) ~[jakarta.faces-2.3.14.jar:2.3.14] at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1443) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) ~[websocket-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[jetty-security-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[jetty-servlet-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) ~[jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) [jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) [jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [jetty-util-9.4.35.v20201120.jar:9.4.35.v20201120] at java.lang.Thread.run(Thread.java:834) [?:?] Caused by: org.gluu.persist.exception.operation.SearchException: The search base entry 'ou=fido,inum=ed2cb7f1-5e5c-4c60-aa7b-1892e894628b,ou=people,o=gluu' does not exist at org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl.searchImpl(LdapOperationServiceImpl.java:439) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] at org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl.search(LdapOperationServiceImpl.java:308) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] at org.gluu.persist.ldap.impl.LdapEntryManager.findEntries(LdapEntryManager.java:442) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] ... 88 more Caused by: com.unboundid.ldap.sdk.LDAPSearchException: The search base entry 'ou=fido,inum=ed2cb7f1-5e5c-4c60-aa7b-1892e894628b,ou=people,o=gluu' does not exist at com.unboundid.ldap.sdk.LDAPConnection.search(LDAPConnection.java:3833) ~[unboundid-ldapsdk-5.1.0.jar:5.1.0] at com.unboundid.ldap.sdk.AbstractConnectionPool.search(AbstractConnectionPool.java:2071) ~[unboundid-ldapsdk-5.1.0.jar:5.1.0] at org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl.searchImpl(LdapOperationServiceImpl.java:437) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] at org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl.search(LdapOperationServiceImpl.java:308) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] at org.gluu.persist.ldap.impl.LdapEntryManager.findEntries(LdapEntryManager.java:442) ~[oxcore-persistence-ldap-4.2.3.Final.jar:?] ... 88 more 2021-07-29 09:04:10,625 WARN [qtp222511810-21] [org.gluu.oxtrust.service.Fido2DeviceService] (Fido2DeviceService.java:63) - No fido2 devices enrolled for Default Admin User 2021-07-29 09:41:22,380 WARN [qtp222511810-16] [org.gluu.oxtrust.auth.uma.UmaPermissionService] (UmaPermissionService.java:195) - Status response for RPT token: '956d807f-c3e4-451d-9521-6029984b45dc_718D.BF80.B974.0283.763F.C680.58B8.5732' is invalid, will do a retry 2021-07-29 10:12:18,475 INFO [qtp222511810-14] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:319) - Session validation successful. User is logged in 2021-07-29 10:12:18,549 INFO [qtp222511810-14] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:385) - user uid:admin 2021-07-29 10:12:18,550 INFO [qtp222511810-14] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:133) - Authenticating user 'admin' 2021-07-29 10:12:18,561 INFO [qtp222511810-14] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:148) - User 'admin' authenticated successfully 2021-07-29 10:12:20,087 INFO [qtp222511810-20] [org.gluu.oxtrust.service.ConfigurationService] (ConfigurationService.java:265) - Starting App version 4.2.3.Final 2021-07-29 10:40:25,152 INFO [qtp222511810-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:41:25,205 INFO [qtp222511810-18] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:42:25,262 INFO [qtp222511810-22] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:43:25,319 INFO [qtp222511810-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:44:25,379 INFO [qtp222511810-14] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:45:25,443 INFO [qtp222511810-20] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:46:25,488 INFO [qtp222511810-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:47:25,544 INFO [qtp222511810-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:48:25,595 INFO [qtp222511810-18] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:49:25,654 INFO [qtp222511810-22] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:50:25,711 INFO [qtp222511810-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:51:25,762 INFO [qtp222511810-14] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:52:25,809 INFO [qtp222511810-20] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:53:25,851 INFO [qtp222511810-18] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:54:25,911 INFO [qtp222511810-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:55:25,969 INFO [qtp222511810-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:56:26,033 INFO [qtp222511810-22] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:57:26,084 INFO [qtp222511810-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:58:26,140 INFO [qtp222511810-14] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:59:26,195 INFO [qtp222511810-20] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 10:59:53,369 INFO [JettyShutdownThread] [org.gluu.oxtrust.service.AppInitializer] (AppInitializer.java:418) - Stopping services and closing DB connections at server shutdown... 2021-07-29 11:02:17,689 INFO [main] [org.gluu.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:24) - Adding Bouncy Castle Provider 2021-07-29 11:02:18,130 INFO [main] [org.gluu.oxtrust.util.BuildVersionService] (BuildVersionService.java:80) - Root element :beans 2021-07-29 11:02:18,143 INFO [main] [org.gluu.oxtrust.service.AppInitializer] (AppInitializer.java:257) - Build date 2021-02-08 20:52. Code revision b41fa69ca1001a7de21061d808a52f4e69487b89 on 2021-02-08T17:01:14+0000. Build 148 2021-07-29 11:02:18,164 INFO [main] [org.gluu.service.config.ConfigurationFactory] (ConfigurationFactory.java:127) - Creating oxTrustConfiguration 2021-07-29 11:02:18,399 INFO [main] [org.gluu.service.config.ConfigurationFactory] (ConfigurationFactory.java:289) - Loading configuration from 'ldap' DB... 2021-07-29 11:02:20,879 INFO [main] [org.gluu.oxtrust.service.AppInitializer] (AppInitializer.java:301) - Created persistenceEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@1b290d9a with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@4b5497bf 2021-07-29 11:02:21,282 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:159) - External log configuration: null 2021-07-29 11:02:21,283 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:178) - Reloading log4j2 configuration 2021-07-29 11:02:21,497 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:142) - Setting layout and loggers level to 'TEXT`, `INFO' after configuration update 2021-07-29 11:02:21,624 INFO [main] [org.gluu.service.config.ConfigurationFactory] (ConfigurationFactory.java:150) - Configuration loaded successfully. 2021-07-29 11:02:25,006 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:1153) - >>>>>>>>>> IN Shibboleth3ConfService.generateMetadataFiles()... 2021-07-29 11:02:25,037 INFO [main] [org.gluu.oxtrust.service.ApplicationFactory] (ApplicationFactory.java:92) - Document store configuration: DocumentStoreConfiguration [documentStoreType=LOCAL, localConfiguration=LocalConfiguration [baseLocation=/], jcaConfiguration=JcaDocumentStoreConfiguration [serverUrl=http://localhost:8080/rmi, workspaceName=default, connectionTimeout=15, userId=admin], webDavConfiguration=null] 2021-07-29 11:02:25,190 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:1226) - >>>>>>>>>> LEAVING Shibboleth3ConfService.generateMetadataFiles()... 2021-07-29 11:02:25,190 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:220) - >>>>>>>>>> IN Shibboleth3ConfService.generateConfigurationFiles()... 2021-07-29 11:02:25,241 INFO [main] [org.gluu.oxtrust.service.ApplicationFactory] (ApplicationFactory.java:74) - Cache configuration: CacheConfiguration{cacheProviderType=NATIVE_PERSISTENCE, memcachedConfiguration=MemcachedConfiguration{servers='localhost:11211', maxOperationQueueLength=100000, bufferSize=32768, defaultPutExpiration=60, connectionFactoryType=DEFAULT}, redisConfiguration=RedisConfiguration{servers='localhost:6379', defaultPutExpiration=60, redisProviderType=STANDALONE, useSSL=false, sslTrustStoreFilePath=, sentinelMasterGroupName=, maxIdleConnections=10, maxTotalConnections=500, connectionTimeout=3000, soTimeout=3000, maxRetryAttempts=5}, inMemoryConfiguration=InMemoryConfiguration{defaultPutExpiration=60}, nativePersistenceConfiguration=NativePersistenceConfiguration [defaultPutExpiration=60, defaultCleanupBatchSize=10000, deleteExpiredOnGetRequest=false, baseDn=o=gluu]} 2021-07-29 11:02:25,268 INFO [main] [org.gluu.service.cache.NativePersistenceCacheProvider] (NativePersistenceCacheProvider.java:76) - Created NATIVE_PERSISTENCE cache provider. `baseDn`: ou=cache,o=gluu 2021-07-29 11:02:26,131 INFO [main] [org.gluu.oxtrust.service.CASService] (CASService.java:51) - loadCASConfiguration() call 2021-07-29 11:02:26,146 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:573) - add ShibbolethCASProtocolConfiguration parameters 2021-07-29 11:02:26,742 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:306) - >>>>>>>>>> LEAVING Shibboleth3ConfService.generateConfigurationFiles()... 2021-07-29 11:02:26,765 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:193) - >>>>>>>>>> IN generateConfigurationFiles(SamlAcr[] acrs)... 2021-07-29 11:02:26,774 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:211) - >>>>>>>>>> LEAVING generateConfigurationFiles(SamlAcr[] acrs)... 2021-07-29 11:02:26,884 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1220) - Using default implementation for ThreadExecutor 2021-07-29 11:02:26,933 INFO [main] [org.quartz.core.SchedulerSignalerImpl] (SchedulerSignalerImpl.java:61) - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2021-07-29 11:02:26,934 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:229) - Quartz Scheduler v.2.3.2 created. 2021-07-29 11:02:26,937 INFO [main] [org.quartz.simpl.RAMJobStore] (RAMJobStore.java:155) - RAMJobStore initialized. 2021-07-29 11:02:26,940 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:294) - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'oxTrustScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 5 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2021-07-29 11:02:26,940 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1374) - Quartz scheduler 'oxTrustScheduler' initialized from the specified file : 'quartz.properties' from the class resource path. 2021-07-29 11:02:26,942 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1378) - Quartz scheduler version: 2.3.2 2021-07-29 11:02:26,946 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:2293) - JobFactory set to: org.gluu.service.timer.JobExecutionFactory@51b635fc 2021-07-29 11:02:26,947 INFO [main] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:62) - Quartz scheduler manager initialized 2021-07-29 11:02:26,948 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:547) - Scheduler oxTrustScheduler_$_NON_CLUSTERED started. 2021-07-29 11:02:26,948 INFO [main] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:115) - Quartz scheduler started 2021-07-29 11:02:26,991 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:59) - Initializing Logger Update Timer 2021-07-29 11:02:27,198 INFO [main] [org.gluu.oxtrust.service.LogFileSizeChecker] (LogFileSizeChecker.java:63) - Initializing Log File Size Checker Timer 2021-07-29 11:02:27,532 INFO [main] [org.gluu.oxtrust.auth.uma.UmaPermissionService] (UmaPermissionService.java:96) - ##### Initializing custom ClientExecutor DONE 2021-07-29 11:02:27,957 INFO [main] [org.gluu.oxtrust.auth.uma.UmaPermissionService] (UmaPermissionService.java:122) - ##### Getting UMA metadata ... 2021-07-29 11:02:28,896 INFO [main] [org.gluu.oxtrust.auth.uma.UmaPermissionService] (UmaPermissionService.java:151) - ##### Getting UMA metadata ... DONE 2021-07-29 11:02:31,529 INFO [main] [org.gluu.jsf2.customization.FacesLocalizationConfigPopulator] (FacesLocalizationConfigPopulator.java:95) - Adding languages '[ru, en, fr]' from dir folder: /opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-6863607252922215393/webapp/WEB-INF/classes/ 2021-07-29 11:02:38,003 INFO [qtp222511810-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:03:28,084 INFO [ForkJoinPool.commonPool-worker-3] [org.gluu.oxtrust.service.AppInitializer] (AppInitializer.java:320) - Created persistenceMetricEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@74c9b89 with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@6d45eecb 2021-07-29 11:03:37,769 INFO [qtp222511810-14] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:04:37,806 INFO [qtp222511810-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:05:37,869 INFO [qtp222511810-16] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:08:18,898 INFO [JettyShutdownThread] [org.gluu.oxtrust.service.AppInitializer] (AppInitializer.java:418) - Stopping services and closing DB connections at server shutdown... 2021-07-29 11:10:38,667 INFO [main] [org.gluu.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:24) - Adding Bouncy Castle Provider 2021-07-29 11:10:39,099 INFO [main] [org.gluu.oxtrust.util.BuildVersionService] (BuildVersionService.java:80) - Root element :beans 2021-07-29 11:10:39,106 INFO [main] [org.gluu.oxtrust.service.AppInitializer] (AppInitializer.java:257) - Build date 2021-02-08 20:52. Code revision b41fa69ca1001a7de21061d808a52f4e69487b89 on 2021-02-08T17:01:14+0000. Build 148 2021-07-29 11:10:39,116 INFO [main] [org.gluu.service.config.ConfigurationFactory] (ConfigurationFactory.java:127) - Creating oxTrustConfiguration 2021-07-29 11:10:39,335 INFO [main] [org.gluu.service.config.ConfigurationFactory] (ConfigurationFactory.java:289) - Loading configuration from 'ldap' DB... 2021-07-29 11:10:41,983 INFO [main] [org.gluu.oxtrust.service.AppInitializer] (AppInitializer.java:301) - Created persistenceEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@e50c1f6 with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@52010383 2021-07-29 11:10:42,440 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:159) - External log configuration: null 2021-07-29 11:10:42,441 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:178) - Reloading log4j2 configuration 2021-07-29 11:10:42,564 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:142) - Setting layout and loggers level to 'TEXT`, `INFO' after configuration update 2021-07-29 11:10:42,665 INFO [main] [org.gluu.service.config.ConfigurationFactory] (ConfigurationFactory.java:150) - Configuration loaded successfully. 2021-07-29 11:10:45,678 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:1153) - >>>>>>>>>> IN Shibboleth3ConfService.generateMetadataFiles()... 2021-07-29 11:10:45,716 INFO [main] [org.gluu.oxtrust.service.ApplicationFactory] (ApplicationFactory.java:92) - Document store configuration: DocumentStoreConfiguration [documentStoreType=LOCAL, localConfiguration=LocalConfiguration [baseLocation=/], jcaConfiguration=JcaDocumentStoreConfiguration [serverUrl=http://localhost:8080/rmi, workspaceName=default, connectionTimeout=15, userId=admin], webDavConfiguration=null] 2021-07-29 11:10:45,821 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:1226) - >>>>>>>>>> LEAVING Shibboleth3ConfService.generateMetadataFiles()... 2021-07-29 11:10:45,821 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:220) - >>>>>>>>>> IN Shibboleth3ConfService.generateConfigurationFiles()... 2021-07-29 11:10:45,860 INFO [main] [org.gluu.oxtrust.service.ApplicationFactory] (ApplicationFactory.java:74) - Cache configuration: CacheConfiguration{cacheProviderType=NATIVE_PERSISTENCE, memcachedConfiguration=MemcachedConfiguration{servers='localhost:11211', maxOperationQueueLength=100000, bufferSize=32768, defaultPutExpiration=60, connectionFactoryType=DEFAULT}, redisConfiguration=RedisConfiguration{servers='localhost:6379', defaultPutExpiration=60, redisProviderType=STANDALONE, useSSL=false, sslTrustStoreFilePath=, sentinelMasterGroupName=, maxIdleConnections=10, maxTotalConnections=500, connectionTimeout=3000, soTimeout=3000, maxRetryAttempts=5}, inMemoryConfiguration=InMemoryConfiguration{defaultPutExpiration=60}, nativePersistenceConfiguration=NativePersistenceConfiguration [defaultPutExpiration=60, defaultCleanupBatchSize=10000, deleteExpiredOnGetRequest=false, baseDn=o=gluu]} 2021-07-29 11:10:45,884 INFO [main] [org.gluu.service.cache.NativePersistenceCacheProvider] (NativePersistenceCacheProvider.java:76) - Created NATIVE_PERSISTENCE cache provider. `baseDn`: ou=cache,o=gluu 2021-07-29 11:10:46,799 INFO [main] [org.gluu.oxtrust.service.CASService] (CASService.java:51) - loadCASConfiguration() call 2021-07-29 11:10:46,819 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:573) - add ShibbolethCASProtocolConfiguration parameters 2021-07-29 11:10:47,487 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:306) - >>>>>>>>>> LEAVING Shibboleth3ConfService.generateConfigurationFiles()... 2021-07-29 11:10:47,508 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:193) - >>>>>>>>>> IN generateConfigurationFiles(SamlAcr[] acrs)... 2021-07-29 11:10:47,516 INFO [main] [org.gluu.oxtrust.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:211) - >>>>>>>>>> LEAVING generateConfigurationFiles(SamlAcr[] acrs)... 2021-07-29 11:10:47,611 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1220) - Using default implementation for ThreadExecutor 2021-07-29 11:10:47,671 INFO [main] [org.quartz.core.SchedulerSignalerImpl] (SchedulerSignalerImpl.java:61) - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2021-07-29 11:10:47,672 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:229) - Quartz Scheduler v.2.3.2 created. 2021-07-29 11:10:47,674 INFO [main] [org.quartz.simpl.RAMJobStore] (RAMJobStore.java:155) - RAMJobStore initialized. 2021-07-29 11:10:47,677 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:294) - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'oxTrustScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 5 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2021-07-29 11:10:47,677 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1374) - Quartz scheduler 'oxTrustScheduler' initialized from the specified file : 'quartz.properties' from the class resource path. 2021-07-29 11:10:47,678 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1378) - Quartz scheduler version: 2.3.2 2021-07-29 11:10:47,681 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:2293) - JobFactory set to: org.gluu.service.timer.JobExecutionFactory@4948c2db 2021-07-29 11:10:47,682 INFO [main] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:62) - Quartz scheduler manager initialized 2021-07-29 11:10:47,682 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:547) - Scheduler oxTrustScheduler_$_NON_CLUSTERED started. 2021-07-29 11:10:47,682 INFO [main] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:115) - Quartz scheduler started 2021-07-29 11:10:47,722 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:59) - Initializing Logger Update Timer 2021-07-29 11:10:47,875 INFO [main] [org.gluu.oxtrust.service.LogFileSizeChecker] (LogFileSizeChecker.java:63) - Initializing Log File Size Checker Timer 2021-07-29 11:10:48,206 INFO [main] [org.gluu.oxtrust.auth.uma.UmaPermissionService] (UmaPermissionService.java:96) - ##### Initializing custom ClientExecutor DONE 2021-07-29 11:10:48,614 INFO [main] [org.gluu.oxtrust.auth.uma.UmaPermissionService] (UmaPermissionService.java:122) - ##### Getting UMA metadata ... 2021-07-29 11:10:49,413 INFO [main] [org.gluu.oxtrust.auth.uma.UmaPermissionService] (UmaPermissionService.java:151) - ##### Getting UMA metadata ... DONE 2021-07-29 11:10:51,868 INFO [main] [org.gluu.jsf2.customization.FacesLocalizationConfigPopulator] (FacesLocalizationConfigPopulator.java:95) - Adding languages '[ru, en, fr]' from dir folder: /opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-14068553424571317202/webapp/WEB-INF/classes/ 2021-07-29 11:10:59,957 INFO [qtp733943822-22] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:11:48,853 INFO [ForkJoinPool.commonPool-worker-5] [org.gluu.oxtrust.service.AppInitializer] (AppInitializer.java:320) - Created persistenceMetricEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@67435b5f with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@742cff68 2021-07-29 11:11:59,763 INFO [qtp733943822-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:12:59,811 INFO [qtp733943822-22] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:13:59,878 INFO [qtp733943822-20] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:14:59,965 INFO [qtp733943822-16] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:15:59,977 INFO [qtp733943822-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:16:24,158 INFO [qtp733943822-16] [org.gluu.oxtrust.service.OpenIdService] (OpenIdService.java:66) - Successfully loaded oxAuth configuration 2021-07-29 11:16:25,715 INFO [qtp733943822-18] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:319) - Session validation successful. User is logged in 2021-07-29 11:16:25,894 INFO [qtp733943822-18] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:385) - user uid:admin 2021-07-29 11:16:25,895 INFO [qtp733943822-18] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:133) - Authenticating user 'admin' 2021-07-29 11:16:25,990 INFO [qtp733943822-18] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:148) - User 'admin' authenticated successfully 2021-07-29 11:16:30,370 INFO [qtp733943822-16] [org.gluu.oxtrust.service.ConfigurationService] (ConfigurationService.java:265) - Starting App version 4.2.3.Final 2021-07-29 11:17:00,038 INFO [qtp733943822-21] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:18:00,093 INFO [qtp733943822-22] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:19:00,151 INFO [qtp733943822-13] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:20:00,208 INFO [qtp733943822-18] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:21:00,254 INFO [qtp733943822-20] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:22:00,295 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:22:56,077 INFO [qtp733943822-21] [org.gluu.oxtrust.service.ConfigurationService] (ConfigurationService.java:265) - Starting App version 4.2.3.Final 2021-07-29 11:23:00,345 INFO [qtp733943822-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:24:00,378 INFO [qtp733943822-21] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:25:00,435 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:26:00,482 INFO [qtp733943822-22] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:27:00,541 INFO [qtp733943822-13] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:28:00,600 INFO [qtp733943822-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:29:00,628 INFO [qtp733943822-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:30:00,669 INFO [qtp733943822-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:31:00,717 INFO [qtp733943822-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:32:00,776 INFO [qtp733943822-16] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:33:00,823 INFO [qtp733943822-16] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:34:00,884 INFO [qtp733943822-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:35:00,945 INFO [qtp733943822-13] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:36:00,992 INFO [qtp733943822-22] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:37:01,012 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:38:01,063 INFO [qtp733943822-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:39:01,107 INFO [qtp733943822-21] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:40:01,145 INFO [qtp733943822-16] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:41:01,191 INFO [qtp733943822-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:42:01,253 INFO [qtp733943822-20] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:43:01,311 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:44:01,368 INFO [qtp733943822-22] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:45:01,408 INFO [qtp733943822-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:46:01,471 INFO [qtp733943822-16] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:47:01,522 INFO [qtp733943822-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:48:01,584 INFO [qtp733943822-13] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:49:01,600 INFO [qtp733943822-20] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:50:01,637 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:51:01,695 INFO [qtp733943822-22] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:52:01,713 INFO [qtp733943822-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:53:01,768 INFO [qtp733943822-16] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:54:01,821 INFO [qtp733943822-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:55:01,875 INFO [qtp733943822-13] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:56:01,912 INFO [qtp733943822-20] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:57:01,962 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:58:02,019 INFO [qtp733943822-22] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 11:59:02,058 INFO [qtp733943822-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:00:02,112 INFO [qtp733943822-16] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:01:02,171 INFO [qtp733943822-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:02:02,222 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:03:02,259 INFO [qtp733943822-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:04:02,302 INFO [qtp733943822-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:05:02,347 INFO [qtp733943822-20] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:06:02,397 INFO [qtp733943822-16] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:07:02,457 INFO [qtp733943822-21] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:08:02,475 INFO [qtp733943822-21] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:09:02,534 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:10:02,650 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:11:02,650 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:12:02,707 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:13:02,768 INFO [qtp733943822-18] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:14:02,825 INFO [qtp733943822-15] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:15:02,866 INFO [qtp733943822-16] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:15:17,718 INFO [ForkJoinPool.commonPool-worker-7] [org.gluu.service.config.ConfigurationFactory] (ConfigurationFactory.java:289) - Loading configuration from 'ldap' DB... 2021-07-29 12:15:17,732 ERROR [ForkJoinPool.commonPool-worker-7] [org.gluu.service.config.ConfigurationFactory] (ConfigurationFactory.java:306) - WELD-001334: Unsatisfied dependencies for type CacheRefreshConfiguration with qualifiers @Default org.jboss.weld.exceptions.UnsatisfiedResolutionException: WELD-001334: Unsatisfied dependencies for type CacheRefreshConfiguration with qualifiers @Default at org.jboss.weld.bean.builtin.InstanceImpl.checkBeanResolved(InstanceImpl.java:241) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.bean.builtin.InstanceImpl.get(InstanceImpl.java:113) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.gluu.service.config.ConfigurationFactory.destroy(ConfigurationFactory.java:314) ~[oxtrust-service-4.2.3.Final.jar:?] at org.gluu.oxtrust.service.config.ConfigurationFactory$Proxy$_$$_WeldSubclass.destroy(Unknown Source) ~[classes/:?] at org.gluu.oxtrust.service.config.ConfigurationFactory.destroryLoadedConfiguration(ConfigurationFactory.java:75) ~[classes/:?] at org.gluu.oxtrust.service.config.ConfigurationFactory$Proxy$_$$_WeldSubclass.destroryLoadedConfiguration(Unknown Source) ~[classes/:?] at org.gluu.service.config.ConfigurationFactory.createFromDb(ConfigurationFactory.java:297) [oxtrust-service-4.2.3.Final.jar:?] at org.gluu.service.config.ConfigurationFactory.reloadConfiguration(ConfigurationFactory.java:223) [oxtrust-service-4.2.3.Final.jar:?] at org.gluu.service.config.ConfigurationFactory.reloadConfigurationTimerEvent(ConfigurationFactory.java:175) [oxtrust-service-4.2.3.Final.jar:?] at org.gluu.oxtrust.service.config.ConfigurationFactory$Proxy$_$$_WeldSubclass.reloadConfigurationTimerEvent$$super(Unknown Source) [classes/:?] at jdk.internal.reflect.GeneratedMethodAccessor238.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:51) [weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:78) [weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.gluu.service.cdi.async.AsynchronousInterceptor$1.get(AsynchronousInterceptor.java:36) [oxcore-service-4.2.3.Final.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700) [?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692) [?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) [?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) [?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) [?:?] 2021-07-29 12:16:02,921 INFO [qtp733943822-19] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 12:17:02,975 INFO [qtp733943822-20] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled 2021-07-29 13:54:06,002 INFO [qtp733943822-22] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:319) - Session validation successful. User is logged in 2021-07-29 13:54:06,092 INFO [qtp733943822-22] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:385) - user uid:admin 2021-07-29 13:54:06,093 INFO [qtp733943822-22] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:133) - Authenticating user 'admin' 2021-07-29 13:54:06,111 INFO [qtp733943822-22] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:148) - User 'admin' authenticated successfully 2021-07-29 13:54:07,621 INFO [qtp733943822-13] [org.gluu.oxtrust.service.ConfigurationService] (ConfigurationService.java:265) - Starting App version 4.2.3.Final ``` Thanks for the help!

By Arinc Eren user 29 Jul 2021 at 9:25 a.m. CDT

Arinc Eren gravatar
Sorry I forgot to mention. I am using a 4 GB Ram and to complete it to 8 GB, I created a 6 GB swap file with priority 100. Ram specs: ``` root@identity:~# free -m total used free shared buff/cache available Mem: 3946 3211 341 1 393 497 Swap: 6172 13 6159 ``` VM specs: ``` root@identity:~# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 42 bits physical, 48 bits virtual CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 26 Model name: Intel(R) Xeon(R) CPU E5506 @ 2.13GHz Stepping: 5 CPU MHz: 2133.409 BogoMIPS: 4266.81 Hypervisor vendor: VMware Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 4096K NUMA node0 CPU(s): 0-3 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss ht syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer hypervisor lahf_lm pti tsc_adjust dtherm ```

By Michael Schwartz Account Admin 29 Jul 2021 at 11:46 a.m. CDT

Michael Schwartz gravatar
Can you check the log file for oxTrust (identity). Anything interesting in `/opt/gluu/jetty/identity/logs`? What about in `/opt/opendj/logs` You may want to be more tactical about what services you install. Maybe you don't need everything. 8GB is still not a lot of ram.

By Aliaksandr Samuseu staff 29 Jul 2021 at 12:16 p.m. CDT

Aliaksandr Samuseu gravatar
Hi, Arinc. I know it's a cliche question, but have you tried to restart the vm and see if it will fix the issue? If you have tried this, have you tried to remove the package, restart the vm - then install the package again? If possible, just decomission the vm entirely, and get a new one, and try the same installation steps from scratch. Do you have any other software running on the same vm? I don't mean standard services that come with your distro, but something you deliberately added, except Gluu Server. Also, could you share your `setup.properties.last` file? Its location: `/install/community-edition-setup/setup.properties.last.enc` By default it's encrypted, so you'll need to run this to decrypt it before sharing: `# openssl enc -d -aes-256-cbc -in setup.properties.last.enc -out setup.properties.last` Use any file sharing service you wish, or just mail it to `alex@gluu.org`

By Arinc Eren user 30 Jul 2021 at 3:41 a.m. CDT

Arinc Eren gravatar
Hello Aliaksandr and Micheal, thanks for your responses. rebooting the gluu vm and the main vm didn't work, still fido2, oxauth-rp, scim and oxd-server services are marked as "failed". I am sending the setup.properties.last file to the email. Now I will try to find how to remove the package and then remove SCIM package and reinstall it again.

By Michael Schwartz Account Admin 30 Jul 2021 at 10:09 a.m. CDT

Michael Schwartz gravatar
You don't need oxauth-rp. We are removing this component from future gluu distributions, save the memory. I guess my other question would be, do you plan to use Casa (which requires oxde), SCIM or FIDO? If not, you could save some more RAM there too.

By Arinc Eren user 30 Jul 2021 at 10:30 a.m. CDT

Arinc Eren gravatar
Yes, I found that you were removing oxauth-rp on Github discussions. I removed the gluu-server and increased the RAM to 6GB and installed gluu again with only base modules (Apache and the second option) and then installed SCIM with post installation script. Its working now, I guess RAM was the problem. Also I have another question and may be irrelevant too. Trying to setup a production environment and I know that I shouldn't use test mode for SCIM but couldn't understand how I can setup the UMA for SCIM, getting 401 Unauthorized all the time. Would it be a big mistake to use test mode for production environment? If yes, is there any chance that you can provide me a tutorial video about UMA + SCIM integration. Thanks for the help!

By Michael Schwartz Account Admin 30 Jul 2021 at 10:50 a.m. CDT

Michael Schwartz gravatar
Using static bearer tokens would be a security weakness. Bearer tokens are meant to have a short life--five minutes or less. So forever is too long :-) Your SCIM client needs to authenticate via client credential grant, and to obtain an access token. It's pretty well [documented](https://gluu.org/docs/gluu-server/4.2/user-management/scim2/)

By Aliaksandr Samuseu staff 04 Aug 2021 at 1:31 p.m. CDT

Aliaksandr Samuseu gravatar
Hi, Arinc. What other questions do you still have? Let us know if the issue is resolved and we can close the ticket.

By Arinc Eren user 04 Aug 2021 at 2:21 p.m. CDT

Arinc Eren gravatar
thank you for your helps. I am closing the ticket