Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
- 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
- DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
- DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
- DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
- 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
- DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: acrValues = null, amrValues = null, originHeaders = {4}
- DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
- DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
- DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
- DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
- 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
- DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
- DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
- DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
- DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
- INFO [org.gluu.oxtrust.action.Authenticator] authorizationCode : e49429e6-98a5-499e-89f9-6fafe96eaaef
- INFO [org.gluu.oxtrust.action.Authenticator] scopes : user_name email openid profile
- INFO [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
- INFO [org.gluu.oxtrust.action.Authenticator] getting accessToken
- INFO [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
- INFO [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
- INFO [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
- 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
- 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
- at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
- at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
- at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
- at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
- at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
- at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
- at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
- at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
- at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
- at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
- at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
- at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
- at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
- at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
- at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
- at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
- at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
- at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
- at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
- at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
- at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
- at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
- at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
- at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
- at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
- at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
- at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
- at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
- at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
- at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
- at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
- at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:745)
- Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
- at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
- at sun.security.validator.Validator.validate(Validator.java:260)
- at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
- at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
- at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
- at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
- ... 105 more
- Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
- at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
- at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
- ... 111 more
- 2016-04-01 04:05:09,746 INFO [org.gluu.oxtrust.action.Authenticator] tokenResponse : null
- 2016-04-01 04:05:09,763 ERROR [org.jboss.seam.exception.Exceptions] handled and logged exception
- javax.el.ELException: java.lang.NullPointerException
- at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
- at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:745)
- Caused by: java.lang.NullPointerException
- at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- ... 54 more
- DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
- DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
- 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
- DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
- DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
- DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
- 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
- DEBUG [xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl] Attempting to request authorization: acrValues = null, amrValues = null, originHeaders = {4}
- DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
- DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
- DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
- DEBUG [org.xdi.oxauth.service.ClientService] Found 1 entries for client id = @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
- 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
- DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/scim/auth == https://gluu.example.com/identity/authentication/authcode
- DEBUG [org.xdi.oxauth.service.RedirectionUriService] Comparing https://gluu.example.com/identity/authentication/authcode == https://gluu.example.com/identity/authentication/authcode
- DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Checking scopes policy for: openid profile email user_name
- DEBUG [org.xdi.oxauth.model.authorize.ScopeChecker] Granted scopes: [user_name, email, openid, profile]
- INFO [org.gluu.oxtrust.action.Authenticator] authorizationCode : 9ba8c800-0aef-4538-97b3-bfa1631c98f0
- INFO [org.gluu.oxtrust.action.Authenticator] scopes : user_name email openid profile
- INFO [org.gluu.oxtrust.action.Authenticator] clientID : @!DF9B.7D79.60E9.BFE2!0001!C609.CBDD!0008!1EE0.1926
- INFO [org.gluu.oxtrust.action.Authenticator] getting accessToken
- INFO [org.gluu.oxtrust.action.Authenticator] tokenURL : https://gluu.example.com/oxauth/seam/resource/restv1/oxauth/token
- INFO [org.gluu.oxtrust.action.Authenticator] Sending request to token endpoint
- INFO [org.gluu.oxtrust.action.Authenticator] redirectURI : https://gluu.example.com/identity/authentication/authcode
- 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
- 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
- at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
- at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
- at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
- at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
- at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
- at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
- at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
- at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
- at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
- at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
- at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
- at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
- at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
- at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
- at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
- at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
- at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
- at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
- at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
- at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
- at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
- at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
- at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
- at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
- at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
- at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
- at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
- at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
- at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
- at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
- at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
- at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:745)
- Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
- at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
- at sun.security.validator.Validator.validate(Validator.java:260)
- at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
- at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
- at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
- at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
- ... 105 more
- Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
- at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
- at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
- ... 111 more
- 2016-04-01 04:05:11,697 INFO [org.gluu.oxtrust.action.Authenticator] tokenResponse : null
- 2016-04-01 04:05:11,699 ERROR [org.jboss.seam.exception.Exceptions] handled and logged exception
- javax.el.ELException: java.lang.NullPointerException
- at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
- at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:745)
- Caused by: java.lang.NullPointerException
- at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- ... 54 more
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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}
- 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
- 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
- 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]
- 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
- 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
- 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
- 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
- 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
- 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]
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,715 INFO [org.gluu.oxtrust.action.Authenticator] getting accessToken
- 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
- 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
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at java.lang.Thread.run(Thread.java:745)
- 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
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.validator.Validator.validate(Validator.java:260)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
- INFO | jvm 1 | 2016/04/01 04:05:13 | ... 105 more
- 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
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
- INFO | jvm 1 | 2016/04/01 04:05:13 | ... 111 more
- INFO | jvm 1 | 2016/04/01 04:05:13 | 2016-04-01 04:05:13,733 INFO [org.gluu.oxtrust.action.Authenticator] tokenResponse : null
- 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
- INFO | jvm 1 | 2016/04/01 04:05:13 | javax.el.ELException: java.lang.NullPointerException
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at java.lang.Thread.run(Thread.java:745)
- INFO | jvm 1 | 2016/04/01 04:05:13 | Caused by: java.lang.NullPointerException
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:13 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- INFO | jvm 1 | 2016/04/01 04:05:13 | ... 54 more
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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}
- 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
- 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
- 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]
- 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
- 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
- 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
- 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
- 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
- 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]
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,671 INFO [org.gluu.oxtrust.action.Authenticator] getting accessToken
- 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
- 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
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at java.lang.Thread.run(Thread.java:745)
- 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
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.validator.Validator.validate(Validator.java:260)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
- INFO | jvm 1 | 2016/04/01 04:05:15 | ... 105 more
- 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
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
- INFO | jvm 1 | 2016/04/01 04:05:15 | ... 111 more
- INFO | jvm 1 | 2016/04/01 04:05:15 | 2016-04-01 04:05:15,687 INFO [org.gluu.oxtrust.action.Authenticator] tokenResponse : null
- 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
- INFO | jvm 1 | 2016/04/01 04:05:15 | javax.el.ELException: java.lang.NullPointerException
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at java.lang.Thread.run(Thread.java:745)
- INFO | jvm 1 | 2016/04/01 04:05:15 | Caused by: java.lang.NullPointerException
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:15 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- INFO | jvm 1 | 2016/04/01 04:05:15 | ... 54 more
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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}
- 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
- 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
- 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]
- 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
- 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
- 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
- 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
- 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
- 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]
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,860 INFO [org.gluu.oxtrust.action.Authenticator] getting accessToken
- 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
- 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
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at java.lang.Thread.run(Thread.java:745)
- 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
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.validator.Validator.validate(Validator.java:260)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
- INFO | jvm 1 | 2016/04/01 04:05:17 | ... 105 more
- 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
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
- INFO | jvm 1 | 2016/04/01 04:05:17 | ... 111 more
- INFO | jvm 1 | 2016/04/01 04:05:17 | 2016-04-01 04:05:17,876 INFO [org.gluu.oxtrust.action.Authenticator] tokenResponse : null
- 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
- INFO | jvm 1 | 2016/04/01 04:05:17 | javax.el.ELException: java.lang.NullPointerException
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at java.lang.Thread.run(Thread.java:745)
- INFO | jvm 1 | 2016/04/01 04:05:17 | Caused by: java.lang.NullPointerException
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:17 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- INFO | jvm 1 | 2016/04/01 04:05:17 | ... 54 more
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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}
- 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
- 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
- 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]
- 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
- 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
- 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
- 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
- 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
- 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]
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,654 INFO [org.gluu.oxtrust.action.Authenticator] getting accessToken
- 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
- 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
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at java.lang.Thread.run(Thread.java:745)
- 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
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.validator.Validator.validate(Validator.java:260)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
- INFO | jvm 1 | 2016/04/01 04:05:19 | ... 105 more
- 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
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
- INFO | jvm 1 | 2016/04/01 04:05:19 | ... 111 more
- INFO | jvm 1 | 2016/04/01 04:05:19 | 2016-04-01 04:05:19,669 INFO [org.gluu.oxtrust.action.Authenticator] tokenResponse : null
- 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
- INFO | jvm 1 | 2016/04/01 04:05:19 | javax.el.ELException: java.lang.NullPointerException
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at java.lang.Thread.run(Thread.java:745)
- INFO | jvm 1 | 2016/04/01 04:05:19 | Caused by: java.lang.NullPointerException
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:19 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- INFO | jvm 1 | 2016/04/01 04:05:19 | ... 54 more
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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}
- 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
- 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
- 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]
- 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
- 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
- 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
- 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
- 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
- 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]
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,604 INFO [org.gluu.oxtrust.action.Authenticator] getting accessToken
- 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
- 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
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at java.lang.Thread.run(Thread.java:745)
- 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
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.validator.Validator.validate(Validator.java:260)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1454)
- INFO | jvm 1 | 2016/04/01 04:05:21 | ... 105 more
- 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
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
- INFO | jvm 1 | 2016/04/01 04:05:21 | ... 111 more
- INFO | jvm 1 | 2016/04/01 04:05:21 | 2016-04-01 04:05:21,620 INFO [org.gluu.oxtrust.action.Authenticator] tokenResponse : null
- 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
- INFO | jvm 1 | 2016/04/01 04:05:21 | javax.el.ELException: java.lang.NullPointerException
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at java.lang.Thread.run(Thread.java:745)
- INFO | jvm 1 | 2016/04/01 04:05:21 | Caused by: java.lang.NullPointerException
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:541)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:21 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- INFO | jvm 1 | 2016/04/01 04:05:21 | ... 54 more
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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}
- 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
- 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
- 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]
- 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
- 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
- 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
- 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
- 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
- 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]
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:23 | 2016-04-01 04:05:23,444 INFO [org.gluu.oxtrust.action.Authenticator] getting accessToken
- 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
- 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
- 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
- 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
- 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
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1472)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:182)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:39)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor.execute(AcceptEncodingGZIPInterceptor.java:40)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed(ClientExecutionContextImpl.java:45)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:444)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:688)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:572)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.resteasy.client.ClientRequest.post(ClientRequest.java:577)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.xdi.oxauth.client.TokenClient.exec(TokenClient.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.xdi.oxauth.client.TokenClient.execAuthorizationCode(TokenClient.java:112)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.gluu.oxtrust.action.Authenticator.oAuthGetAccessToken(Authenticator.java:538)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.gluu.oxtrust.action.Authenticator_$$_javassist_seam_44.oAuthGetAccessToken(Authenticator_$$_javassist_seam_44.java)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at java.lang.reflect.Method.invoke(Method.java:606)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:222)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.navigation.Page.preRender(Page.java:311)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.navigation.Pages.preRender(Pages.java:351)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:565)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:476)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:147)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:117)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
- INFO | jvm 1 | 2016/04/01 04:05:23 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
- 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