On startup I get the following error:
Unable to start web server; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.responseHeadersSecurityFilter' defined in class path resource [org/apereo/cas/config/CasFiltersConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 'responseHeadersSecurityFilter' threw exception; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.apereo.cas.authentication.AuthenticationServiceSelectionPlan' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value="authenticationServiceSelectionPlan")}
I always create the .war using "./gradlew war" or using "./war.sh" but nothing changed.
Any suggestion will be appreciated, thank you in advance.
Antonella