After upgrade from 10.6 to 10.7.2 noticed that DevTest Portal doesn't show the list of Reports for VSE, Testing or CAI. It shows as loading..... Network trace shows Internal Server Error 500.
The Portal Grails log show the below errors:
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:397) ~[?:1.8.0_232] at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:302) ~[?:1.8.0_232] at sun.security.validator.Validator.validate(Validator.java:262) ~[?:1.8.0_232]
WARN org.springframework.cloud.netflix.zuul.filters.post.SendErrorFilter - Error during filtering
com.netflix.zuul.exception.ZuulException: Forwarding error
at org.springframework.cloud.netflix.zuul.filters.route.SimpleHostRoutingFilter.handleException(SimpleHostRoutingFilter.java:261) ~[spring-cloud-netflix-zuul-2.1.5.RELEASE.jar:2.1.5.RELEASE]
Release : 10.7.2
With the new jetty upgraded version in 10.7.2, truststore is mandated with Portal to get the reports from Jasper server. As Portal is not configured with truststore and caused the issue.