tecoholic

infinite_log_debug

Mar 31st, 2016
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 214.57 KB | None | 0 0
  1. INFO   | jvm 1    | 2016/04/01 04:05:07 | 2016-04-01 04:05:07,658 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  2. DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  3. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  4. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  5. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  6. DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  7. DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: responseType = code id_token, clientId = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, scope = openid profile email user_name, redirectUri = https://gluu.example.com/identity/authentication/authcode, nonce = nonce, state = null, request = null, isSecure = true, requestSessionState = null, sessionState = null
  8. DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: acrValues = null, amrValues = null, originHeaders = {4}
  9. DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  10. DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  11. DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  12. DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  13. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  14. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  15. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  16. DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  17. DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  18. INFO  [org.gluu.oxtrust.action.Authenticator] authorizationCode : e49429e6-98a5-499e-89f9-6fafe96eaaef
  19. INFO  [org.gluu.oxtrust.action.Authenticator]  scopes : user_name email openid profile
  20. INFO  [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  21. INFO  [org.gluu.oxtrust.action.Authenticator] getting accessToken
  22. INFO  [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
  23. INFO  [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
  24. INFO  [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
  25. ERROR [org.xdi.oxauth.client.TokenClient] sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  26. INFO  javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  27.    at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  28.    at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
  29.    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
  30.    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
  31.    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
  32.    at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
  33.    at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
  34.    at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
  35.    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
  36.    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
  37.    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
  38.    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
  39.    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
  40.    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
  41.    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
  42.    at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
  43.    at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
  44.    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
  45.    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
  46.    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
  47.    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
  48.    at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
  49.    at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
  50.    at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
  51.    at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
  52.    at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
  53.    at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
  54.    at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
  55.    at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
  56.    at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
  57.    at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
  58.    at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
  59.    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60.    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  61.    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62.    at java.lang.reflect.Method.invoke(Method.java:606)
  63.    at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  64.    at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  65.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  66.    at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  67.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  68.    at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  69.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  70.    at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  71.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  72.    at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  73.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  74.    at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  75.    at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  76.    at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  77.    at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  78.    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79.    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  80.    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  81.    at java.lang.reflect.Method.invoke(Method.java:606)
  82.    at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  83.    at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  84.    at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  85.    at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  86.    at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  87.    at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  88.    at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  89.    at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  90.    at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  91.    at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  92.    at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  93.    at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  94.    at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  95.    at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  96.    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  97.    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  98.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  99.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  100.    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  101.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  102.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  103.    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  104.    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  105.    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  106.    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  107.    at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  108.    at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  109.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  110.    at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  111.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  112.    at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  113.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  114.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  115.    at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  116.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  117.    at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  118.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  119.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  120.    at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  121.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  122.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  123.    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  124.    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  125.    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  126.    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  127.    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  128.    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  129.    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  130.    at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  131.    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  132.    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  133.    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  134.    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  135.    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  136.    at java.lang.Thread.run(Thread.java:745)
  137.  Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  138.    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
  139.    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
  140.    at sun.security.validator.Validator.validate(Validator.java:260)
  141.    at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
  142.    at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
  143.    at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
  144.    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
  145.    ... 105 more
  146.  Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  147.    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
  148.    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
  149.    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
  150.    ... 111 more
  151.  
  152.  2016-04-01 04:05:09,746 INFO  [org.gluu.oxtrust.action.Authenticator]  tokenResponse : null
  153.  2016-04-01 04:05:09,763 ERROR [org.jboss.seam.exception.Exceptions] handled and logged exception
  154.  javax.el.ELException: java.lang.NullPointerException
  155.    at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
  156.    at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  157.    at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  158.    at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  159.    at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  160.    at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  161.    at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  162.    at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  163.    at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  164.    at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  165.    at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  166.    at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  167.    at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  168.    at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  169.    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  170.    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  171.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  172.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  173.    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  174.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  175.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  176.    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  177.    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  178.    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  179.    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  180.    at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  181.    at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  182.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  183.    at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  184.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  185.    at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  186.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  187.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  188.    at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  189.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  190.    at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  191.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  192.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  193.    at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  194.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  195.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  196.    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  197.    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  198.    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  199.    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  200.    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  201.    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  202.    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  203.    at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  204.    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  205.    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  206.    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  207.    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  208.    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  209.    at java.lang.Thread.run(Thread.java:745)
  210.  Caused by: java.lang.NullPointerException
  211.    at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
  212.    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  213.    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  214.    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  215.    at java.lang.reflect.Method.invoke(Method.java:606)
  216.    at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  217.    at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  218.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  219.    at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  220.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  221.    at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  222.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  223.    at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  224.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  225.    at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  226.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  227.    at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  228.    at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  229.    at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  230.    at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  231.    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  232.    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  233.    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  234.    at java.lang.reflect.Method.invoke(Method.java:606)
  235.    at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  236.    ... 54 more
  237.  
  238.  
  239. DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  240. DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  241. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  242. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  243. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  244. DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  245. DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: responseType = code id_token, clientId = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, scope = openid profile email user_name, redirectUri = https://gluu.example.com/identity/authentication/authcode, nonce = nonce, state = null, request = null, isSecure = true, requestSessionState = null, sessionState = null
  246. DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: acrValues = null, amrValues = null, originHeaders = {4}
  247. DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  248. DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  249. DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  250. DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  251. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  252. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  253. DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  254. DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  255. DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  256. INFO  [org.gluu.oxtrust.action.Authenticator] authorizationCode : 9ba8c800-0aef-4538-97b3-bfa1631c98f0
  257. INFO  [org.gluu.oxtrust.action.Authenticator]  scopes : user_name email openid profile
  258. INFO  [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  259. INFO  [org.gluu.oxtrust.action.Authenticator] getting accessToken
  260. INFO  [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
  261. INFO  [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
  262. INFO  [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
  263. ERROR [org.xdi.oxauth.client.TokenClient] sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  264. INFO  javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  265.    at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  266.    at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
  267.    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
  268.    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
  269.    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
  270.    at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
  271.    at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
  272.    at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
  273.    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
  274.    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
  275.    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
  276.    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
  277.    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
  278.    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
  279.    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
  280.    at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
  281.    at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
  282.    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
  283.    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
  284.    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
  285.    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
  286.    at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
  287.    at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
  288.    at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
  289.    at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
  290.    at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
  291.    at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
  292.    at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
  293.    at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
  294.    at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
  295.    at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
  296.    at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
  297.    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  298.    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  299.    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  300.    at java.lang.reflect.Method.invoke(Method.java:606)
  301.    at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  302.    at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  303.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  304.    at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  305.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  306.    at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  307.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  308.    at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  309.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  310.    at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  311.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  312.    at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  313.    at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  314.    at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  315.    at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  316.    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  317.    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  318.    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  319.    at java.lang.reflect.Method.invoke(Method.java:606)
  320.    at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  321.    at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  322.    at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  323.    at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  324.    at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  325.    at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  326.    at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  327.    at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  328.    at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  329.    at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  330.    at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  331.    at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  332.    at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  333.    at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  334.    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  335.    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  336.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  337.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  338.    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  339.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  340.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  341.    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  342.    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  343.    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  344.    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  345.    at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  346.    at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  347.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  348.    at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  349.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  350.    at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  351.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  352.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  353.    at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  354.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  355.    at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  356.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  357.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  358.    at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  359.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  360.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  361.    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  362.    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  363.    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  364.    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  365.    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  366.    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  367.    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  368.    at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  369.    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  370.    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  371.    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  372.    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  373.    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  374.    at java.lang.Thread.run(Thread.java:745)
  375.  Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  376.    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
  377.    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
  378.    at sun.security.validator.Validator.validate(Validator.java:260)
  379.    at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
  380.    at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
  381.    at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
  382.    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
  383.    ... 105 more
  384.  Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  385.    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
  386.    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
  387.    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
  388.    ... 111 more
  389.  2016-04-01 04:05:11,697 INFO  [org.gluu.oxtrust.action.Authenticator]  tokenResponse : null
  390.  2016-04-01 04:05:11,699 ERROR [org.jboss.seam.exception.Exceptions] handled and logged exception
  391.  javax.el.ELException: java.lang.NullPointerException
  392.    at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
  393.    at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  394.    at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  395.    at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  396.    at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  397.    at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  398.    at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  399.    at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  400.    at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  401.    at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  402.    at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  403.    at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  404.    at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  405.    at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  406.    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  407.    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  408.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  409.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  410.    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  411.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  412.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  413.    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  414.    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  415.    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  416.    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  417.    at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  418.    at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  419.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  420.    at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  421.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  422.    at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  423.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  424.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  425.    at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  426.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  427.    at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  428.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  429.    at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  430.    at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  431.    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  432.    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  433.    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  434.    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  435.    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  436.    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  437.    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  438.    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  439.    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  440.    at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  441.    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  442.    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  443.    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  444.    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  445.    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  446.    at java.lang.Thread.run(Thread.java:745)
  447.  Caused by: java.lang.NullPointerException
  448.    at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
  449.    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  450.    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  451.    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  452.    at java.lang.reflect.Method.invoke(Method.java:606)
  453.    at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  454.    at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  455.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  456.    at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  457.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  458.    at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  459.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  460.    at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  461.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  462.    at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  463.    at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  464.    at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  465.    at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  466.    at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  467.    at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  468.    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  469.    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  470.    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  471.    at java.lang.reflect.Method.invoke(Method.java:606)
  472.    at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  473.    ... 54 more
  474.  
  475.  
  476. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,446 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  477. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,447 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  478. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,447 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  479. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,447 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  480. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,448 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  481. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,458 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  482. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,797 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: responseType = code id_token, clientId = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, scope = openid profile email user_name, redirectUri = https://gluu.example.com/identity/authentication/authcode, nonce = nonce, state = null, request = null, isSecure = true, requestSessionState = null, sessionState = null
  483. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,797 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: acrValues = null, amrValues = null, originHeaders = {4}
  484. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,803 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  485. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,803 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  486. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,856 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  487. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,856 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  488. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,857 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  489. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,857 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  490. INFO   | jvm 1    | 2016/04/01 04:05:12 | 2016-04-01 04:05:12,857 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  491. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:12,967 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  492. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:12,998 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  493. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,715 INFO  [org.gluu.oxtrust.action.Authenticator] authorizationCode : 68e9a76b-39b1-4a04-a80e-97a9af6e4524
  494. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,715 INFO  [org.gluu.oxtrust.action.Authenticator]  scopes : user_name email openid profile
  495. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,715 INFO  [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  496. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,715 INFO  [org.gluu.oxtrust.action.Authenticator] getting accessToken
  497. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,715 INFO  [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
  498. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,715 INFO  [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
  499. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,716 INFO  [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
  500. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,730 ERROR [org.xdi.oxauth.client.TokenClient] sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  501. INFO   | jvm 1    | 2016/04/01 04:05:13 | javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  502. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  503. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
  504. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
  505. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
  506. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
  507. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
  508. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
  509. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
  510. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
  511. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
  512. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
  513. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
  514. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
  515. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
  516. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
  517. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
  518. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
  519. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
  520. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
  521. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
  522. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
  523. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
  524. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
  525. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
  526. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
  527. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
  528. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
  529. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
  530. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
  531. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
  532. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
  533. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
  534. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  535. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  536. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  537. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at java.lang.reflect.Method.invoke(Method.java:606)
  538. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  539. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  540. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  541. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  542. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  543. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  544. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  545. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  546. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  547. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  548. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  549. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  550. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  551. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  552. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  553. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  554. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  555. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  556. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at java.lang.reflect.Method.invoke(Method.java:606)
  557. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  558. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  559. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  560. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  561. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  562. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  563. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  564. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  565. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  566. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  567. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  568. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  569. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  570. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  571. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  572. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  573. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  574. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  575. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  576. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  577. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  578. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  579. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  580. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  581. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  582. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  583. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  584. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  585. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  586. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  587. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  588. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  589. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  590. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  591. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  592. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  593. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  594. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  595. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  596. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  597. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  598. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  599. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  600. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  601. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  602. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  603. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  604. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  605. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  606. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  607. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  608. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  609. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  610. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  611. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at java.lang.Thread.run(Thread.java:745)
  612. INFO   | jvm 1    | 2016/04/01 04:05:13 | Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  613. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
  614. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
  615. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.validator.Validator.validate(Validator.java:260)
  616. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
  617. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
  618. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
  619. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
  620. INFO   | jvm 1    | 2016/04/01 04:05:13 |   ... 105 more
  621. INFO   | jvm 1    | 2016/04/01 04:05:13 | Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  622. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
  623. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
  624. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
  625. INFO   | jvm 1    | 2016/04/01 04:05:13 |   ... 111 more
  626. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,733 INFO  [org.gluu.oxtrust.action.Authenticator]  tokenResponse : null
  627. INFO   | jvm 1    | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,734 ERROR [org.jboss.seam.exception.Exceptions] handled and logged exception
  628. INFO   | jvm 1    | 2016/04/01 04:05:13 | javax.el.ELException: java.lang.NullPointerException
  629. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
  630. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  631. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  632. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  633. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  634. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  635. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  636. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  637. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  638. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  639. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  640. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  641. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  642. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  643. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  644. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  645. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  646. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  647. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  648. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  649. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  650. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  651. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  652. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  653. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  654. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  655. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  656. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  657. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  658. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  659. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  660. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  661. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  662. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  663. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  664. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  665. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  666. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  667. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  668. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  669. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  670. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  671. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  672. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  673. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  674. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  675. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  676. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  677. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  678. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  679. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  680. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  681. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  682. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  683. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at java.lang.Thread.run(Thread.java:745)
  684. INFO   | jvm 1    | 2016/04/01 04:05:13 | Caused by: java.lang.NullPointerException
  685. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
  686. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  687. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  688. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  689. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at java.lang.reflect.Method.invoke(Method.java:606)
  690. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  691. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  692. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  693. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  694. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  695. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  696. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  697. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  698. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  699. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  700. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  701. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  702. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  703. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  704. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  705. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  706. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  707. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  708. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at java.lang.reflect.Method.invoke(Method.java:606)
  709. INFO   | jvm 1    | 2016/04/01 04:05:13 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  710. INFO   | jvm 1    | 2016/04/01 04:05:13 |   ... 54 more
  711. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,584 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  712. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,585 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  713. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,585 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  714. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,586 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  715. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,586 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  716. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,601 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  717. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,888 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: responseType = code id_token, clientId = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, scope = openid profile email user_name, redirectUri = https://gluu.example.com/identity/authentication/authcode, nonce = nonce, state = null, request = null, isSecure = true, requestSessionState = null, sessionState = null
  718. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,888 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: acrValues = null, amrValues = null, originHeaders = {4}
  719. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,894 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  720. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,894 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  721. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,934 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  722. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,935 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  723. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,935 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  724. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,935 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  725. INFO   | jvm 1    | 2016/04/01 04:05:14 | 2016-04-01 04:05:14,935 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  726. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,054 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  727. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,084 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  728. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,670 INFO  [org.gluu.oxtrust.action.Authenticator] authorizationCode : 2d34a28f-17af-4fbf-931b-e11aa45ead8f
  729. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,670 INFO  [org.gluu.oxtrust.action.Authenticator]  scopes : user_name email openid profile
  730. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,670 INFO  [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  731. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,671 INFO  [org.gluu.oxtrust.action.Authenticator] getting accessToken
  732. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,671 INFO  [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
  733. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,671 INFO  [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
  734. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,671 INFO  [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
  735. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,684 ERROR [org.xdi.oxauth.client.TokenClient] sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  736. INFO   | jvm 1    | 2016/04/01 04:05:15 | javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  737. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  738. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
  739. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
  740. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
  741. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
  742. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
  743. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
  744. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
  745. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
  746. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
  747. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
  748. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
  749. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
  750. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
  751. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
  752. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
  753. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
  754. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
  755. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
  756. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
  757. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
  758. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
  759. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
  760. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
  761. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
  762. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
  763. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
  764. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
  765. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
  766. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
  767. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
  768. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
  769. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  770. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  771. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  772. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at java.lang.reflect.Method.invoke(Method.java:606)
  773. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  774. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  775. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  776. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  777. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  778. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  779. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  780. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  781. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  782. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  783. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  784. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  785. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  786. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  787. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  788. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  789. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  790. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  791. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at java.lang.reflect.Method.invoke(Method.java:606)
  792. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  793. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  794. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  795. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  796. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  797. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  798. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  799. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  800. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  801. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  802. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  803. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  804. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  805. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  806. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  807. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  808. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  809. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  810. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  811. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  812. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  813. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  814. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  815. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  816. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  817. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  818. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  819. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  820. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  821. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  822. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  823. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  824. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  825. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  826. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  827. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  828. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  829. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  830. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  831. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  832. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  833. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  834. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  835. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  836. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  837. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  838. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  839. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  840. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  841. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  842. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  843. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  844. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  845. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  846. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at java.lang.Thread.run(Thread.java:745)
  847. INFO   | jvm 1    | 2016/04/01 04:05:15 | Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  848. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
  849. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
  850. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.validator.Validator.validate(Validator.java:260)
  851. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
  852. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
  853. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
  854. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
  855. INFO   | jvm 1    | 2016/04/01 04:05:15 |   ... 105 more
  856. INFO   | jvm 1    | 2016/04/01 04:05:15 | Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  857. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
  858. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
  859. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
  860. INFO   | jvm 1    | 2016/04/01 04:05:15 |   ... 111 more
  861. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,687 INFO  [org.gluu.oxtrust.action.Authenticator]  tokenResponse : null
  862. INFO   | jvm 1    | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,688 ERROR [org.jboss.seam.exception.Exceptions] handled and logged exception
  863. INFO   | jvm 1    | 2016/04/01 04:05:15 | javax.el.ELException: java.lang.NullPointerException
  864. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
  865. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  866. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  867. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  868. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  869. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  870. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  871. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  872. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  873. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  874. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  875. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  876. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  877. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  878. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  879. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  880. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  881. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  882. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  883. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  884. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  885. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  886. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  887. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  888. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  889. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  890. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  891. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  892. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  893. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  894. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  895. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  896. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  897. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  898. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  899. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  900. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  901. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  902. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  903. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  904. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  905. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  906. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  907. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  908. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  909. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  910. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  911. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  912. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  913. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  914. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  915. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  916. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  917. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  918. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at java.lang.Thread.run(Thread.java:745)
  919. INFO   | jvm 1    | 2016/04/01 04:05:15 | Caused by: java.lang.NullPointerException
  920. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
  921. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  922. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  923. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  924. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at java.lang.reflect.Method.invoke(Method.java:606)
  925. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  926. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  927. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  928. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  929. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  930. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  931. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  932. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  933. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  934. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  935. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  936. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  937. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  938. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  939. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  940. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  941. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  942. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  943. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at java.lang.reflect.Method.invoke(Method.java:606)
  944. INFO   | jvm 1    | 2016/04/01 04:05:15 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  945. INFO   | jvm 1    | 2016/04/01 04:05:15 |   ... 54 more
  946. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,528 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  947. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,529 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  948. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,529 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  949. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,530 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  950. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,530 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  951. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,539 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  952. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,933 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: responseType = code id_token, clientId = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, scope = openid profile email user_name, redirectUri = https://gluu.example.com/identity/authentication/authcode, nonce = nonce, state = null, request = null, isSecure = true, requestSessionState = null, sessionState = null
  953. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,933 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: acrValues = null, amrValues = null, originHeaders = {4}
  954. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,936 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  955. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,936 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  956. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,969 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  957. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,970 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  958. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,970 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  959. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,970 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  960. INFO   | jvm 1    | 2016/04/01 04:05:16 | 2016-04-01 04:05:16,970 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  961. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,053 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  962. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,082 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  963. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,859 INFO  [org.gluu.oxtrust.action.Authenticator] authorizationCode : 6cb3f53a-64ff-478e-9672-3d70b6369f14
  964. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,860 INFO  [org.gluu.oxtrust.action.Authenticator]  scopes : user_name email openid profile
  965. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,860 INFO  [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  966. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,860 INFO  [org.gluu.oxtrust.action.Authenticator] getting accessToken
  967. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,860 INFO  [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
  968. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,860 INFO  [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
  969. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,860 INFO  [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
  970. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,873 ERROR [org.xdi.oxauth.client.TokenClient] sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  971. INFO   | jvm 1    | 2016/04/01 04:05:17 | javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  972. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  973. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
  974. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
  975. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
  976. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
  977. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
  978. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
  979. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
  980. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
  981. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
  982. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
  983. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
  984. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
  985. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
  986. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
  987. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
  988. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
  989. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
  990. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
  991. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
  992. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
  993. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
  994. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
  995. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
  996. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
  997. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
  998. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
  999. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
  1000. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
  1001. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
  1002. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
  1003. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
  1004. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1005. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1006. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1007. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1008. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  1009. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  1010. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  1011. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  1012. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1013. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  1014. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1015. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  1016. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1017. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  1018. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1019. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  1020. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  1021. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  1022. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  1023. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1024. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1025. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1026. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1027. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  1028. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  1029. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  1030. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  1031. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  1032. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  1033. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  1034. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  1035. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  1036. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  1037. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  1038. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  1039. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  1040. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  1041. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  1042. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  1043. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  1044. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1045. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  1046. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1047. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1048. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  1049. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  1050. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  1051. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  1052. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  1053. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  1054. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1055. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  1056. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1057. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  1058. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1059. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1060. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  1061. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1062. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  1063. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1064. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1065. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  1066. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1067. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1068. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  1069. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  1070. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  1071. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  1072. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  1073. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  1074. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  1075. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  1076. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  1077. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  1078. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  1079. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  1080. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1081. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at java.lang.Thread.run(Thread.java:745)
  1082. INFO   | jvm 1    | 2016/04/01 04:05:17 | Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1083. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
  1084. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
  1085. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.validator.Validator.validate(Validator.java:260)
  1086. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
  1087. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
  1088. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
  1089. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
  1090. INFO   | jvm 1    | 2016/04/01 04:05:17 |   ... 105 more
  1091. INFO   | jvm 1    | 2016/04/01 04:05:17 | Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1092. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
  1093. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
  1094. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
  1095. INFO   | jvm 1    | 2016/04/01 04:05:17 |   ... 111 more
  1096. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,876 INFO  [org.gluu.oxtrust.action.Authenticator]  tokenResponse : null
  1097. INFO   | jvm 1    | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,877 ERROR [org.jboss.seam.exception.Exceptions] handled and logged exception
  1098. INFO   | jvm 1    | 2016/04/01 04:05:17 | javax.el.ELException: java.lang.NullPointerException
  1099. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
  1100. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  1101. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  1102. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  1103. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  1104. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  1105. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  1106. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  1107. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  1108. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  1109. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  1110. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  1111. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  1112. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  1113. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  1114. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  1115. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  1116. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1117. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  1118. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1119. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1120. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  1121. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  1122. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  1123. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  1124. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  1125. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  1126. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1127. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  1128. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1129. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  1130. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1131. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1132. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  1133. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1134. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  1135. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1136. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1137. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  1138. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1139. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1140. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  1141. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  1142. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  1143. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  1144. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  1145. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  1146. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  1147. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  1148. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  1149. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  1150. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  1151. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  1152. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1153. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at java.lang.Thread.run(Thread.java:745)
  1154. INFO   | jvm 1    | 2016/04/01 04:05:17 | Caused by: java.lang.NullPointerException
  1155. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
  1156. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1157. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1158. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1159. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1160. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  1161. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  1162. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  1163. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  1164. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1165. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  1166. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1167. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  1168. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1169. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  1170. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1171. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  1172. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  1173. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  1174. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  1175. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1176. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1177. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1178. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1179. INFO   | jvm 1    | 2016/04/01 04:05:17 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  1180. INFO   | jvm 1    | 2016/04/01 04:05:17 |   ... 54 more
  1181. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,625 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1182. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,626 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1183. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,627 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  1184. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,627 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  1185. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,627 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  1186. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,641 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1187. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,913 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: responseType = code id_token, clientId = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, scope = openid profile email user_name, redirectUri = https://gluu.example.com/identity/authentication/authcode, nonce = nonce, state = null, request = null, isSecure = true, requestSessionState = null, sessionState = null
  1188. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,913 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: acrValues = null, amrValues = null, originHeaders = {4}
  1189. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,916 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1190. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,916 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  1191. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,946 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  1192. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,947 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1193. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,947 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  1194. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,947 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  1195. INFO   | jvm 1    | 2016/04/01 04:05:18 | 2016-04-01 04:05:18,947 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  1196. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,018 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  1197. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,045 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  1198. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,654 INFO  [org.gluu.oxtrust.action.Authenticator] authorizationCode : 289af87f-8f51-4173-b89b-6f833c13d77f
  1199. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,654 INFO  [org.gluu.oxtrust.action.Authenticator]  scopes : user_name email openid profile
  1200. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,654 INFO  [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1201. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,654 INFO  [org.gluu.oxtrust.action.Authenticator] getting accessToken
  1202. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,654 INFO  [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
  1203. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,654 INFO  [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
  1204. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,654 INFO  [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
  1205. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,667 ERROR [org.xdi.oxauth.client.TokenClient] sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1206. INFO   | jvm 1    | 2016/04/01 04:05:19 | javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1207. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  1208. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
  1209. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
  1210. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
  1211. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
  1212. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
  1213. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
  1214. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
  1215. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
  1216. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
  1217. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
  1218. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
  1219. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
  1220. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
  1221. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
  1222. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
  1223. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
  1224. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
  1225. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
  1226. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
  1227. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
  1228. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
  1229. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
  1230. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
  1231. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
  1232. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
  1233. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
  1234. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
  1235. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
  1236. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
  1237. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
  1238. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
  1239. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1240. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1241. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1242. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1243. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  1244. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  1245. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  1246. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  1247. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1248. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  1249. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1250. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  1251. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1252. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  1253. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1254. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  1255. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  1256. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  1257. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  1258. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1259. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1260. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1261. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1262. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  1263. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  1264. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  1265. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  1266. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  1267. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  1268. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  1269. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  1270. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  1271. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  1272. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  1273. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  1274. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  1275. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  1276. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  1277. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  1278. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  1279. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1280. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  1281. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1282. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1283. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  1284. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  1285. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  1286. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  1287. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  1288. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  1289. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1290. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  1291. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1292. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  1293. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1294. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1295. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  1296. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1297. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  1298. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1299. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1300. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  1301. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1302. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1303. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  1304. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  1305. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  1306. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  1307. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  1308. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  1309. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  1310. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  1311. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  1312. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  1313. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  1314. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  1315. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1316. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at java.lang.Thread.run(Thread.java:745)
  1317. INFO   | jvm 1    | 2016/04/01 04:05:19 | Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1318. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
  1319. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
  1320. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.validator.Validator.validate(Validator.java:260)
  1321. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
  1322. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
  1323. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
  1324. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
  1325. INFO   | jvm 1    | 2016/04/01 04:05:19 |   ... 105 more
  1326. INFO   | jvm 1    | 2016/04/01 04:05:19 | Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1327. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
  1328. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
  1329. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
  1330. INFO   | jvm 1    | 2016/04/01 04:05:19 |   ... 111 more
  1331. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,669 INFO  [org.gluu.oxtrust.action.Authenticator]  tokenResponse : null
  1332. INFO   | jvm 1    | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,670 ERROR [org.jboss.seam.exception.Exceptions] handled and logged exception
  1333. INFO   | jvm 1    | 2016/04/01 04:05:19 | javax.el.ELException: java.lang.NullPointerException
  1334. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
  1335. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  1336. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  1337. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  1338. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  1339. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  1340. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  1341. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  1342. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  1343. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  1344. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  1345. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  1346. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  1347. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  1348. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  1349. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  1350. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  1351. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1352. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  1353. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1354. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1355. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  1356. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  1357. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  1358. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  1359. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  1360. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  1361. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1362. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  1363. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1364. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  1365. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1366. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1367. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  1368. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1369. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  1370. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1371. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1372. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  1373. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1374. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1375. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  1376. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  1377. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  1378. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  1379. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  1380. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  1381. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  1382. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  1383. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  1384. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  1385. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  1386. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  1387. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1388. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at java.lang.Thread.run(Thread.java:745)
  1389. INFO   | jvm 1    | 2016/04/01 04:05:19 | Caused by: java.lang.NullPointerException
  1390. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
  1391. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1392. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1393. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1394. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1395. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  1396. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  1397. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  1398. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  1399. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1400. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  1401. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1402. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  1403. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1404. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  1405. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1406. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  1407. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  1408. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  1409. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  1410. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1411. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1412. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1413. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1414. INFO   | jvm 1    | 2016/04/01 04:05:19 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  1415. INFO   | jvm 1    | 2016/04/01 04:05:19 |   ... 54 more
  1416. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,504 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1417. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,505 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1418. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,505 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  1419. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,506 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  1420. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,506 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  1421. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,514 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1422. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,817 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: responseType = code id_token, clientId = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, scope = openid profile email user_name, redirectUri = https://gluu.example.com/identity/authentication/authcode, nonce = nonce, state = null, request = null, isSecure = true, requestSessionState = null, sessionState = null
  1423. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,817 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: acrValues = null, amrValues = null, originHeaders = {4}
  1424. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,821 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1425. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,821 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  1426. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,861 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  1427. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,862 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1428. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,862 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  1429. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,862 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  1430. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,862 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  1431. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,944 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  1432. INFO   | jvm 1    | 2016/04/01 04:05:20 | 2016-04-01 04:05:20,973 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  1433. INFO   | jvm 1    | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,603 INFO  [org.gluu.oxtrust.action.Authenticator] authorizationCode : 187254b8-0c1c-42d6-8b30-c0327d8daf9d
  1434. INFO   | jvm 1    | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,603 INFO  [org.gluu.oxtrust.action.Authenticator]  scopes : user_name email openid profile
  1435. INFO   | jvm 1    | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,604 INFO  [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1436. INFO   | jvm 1    | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,604 INFO  [org.gluu.oxtrust.action.Authenticator] getting accessToken
  1437. INFO   | jvm 1    | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,604 INFO  [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
  1438. INFO   | jvm 1    | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,604 INFO  [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
  1439. INFO   | jvm 1    | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,604 INFO  [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
  1440. INFO   | jvm 1    | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,617 ERROR [org.xdi.oxauth.client.TokenClient] sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1441. INFO   | jvm 1    | 2016/04/01 04:05:21 | javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1442. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  1443. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
  1444. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
  1445. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
  1446. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
  1447. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
  1448. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
  1449. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
  1450. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
  1451. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
  1452. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
  1453. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
  1454. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
  1455. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
  1456. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
  1457. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
  1458. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
  1459. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
  1460. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
  1461. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
  1462. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
  1463. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
  1464. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
  1465. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
  1466. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
  1467. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
  1468. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
  1469. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
  1470. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
  1471. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
  1472. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
  1473. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
  1474. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1475. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1476. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1477. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1478. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  1479. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  1480. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  1481. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  1482. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1483. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  1484. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1485. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  1486. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1487. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  1488. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1489. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  1490. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  1491. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  1492. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  1493. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1494. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1495. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1496. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1497. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  1498. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  1499. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  1500. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  1501. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  1502. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  1503. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  1504. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  1505. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  1506. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  1507. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  1508. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  1509. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  1510. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  1511. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  1512. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  1513. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  1514. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1515. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  1516. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1517. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1518. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  1519. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  1520. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  1521. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  1522. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  1523. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  1524. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1525. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  1526. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1527. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  1528. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1529. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1530. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  1531. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1532. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  1533. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1534. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1535. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  1536. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1537. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1538. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  1539. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  1540. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  1541. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  1542. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  1543. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  1544. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  1545. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  1546. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  1547. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  1548. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  1549. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  1550. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1551. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at java.lang.Thread.run(Thread.java:745)
  1552. INFO   | jvm 1    | 2016/04/01 04:05:21 | Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1553. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
  1554. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
  1555. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.validator.Validator.validate(Validator.java:260)
  1556. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
  1557. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
  1558. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
  1559. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
  1560. INFO   | jvm 1    | 2016/04/01 04:05:21 |   ... 105 more
  1561. INFO   | jvm 1    | 2016/04/01 04:05:21 | Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1562. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
  1563. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
  1564. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
  1565. INFO   | jvm 1    | 2016/04/01 04:05:21 |   ... 111 more
  1566. INFO   | jvm 1    | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,620 INFO  [org.gluu.oxtrust.action.Authenticator]  tokenResponse : null
  1567. INFO   | jvm 1    | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,621 ERROR [org.jboss.seam.exception.Exceptions] handled and logged exception
  1568. INFO   | jvm 1    | 2016/04/01 04:05:21 | javax.el.ELException: java.lang.NullPointerException
  1569. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
  1570. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  1571. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  1572. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  1573. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  1574. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  1575. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  1576. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  1577. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  1578. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  1579. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  1580. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  1581. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  1582. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  1583. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  1584. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  1585. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  1586. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1587. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  1588. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1589. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1590. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  1591. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  1592. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  1593. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  1594. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  1595. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  1596. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1597. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  1598. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1599. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  1600. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1601. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1602. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  1603. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1604. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  1605. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1606. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  1607. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
  1608. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1609. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1610. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  1611. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  1612. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
  1613. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  1614. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  1615. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  1616. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  1617. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
  1618. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
  1619. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
  1620. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  1621. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  1622. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1623. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at java.lang.Thread.run(Thread.java:745)
  1624. INFO   | jvm 1    | 2016/04/01 04:05:21 | Caused by: java.lang.NullPointerException
  1625. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
  1626. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1627. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1628. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1629. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1630. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  1631. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  1632. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  1633. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  1634. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1635. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  1636. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1637. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  1638. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1639. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  1640. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1641. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  1642. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  1643. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  1644. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  1645. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1646. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1647. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1648. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1649. INFO   | jvm 1    | 2016/04/01 04:05:21 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  1650. INFO   | jvm 1    | 2016/04/01 04:05:21 |   ... 54 more
  1651. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,336 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1652. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,337 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1653. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,337 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  1654. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,337 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  1655. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,337 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  1656. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,345 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1657. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,666 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: responseType = code id_token, clientId = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, scope = openid profile email user_name, redirectUri = https://gluu.example.com/identity/authentication/authcode, nonce = nonce, state = null, request = null, isSecure = true, requestSessionState = null, sessionState = null
  1658. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,667 DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: acrValues = null, amrValues = null, originHeaders = {4}
  1659. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,670 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1660. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,670 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  1661. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,696 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  1662. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,697 DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1663. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,698 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Validating redirection URI: clientIdentifier = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926, redirectionUri = https://gluu.example.com/identity/authentication/authcode, found = 3
  1664. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,698 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
  1665. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,698 DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
  1666. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,771 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
  1667. INFO   | jvm 1    | 2016/04/01 04:05:22 | 2016-04-01 04:05:22,799 DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
  1668. INFO   | jvm 1    | 2016/04/01 04:05:23 | 2016-04-01 04:05:23,444 INFO  [org.gluu.oxtrust.action.Authenticator] authorizationCode : 4db75e2b-5b63-4568-8042-36ab13a6bac4
  1669. INFO   | jvm 1    | 2016/04/01 04:05:23 | 2016-04-01 04:05:23,444 INFO  [org.gluu.oxtrust.action.Authenticator]  scopes : user_name email openid profile
  1670. INFO   | jvm 1    | 2016/04/01 04:05:23 | 2016-04-01 04:05:23,444 INFO  [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
  1671. INFO   | jvm 1    | 2016/04/01 04:05:23 | 2016-04-01 04:05:23,444 INFO  [org.gluu.oxtrust.action.Authenticator] getting accessToken
  1672. INFO   | jvm 1    | 2016/04/01 04:05:23 | 2016-04-01 04:05:23,444 INFO  [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
  1673. INFO   | jvm 1    | 2016/04/01 04:05:23 | 2016-04-01 04:05:23,444 INFO  [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
  1674. INFO   | jvm 1    | 2016/04/01 04:05:23 | 2016-04-01 04:05:23,445 INFO  [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
  1675. INFO   | jvm 1    | 2016/04/01 04:05:23 | 2016-04-01 04:05:23,457 ERROR [org.xdi.oxauth.client.TokenClient] sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1676. INFO   | jvm 1    | 2016/04/01 04:05:23 | javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  1677. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  1678. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
  1679. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
  1680. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
  1681. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
  1682. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
  1683. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
  1684. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
  1685. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
  1686. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
  1687. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
  1688. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
  1689. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
  1690. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
  1691. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
  1692. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
  1693. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
  1694. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
  1695. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
  1696. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
  1697. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
  1698. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
  1699. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
  1700. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
  1701. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
  1702. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
  1703. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
  1704. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
  1705. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
  1706. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
  1707. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
  1708. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
  1709. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1710. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1711. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1712. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1713. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
  1714. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
  1715. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  1716. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
  1717. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1718. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
  1719. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1720. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
  1721. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1722. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
  1723. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  1724. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
  1725. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
  1726. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
  1727. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
  1728. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1729. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1730. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1731. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at java.lang.reflect.Method.invoke(Method.java:606)
  1732. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
  1733. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
  1734. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
  1735. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
  1736. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  1737. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
  1738. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.navigation.Page.preRender(Page.java:311)
  1739. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
  1740. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
  1741. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
  1742. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
  1743. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
  1744. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
  1745. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
  1746. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
  1747. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
  1748. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  1749. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1750. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  1751. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  1752. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  1753. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  1754. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  1755. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  1756. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  1757. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
  1758. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
  1759. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1760. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
  1761. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  1762. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
  1763. INFO   | jvm 1    | 2016/04/01 04:05:23 |   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
Add Comment
Please, Sign In to add comment