You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-04-26 13:32:53.693 INFO 1 --- [nio-8080-exec-3] c.e.l.r.s.controller.ReportController : request.getMethod():POST
2024-04-26 13:32:53.792 ERROR 1 --- [nio-8080-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
java.lang.NullPointerException: null
at com.coveo.saml.ValidatorUtils.enforceConditions(ValidatorUtils.java:125) ~[saml-client-4.0.0.jar!/:na]
at com.coveo.saml.ValidatorUtils.validateAssertion(ValidatorUtils.java:110) ~[saml-client-4.0.0.jar!/:na]
at com.coveo.saml.ValidatorUtils.validate(ValidatorUtils.java:215) ~[saml-client-4.0.0.jar!/:na]
at com.coveo.saml.SamlClient.decodeAndValidateSamlResponse(SamlClient.java:281) ~[saml-client-4.0.0.jar!/:na]
at com.example.latrust.report.service.controller.ReportController.login(ReportController.java:125) ~[classes!/:0.0.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_312]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_312]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_312]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_312]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.11.RELEASE.jar!/:5.2.11.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.11.RELEASE.jar!/:5.2.11.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) ~[spring-webmvc-5.2.11.RELEASE.jar!/:5.2.11.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878) ~[spring-webmvc-5.2.11.RELEASE.jar!/:5.2.11.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792) ~[spring-webmvc-5.2.11.RELEASE.jar!/:5.2.11.RELEASE]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.11.RELEASE.jar!/:5.2.11.RELEASE]
The text was updated successfully, but these errors were encountered:
I don't know why?
i try to check, but can't find bug...
The text was updated successfully, but these errors were encountered: