After upgrading AIP Console to 1.26 from 1.24.3, it is observed that the AIP Console service is not starting. Error stack is as shown below - 11:17:27.448 [main] ERROR org.springframework.boot.SpringApplication - Application run failed org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: You cannot use a spring-security-2.0.xsd or spring-security-3.0.xsd or spring-security-3.1.xsd schema or spring-security-3.2.xsd schema or spring-security-4.0.xsd schema with Spring Security 5.4. Please update your schema declarations to the 5.4 schema. Offending resource: URL [file:C:/ProgramData/CAST/AipConsole/AipConsole/application-security-local.xml] at org.springframework.beans.factory.parsing.FailFastProblemReporter.fatal(FailFastProblemReporter.java:62) ~[spring-beans-5.3.9.jar!/:5.3.9] at org.springframework.beans.factory.parsing.ReaderContext.fatal(ReaderContext.java:90) ~[spring-beans-5.3.9.jar!/:5.3.9] at org.springframework.beans.factory.parsing.ReaderContext.fatal(ReaderContext.java:68) ~[spring-beans-5.3.9.jar!/:5.3.9] |