is debug enabled
eg logging.level.org.apereo.cas=debug

2018-02-06 16:15 GMT-03:00 Leo Pintos <pintos...@gmail.com>:

> Hi guys!
>
> I continue with the same error using the service registry Json. Follow I
> Put de info;
>
> Service registry JSON
> {
>   "@class" : "org.apereo.cas.services.RegexRegisteredService",
>   "serviceId" : "URL_REDIRECTION",
>   "name" : "app_prueba",
>   "id" : 100,
> }
>
> Oauth JSON:
> {
>   "@class" : "org.apereo.cas.support.oauth.services.
> OAuthRegisteredService",
>   "clientId": "app_prueba",
>   "clientSecret": "clientSecret",
>   "bypassApprovalPrompt": true,
>   "generateRefreshToken": false,
>   "serviceId" : "URL_REDIRECTION",
>   "name" : "MyOAuthservice",
>   "id" : 10000002
> }
>
> Log:
> 2018-02-06 16:09:53,408 ERROR [org.apereo.cas.support.oauth.web.endpoints.
> OAuth20AccessTokenEndpointController] (default task-5) Could not identify
> and extract access token request: 
> org.apereo.cas.services.UnauthorizedServiceException:
> Unauthorized Service Access. Service [app_prueba] is not found in service
> registry.
>         at org.apereo.cas.services.RegisteredServiceAccessStrategyUtils.
> ensureServiceAccessIsAllowed(RegisteredServiceAccessStrategyUtils.java:53)
>         at org.apereo.cas.services.RegisteredServiceAccessStrategyUtils.
> ensureServiceAccessIsAllowed(RegisteredServiceAccessStrategyUtils.java:69)
>         at org.apereo.cas.services.RegisteredServiceAccessStrategyUtils.
> ensurePrincipalAccessIsAllowedForService(RegisteredServiceAccessStrateg
> yUtils.java:85)
>         at org.apereo.cas.DefaultCentralAuthenticationService.
> createTicketGrantingTicket(DefaultCentralAuthenticationService.java:362)
>         at org.apereo.cas.DefaultCentralAuthenticationSe
> rvice$$FastClassBySpringCGLIB$$b02e48f2.invoke(<generated>)
>         at org.springframework.cglib.proxy.MethodProxy.invoke(
> MethodProxy.java:204)
>
>
> Any help?
> Thank in advance.
> Leo.
>
> El martes, 6 de febrero de 2018, 12:55:41 (UTC-3), Manfredo Hopp escribió:
>>
>> yes
>>
>> 2018-02-06 12:23 GMT-03:00 Leo Pintos <pint...@gmail.com>:
>>
>>> Hi  Manfredo,
>>>
>>> When I define Oauth service with (OAuthRegisteredService), Is not a
>>> Service registration?
>>> Should I register the same service generically and for Oauth separately
>>> or can I do it in the same JSON?
>>>
>>> You suggest me define app_prueba like a generic service like the follow
>>> JSON:
>>> {
>>>   /*
>>>     Generic service definition that applies to https/imaps urls
>>>     that wish to register with CAS for authentication.
>>>   */
>>>   "@class" : "org.apereo.cas.services.RegexRegisteredService",
>>>   "serviceId" : "^(https?):.*",
>>>   "name" : "HTTPS",
>>>   "id" : 10000001,
>>> }
>>>
>>> When I define app_prueba with OAuthRegisteredService I assume its
>>> registration as a generic service.
>>> Thank you for your support.
>>> Leo.
>>>
>>>
>>>
>>> El martes, 6 de febrero de 2018, 12:00:54 (UTC-3), Manfredo Hopp
>>> escribió:
>>>>
>>>> You should define app_prueba as a service
>>>>
>>>> El martes, 6 de febrero de 2018, Leo Pintos <pint...@gmail.com>
>>>> escribió:
>>>>
>>>>> Hi Guys!
>>>>>
>>>>> I' ve working with curl command:
>>>>> curl -X POST -k -i 'https://DOMAIN/cas/oauth2.0/a
>>>>> ccessToken?grant_type=password&client_id=app_prueba&username
>>>>> =USER&password=PASS&service=URLREDIRECTION'
>>>>>
>>>>>
>>>>> JSON:
>>>>> {
>>>>>   "@class" : "org.apereo.cas.support.oauth.
>>>>> services.OAuthRegisteredService",
>>>>>   "clientId": "app_prueba",
>>>>>   "clientSecret": "clientSecret",
>>>>>   "bypassApprovalPrompt": true,
>>>>>   "generateRefreshToken": false,
>>>>>   "serviceId" : "^(https?)://.*",
>>>>>   "name" : "MyOAuthservice",
>>>>>   "id" : 10000002
>>>>> }
>>>>>
>>>>> Log;
>>>>> 2018-01-24 16:19:59,135 ERROR [org.apereo.cas.support.oauth.
>>>>> web.endpoints.OAuth20AccessTokenEndpointController] (default task-15)
>>>>> Could not identify and extract access token request:
>>>>> org.apereo.cas.services.UnauthorizedServiceException: Unauthorized
>>>>> Service Access. Service [app_prueba] is not found in service registry.
>>>>>         at org.apereo.cas.services.Regist
>>>>> eredServiceAccessStrategyUtils.ensureServiceAccessIsAllowed(
>>>>> RegisteredServiceAccessStrategyUtils.java:53)
>>>>>         at org.apereo.cas.services.Regist
>>>>> eredServiceAccessStrategyUtils.ensureServiceAccessIsAllowed(
>>>>> RegisteredServiceAccessStrategyUtils.java:69)
>>>>>         at org.apereo.cas.services.Regist
>>>>> eredServiceAccessStrategyUtils.ensurePrincipalAccessIsAllowe
>>>>> dForService(RegisteredServiceAccessStrategyUtils.java:85)
>>>>>         at org.apereo.cas.DefaultCentralA
>>>>> uthenticationService.createTicketGrantingTicket(DefaultCentr
>>>>> alAuthenticationService.java:362)
>>>>>         at org.apereo.cas.DefaultCentralAuthenticationService$$
>>>>> FastClassBySpringCGLIB$$b02e48f2.invoke(<generated>)
>>>>>         at org.springframework.cglib.prox
>>>>> y.MethodProxy.invoke(MethodProxy.java:204)
>>>>>         at org.springframework.aop.framew
>>>>> ork.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(
>>>>> CglibAopProxy.java:738)
>>>>>         at org.springframework.aop.framew
>>>>> ork.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvoc
>>>>> ation.java:157)
>>>>>         at org.springframework.aop.aspect
>>>>> j.MethodInvocationProceedingJoinPoint.proceed(MethodInvocati
>>>>> onProceedingJoinPoint.java:85)
>>>>>         at org.apereo.inspektr.audit.Audi
>>>>> tTrailManagementAspect.handleAuditTrail(AuditTrailManagement
>>>>> Aspect.java:134)
>>>>>         at sun.reflect.GeneratedMethodAccessor156.invoke(Unknown
>>>>> Source)
>>>>>         at sun.reflect.DelegatingMethodAc
>>>>> cessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>>>         at java.lang.reflect.Method.invoke(Method.java:498)
>>>>>         at org.springframework.aop.aspect
>>>>> j.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(
>>>>> AbstractAspectJAdvice.java:629)
>>>>>         at org.springframework.aop.aspect
>>>>> j.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAd
>>>>> vice.java:618)
>>>>>         at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(
>>>>> AspectJAroundAdvice.java:70)
>>>>>         at org.springframework.aop.framew
>>>>> ork.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvoc
>>>>> ation.java:168)
>>>>>         at org.springframework.transactio
>>>>> n.interceptor.TransactionInterceptor$1.proceedWithInvocation
>>>>> (TransactionInterceptor.java:99)
>>>>>         at org.springframework.transactio
>>>>> n.interceptor.TransactionAspectSupport.invokeWithinTransacti
>>>>> on(TransactionAspectSupport.java:282)
>>>>>         at org.springframework.transactio
>>>>> n.interceptor.TransactionInterceptor.invoke(TransactionInter
>>>>> ceptor.java:96)
>>>>>         at org.springframework.aop.framew
>>>>> ork.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvoc
>>>>> ation.java:179)
>>>>>         at org.springframework.aop.interc
>>>>> eptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInt
>>>>> erceptor.java:92)
>>>>>         at org.springframework.aop.framew
>>>>> ork.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvoc
>>>>> ation.java:179)
>>>>>         at org.springframework.aop.framew
>>>>> ork.CglibAopProxy$DynamicAdvisedInterceptor.intercept(
>>>>> CglibAopProxy.java:673)
>>>>>         at org.apereo.cas.DefaultCentralAuthenticationService$$
>>>>> EnhancerBySpringCGLIB$$e00035a3.createTicketGrantingTicket(<
>>>>> generated>)
>>>>>         at sun.reflect.GeneratedMethodAccessor218.invoke(Unknown
>>>>> Source)
>>>>>         at sun.reflect.DelegatingMethodAc
>>>>> cessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>>>         at java.lang.reflect.Method.invoke(Method.java:498)
>>>>>         at org.springframework.aop.suppor
>>>>> t.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
>>>>>         at org.springframework.aop.framew
>>>>> ork.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMet
>>>>> hodInvocation.java:190)
>>>>>         at org.springframework.aop.framew
>>>>> ork.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvoc
>>>>> ation.java:157)
>>>>>         at org.springframework.transactio
>>>>> n.interceptor.TransactionInterceptor$1.proceedWithInvocation
>>>>> (TransactionInterceptor.java:99)
>>>>>         at org.springframework.transactio
>>>>> n.interceptor.TransactionAspectSupport.invokeWithinTransacti
>>>>> on(TransactionAspectSupport.java:282)
>>>>>         at org.springframework.transactio
>>>>> n.interceptor.TransactionInterceptor.invoke(TransactionInter
>>>>> ceptor.java:96)
>>>>>         at org.springframework.aop.framew
>>>>> ork.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvoc
>>>>> ation.java:179)
>>>>>         at org.springframework.aop.framew
>>>>> ork.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
>>>>>         at com.sun.proxy.$Proxy164.createTicketGrantingTicket(Unknown
>>>>> Source)
>>>>>         at org.apereo.cas.support.oauth.w
>>>>> eb.response.accesstoken.ext.AccessTokenPasswordGrantRequestE
>>>>> xtractor.extract(AccessTokenPasswordGrantRequestExtractor.java:79)
>>>>>         at org.apereo.cas.support.oauth.w
>>>>> eb.endpoints.OAuth20AccessTokenEndpointController.examineAnd
>>>>> ExtractAccessTokenGrantRequest(OAuth20AccessTokenEndpointCon
>>>>> troller.java:189)
>>>>>         at org.apereo.cas.support.oauth.w
>>>>> eb.endpoints.OAuth20AccessTokenEndpointController.
>>>>> handleRequest(OAuth20AccessTokenEndpointController.java:111)
>>>>>         at org.apereo.cas.support.oauth.w
>>>>> eb.endpoints.OAuth20AccessTokenEndpointController$$FastClass
>>>>> BySpringCGLIB$$db180f28.invoke(<generated>)
>>>>>         at org.springframework.cglib.prox
>>>>> y.MethodProxy.invoke(MethodProxy.java:204)
>>>>>         at org.springframework.aop.framew
>>>>> ork.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(
>>>>> CglibAopProxy.java:738)
>>>>>         at org.springframework.aop.framew
>>>>> ork.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvoc
>>>>> ation.java:157)
>>>>>         at org.springframework.aop.suppor
>>>>> t.DelegatingIntroductionInterceptor.doProceed(DelegatingIntr
>>>>> oductionInterceptor.java:133)
>>>>>         at org.springframework.aop.suppor
>>>>> t.DelegatingIntroductionInterceptor.invoke(DelegatingIntrodu
>>>>> ctionInterceptor.java:121)
>>>>>         at org.springframework.aop.framew
>>>>> ork.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvoc
>>>>> ation.java:179)
>>>>>         at org.springframework.aop.framew
>>>>> ork.CglibAopProxy$DynamicAdvisedInterceptor.intercept(
>>>>> CglibAopProxy.java:673)
>>>>>         at org.apereo.cas.support.oauth.w
>>>>> eb.endpoints.OAuth20AccessTokenEndpointController$$
>>>>> EnhancerBySpringCGLIB$$c3f88027.handleRequest(<generated>)
>>>>>         at sun.reflect.GeneratedMethodAccessor219.invoke(Unknown
>>>>> Source)
>>>>>         at sun.reflect.DelegatingMethodAc
>>>>> cessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>>>         at java.lang.reflect.Method.invoke(Method.java:498)
>>>>>         at org.springframework.web.method
>>>>> .support.InvocableHandlerMethod.doInvoke(InvocableHandlerMet
>>>>> hod.java:205)
>>>>>         at org.springframework.web.method
>>>>> .support.InvocableHandlerMethod.invokeForRequest(InvocableHa
>>>>> ndlerMethod.java:133)
>>>>>         at org.springframework.web.servle
>>>>> t.mvc.method.annotation.ServletInvocableHandlerMethod.invoke
>>>>> AndHandle(ServletInvocableHandlerMethod.java:97)
>>>>>         at org.springframework.web.servle
>>>>> t.mvc.method.annotation.RequestMappingHandlerAdapter.invokeH
>>>>> andlerMethod(RequestMappingHandlerAdapter.java:827)
>>>>>         at org.springframework.web.servle
>>>>> t.mvc.method.annotation.RequestMappingHandlerAdapter.handleI
>>>>> nternal(RequestMappingHandlerAdapter.java:738)
>>>>>         at org.springframework.web.servle
>>>>> t.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHan
>>>>> dlerMethodAdapter.java:85)
>>>>>         at org.springframework.web.servle
>>>>> t.DispatcherServlet.doDispatch(DispatcherServlet.java:967)
>>>>>         at org.springframework.web.servle
>>>>> t.DispatcherServlet.doService(DispatcherServlet.java:901)
>>>>>         at org.springframework.web.servle
>>>>> t.FrameworkServlet.processRequest(FrameworkServlet.java:970)
>>>>>         at org.springframework.web.servlet.FrameworkServlet.doPost(
>>>>> FrameworkServlet.java:872)
>>>>>         at javax.servlet.http.HttpServlet
>>>>> .service(HttpServlet.java:707)
>>>>>         at org.springframework.web.servlet.FrameworkServlet.service(
>>>>> FrameworkServlet.java:846)
>>>>>         at javax.servlet.http.HttpServlet
>>>>> .service(HttpServlet.java:790)
>>>>>         at io.undertow.servlet.handlers.S
>>>>> ervletHandler.handleRequest(ServletHandler.java:85)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
>>>>>         at org.apache.logging.log4j.web.L
>>>>> og4jServletFilter.doFilter(Log4jServletFilter.java:71)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.springframework.boot.web.f
>>>>> ilter.ApplicationContextHeaderFilter.doFilterInternal(Applic
>>>>> ationContextHeaderFilter.java:55)
>>>>>         at org.springframework.web.filter
>>>>> .OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.apereo.cas.web.support.Aut
>>>>> henticationCredentialsLocalBinderClearingFilter.doFilter(Aut
>>>>> henticationCredentialsLocalBinderClearingFilter.java:28)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.apereo.cas.security.Reques
>>>>> tParameterPolicyEnforcementFilter.doFilter(RequestParameterP
>>>>> olicyEnforcementFilter.java:261)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.apereo.cas.security.ResponseHeadersEnforcementFilter.
>>>>> doFilter(ResponseHeadersEnforcementFilter.java:238)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.springframework.boot.actua
>>>>> te.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTr
>>>>> aceFilter.java:110)
>>>>>         at org.springframework.web.filter
>>>>> .OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.springframework.web.filter
>>>>> .RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
>>>>>         at org.springframework.web.filter
>>>>> .OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.springframework.web.filter
>>>>> .HttpPutFormContentFilter.doFilterInternal(HttpPutFormConten
>>>>> tFilter.java:108)
>>>>>         at org.springframework.web.filter
>>>>> .OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.springframework.web.filter
>>>>> .HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFil
>>>>> ter.java:81)
>>>>>         at org.springframework.web.filter
>>>>> .OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.apereo.cas.logging.web.Thr
>>>>> eadContextMDCServletFilter.doFilter(ThreadContextMDCServletF
>>>>> ilter.java:90)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.springframework.boot.actua
>>>>> te.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilte
>>>>> r.java:106)
>>>>>         at org.springframework.web.filter
>>>>> .OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.springframework.web.filter
>>>>> .CharacterEncodingFilter.doFilterInternal(CharacterEncodingF
>>>>> ilter.java:197)
>>>>>         at org.springframework.web.filter
>>>>> .OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.springframework.boot.web.s
>>>>> upport.ErrorPageFilter.doFilter(ErrorPageFilter.java:115)
>>>>>         at org.springframework.boot.web.s
>>>>> upport.ErrorPageFilter.access$000(ErrorPageFilter.java:59)
>>>>>         at org.springframework.boot.web.s
>>>>> upport.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:90)
>>>>>         at org.springframework.web.filter
>>>>> .OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>>>>>         at org.springframework.boot.web.s
>>>>> upport.ErrorPageFilter.doFilter(ErrorPageFilter.java:108)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at org.apereo.inspektr.common.web
>>>>> .ClientInfoThreadLocalFilter.doFilter(ClientInfoThreadLocalF
>>>>> ilter.java:64)
>>>>>         at io.undertow.servlet.core.Manag
>>>>> edFilter.doFilter(ManagedFilter.java:61)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
>>>>>         at io.undertow.servlet.handlers.F
>>>>> ilterHandler.handleRequest(FilterHandler.java:84)
>>>>>         at io.undertow.servlet.handlers.s
>>>>> ecurity.ServletSecurityRoleHandler.handleRequest(ServletSecu
>>>>> rityRoleHandler.java:62)
>>>>>         at io.undertow.servlet.handlers.S
>>>>> ervletDispatchingHandler.handleRequest(ServletDispatchingHan
>>>>> dler.java:36)
>>>>>         at org.wildfly.extension.undertow
>>>>> .security.SecurityContextAssociationHandler.handleRequest(Se
>>>>> curityContextAssociationHandler.java:78)
>>>>>         at io.undertow.server.handlers.Pr
>>>>> edicateHandler.handleRequest(PredicateHandler.java:43)
>>>>>         at io.undertow.servlet.handlers.s
>>>>> ecurity.SSLInformationAssociationHandler.handleRequest(SSLIn
>>>>> formationAssociationHandler.java:131)
>>>>>         at io.undertow.servlet.handlers.s
>>>>> ecurity.ServletAuthenticationCallHandler.handleRequest(Servl
>>>>> etAuthenticationCallHandler.java:57)
>>>>>         at io.undertow.server.handlers.Pr
>>>>> edicateHandler.handleRequest(PredicateHandler.java:43)
>>>>>         at io.undertow.security.handlers.
>>>>> AbstractConfidentialityHandler.handleRequest(AbstractConfide
>>>>> ntialityHandler.java:46)
>>>>>         at io.undertow.servlet.handlers.s
>>>>> ecurity.ServletConfidentialityConstraintHandler.
>>>>> handleRequest(ServletConfidentialityConstraintHandler.java:64)
>>>>>         at io.undertow.security.handlers.
>>>>> AuthenticationMechanismsHandler.handleRequest(Authentication
>>>>> MechanismsHandler.java:60)
>>>>>         at io.undertow.servlet.handlers.s
>>>>> ecurity.CachedAuthenticatedSessionHandler.handleRequest(Cach
>>>>> edAuthenticatedSessionHandler.java:77)
>>>>>         at io.undertow.security.handlers.
>>>>> NotificationReceiverHandler.handleRequest(NotificationReceiv
>>>>> erHandler.java:50)
>>>>>         at io.undertow.security.handlers.
>>>>> AbstractSecurityContextAssociationHandler.handleRequest(Abst
>>>>> ractSecurityContextAssociationHandler.java:43)
>>>>>         at io.undertow.server.handlers.Pr
>>>>> edicateHandler.handleRequest(PredicateHandler.java:43)
>>>>>         at org.wildfly.extension.undertow
>>>>> .security.jacc.JACCContextIdHandler.handleRequest(JACCContex
>>>>> tIdHandler.java:61)
>>>>>         at io.undertow.server.handlers.Pr
>>>>> edicateHandler.handleRequest(PredicateHandler.java:43)
>>>>>         at io.undertow.server.handlers.Pr
>>>>> edicateHandler.handleRequest(PredicateHandler.java:43)
>>>>>         at io.undertow.servlet.handlers.S
>>>>> ervletInitialHandler.handleFirstRequest(ServletInitialHandle
>>>>> r.java:292)
>>>>>         at io.undertow.servlet.handlers.S
>>>>> ervletInitialHandler.access$100(ServletInitialHandler.java:81)
>>>>>         at io.undertow.servlet.handlers.S
>>>>> ervletInitialHandler$2.call(ServletInitialHandler.java:138)
>>>>>         at io.undertow.servlet.handlers.S
>>>>> ervletInitialHandler$2.call(ServletInitialHandler.java:135)
>>>>>         at io.undertow.servlet.core.Servl
>>>>> etRequestContextThreadSetupAction$1.call(ServletRequestConte
>>>>> xtThreadSetupAction.java:48)
>>>>>         at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.
>>>>> call(ContextClassLoaderSetupAction.java:43)
>>>>>         at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.
>>>>> call(LegacyThreadSetupActionWrapper.java:44)
>>>>>         at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.
>>>>> call(LegacyThreadSetupActionWrapper.java:44)
>>>>>         at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.
>>>>> call(LegacyThreadSetupActionWrapper.java:44)
>>>>>         at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.
>>>>> call(LegacyThreadSetupActionWrapper.java:44)
>>>>>         at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.
>>>>> call(LegacyThreadSetupActionWrapper.java:44)
>>>>>         at io.undertow.servlet.handlers.S
>>>>> ervletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
>>>>>         at io.undertow.servlet.handlers.S
>>>>> ervletInitialHandler.access$000(ServletInitialHandler.java:81)
>>>>>         at io.undertow.servlet.handlers.S
>>>>> ervletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
>>>>>         at io.undertow.server.Connectors.
>>>>> executeRootHandler(Connectors.java:202)
>>>>>         at io.undertow.server.HttpServerE
>>>>> xchange$1.run(HttpServerExchange.java:805)
>>>>>         at java.util.concurrent.ThreadPoo
>>>>> lExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>>>>         at java.util.concurrent.ThreadPoo
>>>>> lExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>>>>         at java.lang.Thread.run(Thread.java:745)
>>>>>
>>>>> Any help?
>>>>> Thank in advance.
>>>>>
>>>>> --
>>>>> - Website: https://apereo.github.io/cas
>>>>> - Gitter Chatroom: https://gitter.im/apereo/cas
>>>>> - List Guidelines: https://goo.gl/1VRrw7
>>>>> - Contributions: https://goo.gl/mh7qDG
>>>>> ---
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "CAS Community" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to cas-user+u...@apereo.org.
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/0c3b
>>>>> 4f53-faf6-49db-943a-a32da9955d01%40apereo.org
>>>>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/0c3b4f53-faf6-49db-943a-a32da9955d01%40apereo.org?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>> --
>>> - Website: https://apereo.github.io/cas
>>> - Gitter Chatroom: https://gitter.im/apereo/cas
>>> - List Guidelines: https://goo.gl/1VRrw7
>>> - Contributions: https://goo.gl/mh7qDG
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "CAS Community" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to cas-user+u...@apereo.org.
>>> To view this discussion on the web visit https://groups.google.com/a/ap
>>> ereo.org/d/msgid/cas-user/0e77e27a-8fab-49e1-9624-bd6aa59e8f
>>> 0b%40apereo.org
>>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/0e77e27a-8fab-49e1-9624-bd6aa59e8f0b%40apereo.org?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit https://groups.google.com/a/
> apereo.org/d/msgid/cas-user/b1e3123f-1bd8-426b-8587-
> 706f463274f7%40apereo.org
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/b1e3123f-1bd8-426b-8587-706f463274f7%40apereo.org?utm_medium=email&utm_source=footer>
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAMY5micHTfwoPro%3D%2B5RWsDQnZvD2oTJDKt4y-NqyjPYsMTzKpw%40mail.gmail.com.

Reply via email to