By: Alexander Täffner user 12 Sep 2020 at 9:49 a.m. CDT

6 Responses
Alexander Täffner gravatar
First: I am using Gluu 4.2.1 in production as of recommendation by Gluu Staff (because of a bug in 4.2.0). Now I got the following issue and I can'T find any reason for it: After starting, every try to access the "identity" endpoint/interface results in ``` Oops Something wrong happened. ``` Trying to initiate a SAML flow from a client software results in a blank page. The URL shows ".../idp/Authn/oxAuth?conversation=e1s1" Trying to access casa results in ``` An error occurred Gluu Casa did not start properly. Contact your admin. ``` oxtrust.log says ``` 2020-09-12 14:34:07,520 ERROR [qtp1826699684-16] [org.gluu.oxauth.client.OpenIdConfigurationClient] (OpenIdConfigurationClient.java:90) - There is an error in the JSON response. Check if there is a syntax error in the JSON response or there is a wrong key org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1] at org.json.JSONTokener.syntaxError(JSONTokener.java:507) ~[json-20200518.jar:?] at org.json.JSONObject.&lt;init&gt;(JSONObject.java:222) ~[json-20200518.jar:?] at org.json.JSONObject.&lt;init&gt;(JSONObject.java:406) ~[json-20200518.jar:?] at org.gluu.oxauth.client.OpenIdConfigurationClient.parse(OpenIdConfigurationClient.java:112) ~[oxauth-client-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxauth.client.OpenIdConfigurationClient._execOpenIdConfiguration(OpenIdConfigurationClient.java:88) ~[oxauth-client-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxauth.client.OpenIdConfigurationClient.execOpenIdConfiguration(OpenIdConfigurationClient.java:52) ~[oxauth-client-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxtrust.service.OpenIdService.loadOpenIdConfiguration(OpenIdService.java:61) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxtrust.service.OpenIdService.initInternal(OpenIdService.java:46) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] at org.gluu.util.init.Initializable.init(Initializable.java:26) ~[oxcore-util-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxtrust.service.OpenIdService.getOpenIdConfiguration(OpenIdService.java:73) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxtrust.service.OpenIdService$Proxy$_$$_WeldClientProxy.getOpenIdConfiguration(Unknown Source) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxtrust.action.Authenticator.oAuthLogin(Authenticator.java:203) ~[classes/:?] at org.gluu.oxtrust.action.Authenticator.preAuthenticate(Authenticator.java:106) ~[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$NotAsyncServlet.service(ServletHolder.java:1402) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:763) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1651) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226) ~[websocket-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1638) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:567) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[jetty-security-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1377) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:507) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1292) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.Server.handle(Server.java:501) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at java.lang.Thread.run(Thread.java:834) [?:?] 2020-09-12 14:34:07,521 ERROR [qtp1826699684-16] [org.gluu.oxauth.client.OpenIdConfigurationClient] (OpenIdConfigurationClient.java:92) - Invalid JSON: &lt;html&gt; &lt;title&gt;Error 503 - Service Unavailable&lt;/title&gt; &lt;body style="font-family: Arial, Helvetica, sans-serif"&gt; &lt;link rel="hortcut icon" href="/oxauth/servlet/favicon" type="image/x-icon"&gt; &lt;center&gt; &lt;table&gt; &lt;tr&gt; &lt;td style="text-align: left;"&gt; &lt;img width="130" height="51" src="data:image/png;base64,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" /&gt; &lt;br&gt;&lt;br&gt;&lt;p&gt;<b>503.</b> That's an error.&lt;/p&gt; &lt;p&gt;The service you requested is not available at this time.&lt;/p&gt; &lt;p&gt;Please try later again.&lt;/p&gt; &lt;/td&gt; &lt;td&gt; &lt;svg id="bf6b072d-b0c7-410f-9e86-e550d19ff3f5" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="400" height="200" viewBox="0 0 1002.5009 516.22024"&gt;&lt;title&gt;towing&lt;/title&gt;&lt;path d="M149.07843,674.20215l43.07664-68.361-43.09661,75.80813-.02309,7.7894q-4.60974-.0539-9.12643-.35342l3.51352-100.06285-.0462-.77342.07916-.14767.33455-9.45528L98.74955,503.72254l45.08688,67.8427.1349,2.00269,2.65414-75.6014-38.7204-77.518,39.023,64.23377,1.8152-156.70073.00832-.52151.00624.51318.88382,123.54783,36.99947-49.43346L149.60894,462.1622l-.17171,67.668,34.33009-65.354-34.349,75.30247-.095,37.62683,49.86758-90.99615L149.284,590.5318Z" transform="translate(-98.74955 -191.88988)" fill="#d0cde1"/&gt;&lt;rect x="642.85096" y="193.7674" width="12.11046" height="85.98428" fill="#3f3d56"/&gt;&lt;rect x="521.32907" y="57.40029" width="12.11046" height="483.65711" transform="translate(-46.96838 483.46895) rotate(-67.90849)" fill="#3f3d56"/&gt;&lt;path d="M1101.24876,685.58308C1082.49147,716.92037,97.76,714.2897,99.25214,685.58122,118.00918,654.24579,1102.7407,656.87647,1101.24876,685.58308Z" transform="translate(-98.74955 -191.88988)" fill="#d0cde1"/&gt;&lt;rect x="773.64395" y="366.94701" width="105.36102" height="41.17557" fill="#3f3d56"/&gt;&lt;rect x="349.77776" y="403.2784" width="519.53884" height="46.01976" fill="#3f3d56"/&gt;&lt;polygon points="783.938 426.288 659.2 426.288 659.2 269.458 752.451 269.458 783.938 348.555 783.938 426.288" fill="#d0cde1"/&gt;&lt;rect x="678.57682" y="279.14616" width="53.28603" height="53.28603" fill="#fff"/&gt;&lt;polygon points="771.827 333.038 737.918 333.038 737.918 279.752 752.451 279.752 771.827 333.038" fill="#fff"/&gt;&lt;rect x="680.99891" y="362.70835" width="12.11046" height="23.00988" fill="#3f3d56"/&gt;&lt;path d="M748.212,313.661h.60553a11.50493,11.50493,0,0,1,11.50493,11.50493v0a11.50493,11.50493,0,0,1-11.50493,11.50493H748.212a0,0,0,0,1,0,0V313.661a0,0,0,0,1,0,0Z" fill="#3f3d56"/&gt;&lt;path d="M297.70277,403.2784h.60553a11.50493,11.50493,0,0,1,11.50493,11.50493v0a11.50493,11.50493,0,0,1-11.50493,11.50493h-.60553a0,0,0,0,1,0,0V403.2784A0,0,0,0,1,297.70277,403.2784Z" fill="#3f3d56"/&gt;&lt;path d="M931.12924,594.99452c18.45486,0,35.05463,8.94049,46.5728,23.18364h23.66789l-23.00988-64.09594-107.1776-21.138,3.02762,85.234h10.34637C896.07461,603.935,912.67439,594.99452,931.12924,594.99452Z" transform="translate(-98.74955 -191.88988)" fill="#d0cde1"/&gt;&lt;circle cx="833.59074" cy="441.42636" r="52.68051" fill="#3f3d56"/&gt;&lt;circle cx="833.59074" cy="441.42636" r="27.72659" fill="#d0cde1"/&gt;&lt;circle cx="357.64956" cy="447.48159" r="46.01976" fill="#3f3d56"/&gt;&lt;circle cx="357.64956" cy="447.48159" r="24.22092" fill="#d0cde1"/&gt;&lt;rect x="637.40125" y="247.65896" width="25.43197" height="183.47351" fill="#3f3d56"/&gt;&lt;rect x="297.09725" y="397.82869" width="365.73597" height="10.89942" fill="#3f3d56"/&gt;&lt;rect x="194.30308" y="575.27158" width="413.35786" height="10.89942" transform="translate(-237.13545 -66.25763) rotate(-15.21949)" fill="#3f3d56"/&gt;&lt;rect x="585.08165" y="530.05667" width="8.47732" height="70.85626" transform="translate(-319.17476 266.90058) rotate(-36.31135)" fill="#3f3d56"/&gt;&lt;rect x="743.36779" y="335.45981" width="12.11046" height="4.84418" fill="#3f3d56"/&gt;&lt;path d="M747.65574,563.68108H589.00868a1.21092,1.21092,0,0,1-.34416-2.37183l155.01392-46.01976a1.21074,1.21074,0,0,1,1.55166,1.06558l3.63314,46.01976a1.21143,1.21143,0,0,1-1.2075,1.30625ZM597.3429,561.259H746.34535l-3.412-43.22217Z" transform="translate(-98.74955 -191.88988)" fill="#3f3d56"/&gt;&lt;path d="M318.04891,510.395h-.01124l-34.76613-.3276a1.2112,1.2112,0,0,1-1.19213-1.34882l18.064-157.61519a1.21146,1.21146,0,0,1,1.20336-1.07326h.00532a1.21158,1.21158,0,0,1,1.19922,1.08391l16.70215,157.94278a1.21129,1.21129,0,0,1-1.20454,1.33818Zm-33.40962-2.73668,32.06257.30158L301.29827,362.2997Z" transform="translate(-98.74955 -191.88988)" fill="#3f3d56"/&gt;&lt;path d="M970.48825,556.4148h.60553a11.50493,11.50493,0,0,1,11.50493,11.50493v0a11.50493,11.50493,0,0,1-11.50493,11.50493h-.60553a0,0,0,0,1,0,0V556.4148A0,0,0,0,1,970.48825,556.4148Z" transform="translate(1992.09742 561.76549) rotate(159.28262)" fill="#3f3d56"/&gt;&lt;rect x="215.94814" y="588.22581" width="35.08027" height="5.5683" transform="translate(-249.4105 -107.08039) rotate(-15.63709)" fill="#3f3d56"/&gt;&lt;path d="M494.25243,516.57572l-6.5206,3.55983L222.83891,594.27986l-3.93276-4.88514a58.17112,58.17112,0,0,1-12.58107-29.144c-1.00026-7.98461-.26866-16.40044,5.30138-21.52286l-10.11625-81.59017,146.50027-41.20421,69.48493,29.899s26.616-7.953,46.20245,6.08c6.19992,4.44595,11.698,11.09472,15.416,20.90745l3.20251,9.25159Z" transform="translate(-98.74955 -191.88988)" fill="#03a96d"/&gt;&lt;circle cx="336.94773" cy="339.63002" r="33.96661" fill="#3f3d56"/&gt;&lt;circle cx="336.94773" cy="339.63002" r="17.87716" fill="#d0cde1"/&gt;&lt;circle cx="175.54536" cy="384.80702" r="33.96661" fill="#3f3d56"/&gt;&lt;circle cx="175.54536" cy="384.80702" r="17.87716" fill="#d0cde1"/&gt;&lt;polygon points="294.724 254.884 189.624 284.302 180.769 252.665 247.797 233.903 294.724 254.884" fill="#fff"/&gt;&lt;rect x="228.44813" y="453.4022" width="43.43272" height="32.85295" transform="translate(-216.12969 -107.07056) rotate(-15.63709)" fill="#fff"/&gt;&lt;rect x="296.30078" y="498.83899" width="5.5683" height="10.57976" transform="translate(-223.56445 -92.61487) rotate(-15.63709)" fill="#3f3d56"/&gt;&lt;rect x="377.63635" y="457.85865" width="5.5683" height="10.57976" transform="translate(625.13777 -219.92039) rotate(74.36291)" fill="#3f3d56"/&gt;&lt;path d="M375.62632,438.70629h.61252A11.63773,11.63773,0,0,1,387.87657,450.344v0a11.63773,11.63773,0,0,1-11.63773,11.63773h-.61252a0,0,0,0,1,0,0V438.70629A0,0,0,0,1,375.62632,438.70629Z" transform="translate(-206.00747 -72.32334) rotate(-15.63709)" fill="#3f3d56"/&gt;&lt;path d="M482.31639,482.07146a17.98812,17.98812,0,0,1-18.61853-30.159c6.19992,4.44595,11.698,11.09472,15.416,20.90745Z" transform="translate(-98.74955 -191.88988)" fill="#3f3d56"/&gt;&lt;rect x="195.97489" y="10.89942" width="12.11046" height="176.81275" fill="#3f3d56"/&gt;&lt;circle cx="202.03012" cy="16.95465" r="16.95465" fill="#3f3d56"/&gt;&lt;circle cx="648.90619" cy="196.18949" r="16.95465" fill="#3f3d56"/&gt;Sorry, your browser does not support inline SVG.&lt;/svg&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/center&gt; &lt;/body&gt; &lt;/html&gt; 2020-09-12 14:34:39,898 INFO [qtp1826699684-17] [org.gluu.oxtrust.auth.uma.UmaPermissionService] (UmaPermissionService.java:122) - ##### Getting UMA metadata ... 2020-09-12 14:34:39,911 ERROR [qtp1826699684-17] [org.gluu.oxtrust.auth.uma.BaseUmaProtectionService] (BaseUmaProtectionService.java:81) - Failed to check UMA PAT token status org.gluu.oxtrust.exception.UmaProtectionException: Failed to obtain valid UMA PAT token at org.gluu.oxtrust.auth.uma.BaseUmaProtectionService.retrievePatToken(BaseUmaProtectionService.java:123) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxtrust.auth.uma.BaseUmaProtectionService.getPatToken(BaseUmaProtectionService.java:65) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxtrust.auth.uma.BaseUmaProtectionService.isExistPatToken(BaseUmaProtectionService.java:79) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxtrust.auth.uma.BaseUmaProtectionService.isEnabledUmaAuthentication(BaseUmaProtectionService.java:74) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxtrust.auth.uma.PassportUmaProtectionService.isEnabled(PassportUmaProtectionService.java:68) ~[classes/:?] at org.gluu.oxtrust.auth.uma.PassportUmaProtectionService.processAuthorization(PassportUmaProtectionService.java:76) ~[classes/:?] at org.gluu.oxtrust.auth.uma.PassportUmaProtectionService$Proxy$_$$_WeldClientProxy.processAuthorization(Unknown Source) ~[classes/:?] at org.gluu.oxtrust.service.filter.AuthorizationProcessingFilter.filter(AuthorizationProcessingFilter.java:96) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxtrust.service.filter.AuthorizationProcessingFilter$Proxy$_$$_WeldClientProxy.filter(Unknown Source) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] at org.jboss.resteasy.core.interception.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:308) ~[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:763) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1651) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226) ~[websocket-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1638) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:567) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[jetty-security-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1377) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:507) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1292) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.Server.handle(Server.java:501) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at java.lang.Thread.run(Thread.java:834) [?:?] Caused by: javax.ws.rs.ServiceUnavailableException: HTTP 503 Service Unavailable at org.jboss.resteasy.client.jaxrs.internal.ClientInvocation.handleErrorStatus(ClientInvocation.java:236) ~[resteasy-client-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.client.jaxrs.internal.ClientInvocation.extractResult(ClientInvocation.java:196) ~[resteasy-client-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.BodyEntityExtractor.extractEntity(BodyEntityExtractor.java:62) ~[resteasy-client-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker.invokeSync(ClientInvoker.java:151) ~[resteasy-client-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker.invoke(ClientInvoker.java:112) ~[resteasy-client-3.13.0.Final.jar:3.13.0.Final] at org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy.invoke(ClientProxy.java:76) ~[resteasy-client-3.13.0.Final.jar:3.13.0.Final] at com.sun.proxy.$Proxy139.getMetadata(Unknown Source) ~[?:?] at org.gluu.oxtrust.auth.uma.UmaPermissionService.initUmaMetadataConfiguration(UmaPermissionService.java:130) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] 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.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.injection.producer.ProducerMethodProducer.produce(ProducerMethodProducer.java:103) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.injection.producer.AbstractMemberProducer.produce(AbstractMemberProducer.java:161) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.bean.AbstractProducerBean.create(AbstractProducerBean.java:180) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.contexts.AbstractContext.get(AbstractContext.java:96) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.bean.ContextualInstanceStrategy$DefaultContextualInstanceStrategy.get(ContextualInstanceStrategy.java:100) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.bean.ContextualInstanceStrategy$ApplicationScopedContextualInstanceStrategy.get(ContextualInstanceStrategy.java:140) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.bean.ContextualInstance.get(ContextualInstance.java:50) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:102) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.jboss.weld.bean.proxy.ProxyMethodHandler.getInstance(ProxyMethodHandler.java:131) ~[weld-core-impl-3.1.4.Final.jar:3.1.4.Final] at org.gluu.oxauth.model.uma.UmaMetadata$Proxy$_$$_WeldClientProxy.getTokenEndpoint(Unknown Source) ~[oxauth-model-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxtrust.auth.uma.BaseUmaProtectionService.retrievePatToken(BaseUmaProtectionService.java:115) ~[oxtrust-service-4.2.1-SNAPSHOT.jar:?] ... 59 more 2020-09-12 14:34:39,915 INFO [qtp1826699684-17] [org.gluu.oxtrust.auth.uma.PassportUmaProtectionService] (PassportUmaProtectionService.java:86) - UMA passport authentication is disabled ``` casa.log: ``` 12-09 14:31:32.205 INFO [qtp2065857933-17] casa.core.filter.LocaleInterceptor LocaleInterceptor.java:43- Browser locale is 'en' 12-09 14:31:32.205 INFO [qtp2065857933-17] casa.core.filter.LocaleInterceptor LocaleInterceptor.java:54- Locale for this session will be 'en' 12-09 14:31:47.499 ERROR [casaScheduler_Worker-4] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:248- Could not retrieve the list of acrs supported by this server: Server returned HTTP response code: 503 for URL: https://auth.example.com/.well-known/openid-configuration 12-09 14:31:47.499 WARN [casaScheduler_Worker-4] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:155- Retrying in 20 seconds 12-09 14:32:07.496 ERROR [casaScheduler_Worker-5] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:248- Could not retrieve the list of acrs supported by this server: Server returned HTTP response code: 503 for URL: https://auth.example.com/.well-known/openid-configuration 12-09 14:32:07.496 WARN [casaScheduler_Worker-5] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:155- Retrying in 20 seconds 12-09 14:32:27.495 ERROR [casaScheduler_Worker-1] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:248- Could not retrieve the list of acrs supported by this server: Server returned HTTP response code: 503 for URL: https://auth.example.com/.well-known/openid-configuration 12-09 14:32:27.495 WARN [casaScheduler_Worker-1] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:155- Retrying in 20 seconds 12-09 14:32:47.496 ERROR [casaScheduler_Worker-2] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:248- Could not retrieve the list of acrs supported by this server: Server returned HTTP response code: 503 for URL: https://auth.example.com/.well-known/openid-configuration 12-09 14:32:47.496 WARN [casaScheduler_Worker-2] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:155- Retrying in 20 seconds 12-09 14:33:07.496 ERROR [casaScheduler_Worker-3] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:248- Could not retrieve the list of acrs supported by this server: Server returned HTTP response code: 503 for URL: https://auth.example.com/.well-known/openid-configuration 12-09 14:33:07.496 WARN [casaScheduler_Worker-3] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:155- Retrying in 20 seconds 12-09 14:33:27.495 ERROR [casaScheduler_Worker-4] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:248- Could not retrieve the list of acrs supported by this server: Server returned HTTP response code: 503 for URL: https://auth.example.com/.well-known/openid-configuration 12-09 14:33:27.495 WARN [casaScheduler_Worker-4] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:155- Retrying in 20 seconds 12-09 14:33:32.138 INFO [qtp2065857933-17] casa.core.filter.LocaleInterceptor LocaleInterceptor.java:43- Browser locale is 'en' 12-09 14:33:32.138 INFO [qtp2065857933-17] casa.core.filter.LocaleInterceptor LocaleInterceptor.java:54- Locale for this session will be 'en' 12-09 14:33:47.496 ERROR [casaScheduler_Worker-5] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:248- Could not retrieve the list of acrs supported by this server: Server returned HTTP response code: 503 for URL: https://auth.example.com/.well-known/openid-configuration 12-09 14:33:47.496 WARN [casaScheduler_Worker-5] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:155- Retrying in 20 seconds 12-09 14:34:07.505 ERROR [casaScheduler_Worker-1] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:248- Could not retrieve the list of acrs supported by this server: Server returned HTTP response code: 503 for URL: https://auth.example.com/.well-known/openid-configuration 12-09 14:34:07.505 WARN [casaScheduler_Worker-1] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:152- The list of supported acrs could not be obtained. 12-09 14:34:07.506 ERROR [casaScheduler_Worker-1] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:257- Application not in operable state, please fix configuration issues before proceeding. 12-09 14:34:07.506 INFO [casaScheduler_Worker-1] gluu.casa.core.ConfigurationHandler ConfigurationHandler.java:258- === WEBAPP INITIALIZATION FAILED === ``` oxauth seems to have issues: ``` ● casa.service - Casa service Loaded: loaded (/lib/systemd/system/casa.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2020-09-12 16:28:33 CEST; 9min ago Process: 871 ExecStart=/opt/dist/scripts/casa start (code=exited, status=0/SUCCESS) Main PID: 1038 (java) CGroup: /system.slice/casa.service └─1038 /opt/jre/bin/java -server -Xms256m -Xmx381m -XX:+DisableExplicitGC -Dgluu.base=/etc/gluu -Dserver.base=/opt/gluu/jetty/casa -Dlog.base=/opt/gluu/jetty/casa -Djetty.home=/opt/jetty -Djetty.base=/opt/gluu/jetty/casa -Djav Sep 12 16:28:28 auth.example.com systemd[1]: Starting Casa service... Sep 12 16:28:31 auth.example.com casa[871]: Starting Jetty: 2020-09-12 14:28:31.742:INFO::main: Logging initialized @2602ms to org.eclipse.jetty.util.log.StdErrLog Sep 12 16:28:33 auth.example.com casa[871]: 2020-09-12 14:28:33.258:INFO::main: Console stderr/stdout captured to /opt/gluu/jetty/casa/logs/2020_09_12.jetty.log Sep 12 16:28:33 auth.example.com casa[871]: OK Sat Sep 12 16:28:33 CEST 2020 Sep 12 16:28:33 auth.example.com systemd[1]: Started Casa service. ● identity.service - Identity service Loaded: loaded (/lib/systemd/system/identity.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2020-09-12 16:28:33 CEST; 10min ago Process: 873 ExecStart=/opt/dist/scripts/identity start (code=exited, status=0/SUCCESS) Main PID: 995 (java) CGroup: /system.slice/identity.service └─995 /opt/jre/bin/java -server -Xms256m -Xmx953m -XX:+DisableExplicitGC -Dgluu.base=/etc/gluu -Dserver.base=/opt/gluu/jetty/identity -Dlog.base=/opt/gluu/jetty/identity -Dpython.home=/opt/jython -Dorg.eclipse.jetty.server.Req Sep 12 16:28:28 auth.example.com systemd[1]: Starting Identity service... Sep 12 16:28:31 auth.example.com identity[873]: Starting Jetty: 2020-09-12 14:28:31.609:INFO::main: Logging initialized @2543ms to org.eclipse.jetty.util.log.StdErrLog Sep 12 16:28:33 auth.example.com identity[873]: 2020-09-12 14:28:33.028:INFO::main: Console stderr/stdout captured to /opt/gluu/jetty/identity/logs/2020_09_12.jetty.log Sep 12 16:28:33 auth.example.com identity[873]: OK Sat Sep 12 16:28:33 CEST 2020 Sep 12 16:28:33 auth.example.com systemd[1]: Started Identity service. Sep 12 16:29:10 auth.example.com identity[873]: WARNING: An illegal reflective access operation has occurred Sep 12 16:29:10 auth.example.com identity[873]: WARNING: Illegal reflective access by org.jboss.weld.util.bytecode.ClassFileUtils$1 (file:/opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-12427209540507688222.dir/weba Sep 12 16:29:10 auth.example.com identity[873]: WARNING: Please consider reporting this to the maintainers of org.jboss.weld.util.bytecode.ClassFileUtils$1 Sep 12 16:29:10 auth.example.com identity[873]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations Sep 12 16:29:10 auth.example.com identity[873]: WARNING: All illegal access operations will be denied in a future release lines 1-18/18 (END) BUT: ● oxauth.service - Oxauth service Loaded: loaded (/lib/systemd/system/oxauth.service; enabled; vendor preset: enabled) Active: failed (Result: signal) since Sat 2020-09-12 16:28:29 CEST; 10min ago Process: 737 ExecStart=/opt/dist/scripts/oxauth start (code=exited, status=0/SUCCESS) Main PID: 799 (code=killed, signal=KILL) Sep 12 16:28:24 auth.example.com systemd[1]: Starting Oxauth service... Sep 12 16:28:25 auth.example.com oxauth[737]: Starting Jetty: 2020-09-12 14:28:25.877:INFO::main: Logging initialized @1163ms to org.eclipse.jetty.util.log.StdErrLog Sep 12 16:28:26 auth.example.com oxauth[737]: 2020-09-12 14:28:26.463:INFO::main: Console stderr/stdout captured to /opt/gluu/jetty/oxauth/logs/2020_09_12.jetty.log Sep 12 16:28:28 auth.example.com oxauth[737]: OK Sat Sep 12 16:28:28 CEST 2020 Sep 12 16:28:28 auth.example.com systemd[1]: Started Oxauth service. Sep 12 16:28:29 auth.example.com systemd[1]: oxauth.service: Main process exited, code=killed, status=9/KILL Sep 12 16:28:29 auth.example.com systemd[1]: oxauth.service: Failed with result 'signal'. ``` But oxauth.log does not contain any current information... When I "service oxauth restart" followed by "service identity restart" everything works for some time but the issue re-appears sometimes after rebooting the server or randomly after some time. An OS-Level OutOfMemory situation is never logged and the server is using 6.5 out of 10 GiB RAM. I got detailed graphs to analyze this. After successfully getting oxauth to run by restarting it, you can find the following logs: ``` 2020-09-12 14:43:40,411 ERROR [qtp1826699684-13] [org.gluu.oxauth.service.SessionIdService] (SessionIdService.java:749) - Failed to get session by dn: oxId=c6f00407-cc6a-4eb8-a9ca-516aa7868834,ou=sessions,o=gluu org.gluu.persist.exception.EntryPersistenceException: Failed to find entry: oxId=c6f00407-cc6a-4eb8-a9ca-516aa7868834,ou=sessions,o=gluu at org.gluu.persist.ldap.impl.LdapEntryManager.find(LdapEntryManager.java:412) ~[oxcore-persistence-ldap-4.2.1-SNAPSHOT.jar:?] at org.gluu.persist.impl.BaseEntryManager.find(BaseEntryManager.java:624) ~[oxcore-persistence-core-4.2.1-SNAPSHOT.jar:?] at org.gluu.persist.impl.BaseEntryManager.find(BaseEntryManager.java:504) ~[oxcore-persistence-core-4.2.1-SNAPSHOT.jar:?] at org.gluu.persist.impl.BaseEntryManager.find(BaseEntryManager.java:491) ~[oxcore-persistence-core-4.2.1-SNAPSHOT.jar:?] at jdk.internal.reflect.GeneratedMethodAccessor62.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$1948487569$Proxy$_$$_WeldClientProxy.find(Unknown Source) ~[weld-core-impl-3.1.4.Final.jar:?] at org.gluu.oxauth.service.SessionIdService.getSessionByDn(SessionIdService.java:744) ~[classes/:?] at org.gluu.oxauth.service.SessionIdService.getSessionById(SessionIdService.java:721) ~[classes/:?] at org.gluu.oxauth.service.SessionIdService.getSessionId(SessionIdService.java:773) ~[classes/:?] at org.gluu.oxauth.service.SessionIdService$Proxy$_$$_WeldClientProxy.getSessionId(Unknown Source) ~[classes/:?] at org.gluu.oxauth.service.CookieService.removeOutdatedCurrentSessions(CookieService.java:127) ~[classes/:?] at org.gluu.oxauth.service.CookieService.addCurrentSessionCookie(CookieService.java:108) ~[classes/:?] at org.gluu.oxauth.service.CookieService.createSessionIdCookie(CookieService.java:230) ~[classes/:?] at org.gluu.oxauth.service.SessionIdService.setSessionIdStateAuthenticated(SessionIdService.java:519) ~[classes/:?] at org.gluu.oxauth.service.SessionIdService$Proxy$_$$_WeldClientProxy.setSessionIdStateAuthenticated(Unknown Source) ~[classes/:?] at org.gluu.oxauth.service.AuthenticationService.configureSessionUser(AuthenticationService.java:609) ~[classes/:?] at org.gluu.oxauth.auth.Authenticator.userAuthenticationInteractive(Authenticator.java:434) ~[classes/:?] at org.gluu.oxauth.auth.Authenticator.authenticateImpl(Authenticator.java:205) ~[classes/:?] at org.gluu.oxauth.auth.Authenticator.authenticateWithOutcome(Authenticator.java:150) ~[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$NotAsyncServlet.service(ServletHolder.java:1411) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:763) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1651) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226) ~[websocket-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1638) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.gluu.oxauth.audit.debug.ServletLoggingFilter.doFilter(ServletLoggingFilter.java:67) ~[classes/:?] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1630) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:567) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[jetty-security-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1377) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:507) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1292) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.Server.handle(Server.java:501) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at java.lang.Thread.run(Thread.java:834) [?:?] 2020-09-12 14:43:40,421 INFO [qtp1826699684-13] [org.gluu.oxauth.service.AuthenticationService] (AuthenticationService.java:713) - Attempting to redirect user: SessionUser: SessionId {dn='oxId=ebab01a9-1135-4303-9128-2f006929b12c,ou=sessions,o=gluu', id='ebab01a9-1135-4303-9128-2f006929b12c', lastUsedAt=Sat Sep 12 14:43:40 UTC 2020, userDn='inum=c53582fc-4c15-4c98-9aef-70ad24e1c5e3,ou=people,o=gluu', authenticationTime=Sat Sep 12 14:43:40 UTC 2020, state=authenticated, sessionState='679d56243e67853b59be80528afc1f44980f2598ef616b5e9758de1b2038709d.4fc4eb8a-0657-4f12-a140-7c98ba1474e3', permissionGranted=null, isJwt=false, jwt=null, permissionGrantedMap=SessionIdAccessMap{permissionGranted={1001.bedeaf22-1bb3-4415-bacd-53470bee51e0=false, 1101.94aa7557-954b-4eda-b65f-a5b1a41d52ed=false}}, sessionAttributes={auth_external_attributes=[{"ACR":"java.lang.String"},{"casa_logoUrl":"java.lang.String"},{},{"casa_faviconUrl":"java.lang.String"},{"casa_prefix":"java.lang.String"},{"casa_contextPath":"java.lang.String"}], opbs=38fa025f-04c7-4e4a-b9f2-6258256e8010, response_type=code, nonce=nPgWuAz4bm, client_id=1101.94aa7557-954b-4eda-b65f-a5b1a41d52ed, auth_step=2, acr=casa, casa_logoUrl=/casa/custom/images/logo.png, remote_ip=178.26.243.232, 192.168.250.250, scope=openid email user_name, casa_faviconUrl=/casa/custom/images/favicon.ico, redirect_uri=https://auth.example.com/idp/Authn/oxAuth, state=eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJzdGF0ZSI6Iml4djVHTjNZbnAiLCJjb252ZXJzYXRpb24iOiJlMnMxIn0., casa_prefix=/custom, casa_contextPath=/casa, casa_extraCss=null, auth_user=MyUserLoginName, ACR=u2f, auth_step_passed_1=true, methods=null, session_custom_state=approved, oxpush2_u2f_device_id=1598008552498, oxpush2_u2f_device_user_inum=c53582fc-4c15-4c98-9aef-70ad24e1c5e3, oxpush2_u2f_device_enroll=false, oxpush2_u2f_device_one_step=false}, persisted=true} 2020-09-12 14:43:40,422 INFO [qtp1826699684-13] [org.gluu.oxauth.service.AuthenticationService] (AuthenticationService.java:721) - Attempting to redirect user: User: org.gluu.oxauth.model.common.User@4962f7e4 2020-09-12 14:43:40,422 INFO [qtp1826699684-13] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:442) - Authentication success for User: 'null' 2020-09-12 14:43:40,684 INFO [qtp1826699684-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:278) - Authentication success for Client: '1101.94aa7557-954b-4eda-b65f-a5b1a41d52ed' 2020-09-12 14:44:16,004 INFO [JettyShutdownThread] [org.gluu.oxauth.service.AppInitializer] (AppInitializer.java:669) - Stopping services and closing DB connections at server shutdown... 2020-09-12 14:44:16,026 INFO [JettyShutdownThread] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:666) - Scheduler oxAuthScheduler_$_NON_CLUSTERED shutting down. 2020-09-12 14:44:16,026 INFO [JettyShutdownThread] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:585) - Scheduler oxAuthScheduler_$_NON_CLUSTERED paused. 2020-09-12 14:44:16,029 INFO [JettyShutdownThread] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:740) - Scheduler oxAuthScheduler_$_NON_CLUSTERED shutdown complete. 2020-09-12 14:44:16,029 INFO [JettyShutdownThread] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:150) - Quartz scheduler manager destroyed 2020-09-12 14:44:54,134 INFO [main] [org.jboss.weld.environment.servlet.EnhancedListener] (EnhancedListener.java:58) - WELD-ENV-001008: Initialize Weld using ServletContainerInitializer 2020-09-12 14:44:54,180 INFO [main] [org.jboss.weld.bootstrap.WeldStartup] (WeldStartup.java:149) - WELD-000900: 3.1.4 (Final) 2020-09-12 14:44:54,826 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. 2020-09-12 14:44:55,122 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. 2020-09-12 14:44:55,367 WARN [main] [org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl] (BeforeBeanDiscoveryImpl.java:118) - WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType) used for class org.hibernate.validator.internal.cdi.interceptor.ValidationInterceptor is deprecated from CDI 1.1! 2020-09-12 14:44:55,385 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! 2020-09-12 14:44:56,502 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. 2020-09-12 14:44:57,708 INFO [main] [org.gluu.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:24) - Adding Bouncy Castle Provider 2020-09-12 14:44:57,800 INFO [main] [org.gluu.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:381) - Loading configuration from 'ldap' DB... 2020-09-12 14:44:58,844 INFO [main] [org.gluu.oxauth.service.AppInitializer] (AppInitializer.java:365) - Created persistenceEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@5bdb9c69 with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@44d84313 2020-09-12 14:44:58,974 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:195) - External log configuration: 2020-09-12 14:44:58,974 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:138) - Setting loggers level to: 'INFO' 2020-09-12 14:44:58,984 INFO [main] [org.gluu.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:186) - Configuration loaded successfully. 2020-09-12 14:44:59,364 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1220) - Using default implementation for ThreadExecutor 2020-09-12 14:44:59,380 INFO [main] [org.quartz.core.SchedulerSignalerImpl] (SchedulerSignalerImpl.java:61) - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2020-09-12 14:44:59,380 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:229) - Quartz Scheduler v.2.3.2 created. 2020-09-12 14:44:59,380 INFO [main] [org.quartz.simpl.RAMJobStore] (RAMJobStore.java:155) - RAMJobStore initialized. 2020-09-12 14:44:59,381 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. 2020-09-12 14:44:59,381 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1374) - Quartz scheduler 'oxAuthScheduler' initialized from the specified file : 'quartz.properties' from the class resource path. 2020-09-12 14:44:59,381 INFO [main] [org.quartz.impl.StdSchedulerFactory] (StdSchedulerFactory.java:1378) - Quartz scheduler version: 2.3.2 2020-09-12 14:44:59,382 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:2293) - JobFactory set to: org.gluu.service.timer.JobExecutionFactory@15405ba1 2020-09-12 14:44:59,382 INFO [main] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:62) - Quartz scheduler manager initialized 2020-09-12 14:44:59,383 INFO [main] [org.quartz.core.QuartzScheduler] (QuartzScheduler.java:547) - Scheduler oxAuthScheduler_$_NON_CLUSTERED started. 2020-09-12 14:44:59,383 INFO [main] [org.gluu.service.timer.QuartzSchedulerManager] (QuartzSchedulerManager.java:115) - Quartz scheduler started 2020-09-12 14:44:59,402 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:54) - Initializing Logger Update Timer 2020-09-12 14:44:59,420 WARN [main] [org.gluu.oxauth.service.AppInitializer] (AppInitializer.java:699) - Didn't start ciba requests processor job because the interval is not valid to run, value: 0 2020-09-12 14:44:59,574 INFO [main] [org.jboss.weld.environment.servlet.Listener] (Listener.java:112) - WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used to initialize Weld 2020-09-12 14:44:59,893 INFO [main] [org.gluu.jsf2.customization.FacesLocalizationConfigPopulator] (FacesLocalizationConfigPopulator.java:95) - Adding languages '[de, fr, ru, bg, tr, es, en, it]' from dir folder: /opt/jetty-9.4/temp/jetty-localhost-8081-oxauth_war-_oxauth-any-5199508171134019509.dir/webapp/WEB-INF/classes/ 2020-09-12 14:45:00,827 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 2020-09-12 14:45:01,138 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 2020-09-12 14:45:01,138 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. 2020-09-12 14:45:01,138 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. 2020-09-12 14:45:01,138 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. 2020-09-12 14:45:01,139 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. 2020-09-12 14:45:01,139 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. 2020-09-12 14:45:01,156 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. 2020-09-12 14:45:01,156 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. 2020-09-12 14:45:01,156 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. 2020-09-12 14:45:01,157 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. 2020-09-12 14:45:01,157 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. 2020-09-12 14:45:01,161 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. 2020-09-12 14:45:01,161 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. 2020-09-12 14:45:01,161 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. 2020-09-12 14:45:01,162 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. 2020-09-12 14:45:01,162 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. 2020-09-12 14:45:01,162 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. 2020-09-12 14:45:01,163 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. 2020-09-12 14:45:01,163 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. 2020-09-12 14:45:01,163 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. 2020-09-12 14:45:01,163 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. 2020-09-12 14:45:01,163 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. 2020-09-12 14:45:01,163 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. 2020-09-12 14:45:01,164 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. 2020-09-12 14:45:01,164 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. 2020-09-12 14:45:01,170 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. 2020-09-12 14:45:01,170 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. 2020-09-12 14:45:01,181 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. 2020-09-12 14:45:01,181 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. 2020-09-12 14:45:01,182 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. 2020-09-12 14:45:01,182 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. 2020-09-12 14:45:01,182 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. 2020-09-12 14:45:16,275 INFO [qtp1826699684-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]} 2020-09-12 14:45:51,771 INFO [qtp1826699684-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:278) - Authentication success for Client: '1501.107e0dcc-bd57-48c4-9a60-50cf1bde4664' 2020-09-12 14:45:51,929 INFO [qtp1826699684-19] [org.gluu.service.cache.NativePersistenceCacheProvider] (NativePersistenceCacheProvider.java:74) - Created NATIVE_PERSISTENCE cache provider. `baseDn`: ou=cache,o=gluu 2020-09-12 14:45:52,049 INFO [qtp1826699684-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:278) - Authentication success for Client: '1502.f01dee23-7353-4836-ba02-9c4991feae62' 2020-09-12 14:46:18,142 INFO [qtp1826699684-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:278) - Authentication success for Client: '1001.bedeaf22-1bb3-4415-bacd-53470bee51e0' 2020-09-12 14:46:33,248 INFO [qtp1826699684-19] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:278) - Authentication success for Client: 'c6c06b35-7b81-4467-a877-a6074d830afe' 2020-09-12 14:46:33,437 WARN [qtp1826699684-19] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Expired Key is used, alias: 2e1f95b2-4be6-439f-8d37-0c3d48b66d1e_sig_rs256 Expires On: 2020-09-06 23:19:18 Today's Date: 2020-09-12 14:46:33 2020-09-12 14:46:33,593 INFO [qtp1826699684-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:278) - Authentication success for Client: 'c6c06b35-7b81-4467-a877-a6074d830afe' 2020-09-12 14:46:33,727 WARN [qtp1826699684-16] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:239) - WARNING! Expired Key is used, alias: 2e1f95b2-4be6-439f-8d37-0c3d48b66d1e_sig_rs256 Expires On: 2020-09-06 23:19:18 Today's Date: 2020-09-12 14:46:33 2020-09-12 14:46:33,739 ERROR [qtp1826699684-16] [org.gluu.oxauth.model.common.AuthorizationGrant] (AuthorizationGrant.java:300) - Failed to persist entry: tknCde=feee3b201a78bf09747518b32b7f87558824d8c4af58e85137962d8d653347aa,ou=tokens,o=gluu org.gluu.persist.exception.EntryPersistenceException: Failed to persist entry: tknCde=feee3b201a78bf09747518b32b7f87558824d8c4af58e85137962d8d653347aa,ou=tokens,o=gluu at org.gluu.persist.ldap.impl.LdapEntryManager.persist(LdapEntryManager.java:192) ~[oxcore-persistence-ldap-4.2.1-SNAPSHOT.jar:?] at org.gluu.persist.impl.BaseEntryManager.persist(BaseEntryManager.java:126) ~[oxcore-persistence-core-4.2.1-SNAPSHOT.jar:?] 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.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$1948487569$Proxy$_$$_WeldClientProxy.persist(Unknown Source) ~[weld-core-impl-3.1.4.Final.jar:?] at org.gluu.oxauth.service.GrantService.persist(GrantService.java:153) ~[classes/:?] at org.gluu.oxauth.model.common.AuthorizationGrant.persist(AuthorizationGrant.java:306) ~[classes/:?] at org.gluu.oxauth.model.common.AuthorizationGrant.createIdToken(AuthorizationGrant.java:290) ~[classes/:?] at org.gluu.oxauth.token.ws.rs.TokenRestWebServiceImpl.requestAccessToken(TokenRestWebServiceImpl.java:310) ~[classes/:?] at org.gluu.oxauth.token.ws.rs.TokenRestWebServiceImpl$Proxy$_$$_WeldClientProxy.requestAccessToken(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.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:763) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1651) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226) ~[websocket-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1638) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.gluu.oxauth.auth.AuthenticationFilter.processBasicAuth(AuthenticationFilter.java:339) ~[classes/:?] at org.gluu.oxauth.auth.AuthenticationFilter.doFilter(AuthenticationFilter.java:158) ~[classes/:?] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1638) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.gluu.oxauth.audit.debug.ServletLoggingFilter.doFilter(ServletLoggingFilter.java:67) ~[classes/:?] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1630) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.gluu.server.filters.AbstractCorsFilter.handleNonCORS(AbstractCorsFilter.java:362) ~[oxcore-server-4.2.1-SNAPSHOT.jar:?] at org.gluu.server.filters.AbstractCorsFilter.doFilter(AbstractCorsFilter.java:139) ~[oxcore-server-4.2.1-SNAPSHOT.jar:?] at org.gluu.oxauth.filter.CorsFilter.doFilter(CorsFilter.java:118) ~[classes/:?] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1638) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:567) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:602) ~[jetty-security-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1377) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:507) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1292) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.Server.handle(Server.java:501) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at java.lang.Thread.run(Thread.java:834) [?:?] Caused by: org.gluu.persist.exception.operation.DuplicateEntryException: Entry already exists at org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl.addEntryImpl(LdapOperationServiceImpl.java:733) ~[oxcore-persistence-ldap-4.2.1-SNAPSHOT.jar:?] at org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl.addEntry(LdapOperationServiceImpl.java:712) ~[oxcore-persistence-ldap-4.2.1-SNAPSHOT.jar:?] at org.gluu.persist.ldap.impl.LdapEntryManager.persist(LdapEntryManager.java:185) ~[oxcore-persistence-ldap-4.2.1-SNAPSHOT.jar:?] ... 81 more ``` I don't know where or for what to look... Can you guide me how to increase stability?

By Yuriy Zabrovarnyy staff 14 Sep 2020 at 3:40 a.m. CDT

Yuriy Zabrovarnyy gravatar
There were issue fixed in latest 4.2.1, you can replace latest war file from here: https://ox.gluu.org/maven/org/gluu/oxauth-server/4.2.1-SNAPSHOT/oxauth-server-4.2.1-SNAPSHOT.war 1. service oxauth stop 2. replace oxauth.war 3. service oxauth start Also please check opendj log and schema file. As it was reported lately there were some corrupted packages with outdated schema, replace your local schema with this file https://github.com/GluuFederation/community-edition-setup/blob/version_4.2.1/static/opendj/101-ox.ldif (Opendj service restart is required). Thanks, Yuriy Z

By Alexander Täffner user 24 Sep 2020 at 1 p.m. CDT

Alexander Täffner gravatar
So I did what you told me @Yuriy.Zabrovarnyy but it seems as if it's now crashing even more often. It IS working but after some time I get a 503 and am required to restart identity. Is there probably also a newer WAR? Compatibility issues? The logs are clean...

By Yuriy Zabrovarnyy staff 24 Sep 2020 at 3:50 p.m. CDT

Yuriy Zabrovarnyy gravatar
Please install latest official 4.2.1 version which was released today. https://repo.gluu.org/

By Alexander Täffner user 24 Sep 2020 at 4:07 p.m. CDT

Alexander Täffner gravatar
@Yuriy.Zabrovarnyy What is the correct way to do that on an already running 4.2.1 snapshot system? How do I preserve data?

By Alexander Täffner user 09 Oct 2020 at 10:15 a.m. CDT

Alexander Täffner gravatar
Still waiting for clarification...? @Yuriy.Zabrovarnyy?

By Tyson Mahendran user 04 Dec 2020 at 10:32 a.m. CST

Tyson Mahendran gravatar
Were you able to resolve the error? I got same error with gluu 4.0 and I upgrade to 4.2.0 and still getting the following error [org.gluu.oxtrust.auth.uma.BaseUmaProtectionService] (BaseUmaProtectionService.java:81) - Failed to check UMA PAT token status org.gluu.oxtrust.exception.UmaProtectionException: Failed to obtain valid UMA PAT token at org.gluu.oxtrust.auth.uma.BaseUmaProtectionService.retrievePatToken(BaseUmaProtectionService.java:123) ~[oxtrust-service-4.2.0.Final.jar:?] at org.gluu.oxtrust.auth.uma.BaseUmaProtectionService.getPatToken(BaseUmaProtectionService.java:65) ~[oxtrust-service-4.2.0.Final.jar:?] at org.gluu.oxtrust.auth.uma.BaseUmaProtectionService.isExistPatToken(BaseUmaProtectionService.java:79) ~[oxtrust-service-4.2.0.Final.jar:?] at org.gluu.oxtrust.auth.uma.BaseUmaProtectionService.isEnabledUmaAuthentication(BaseUmaProtectionService.java:74) ~[oxtrust-service-4.2.0.Final.jar:?]