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
{{ message }}
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
I've just cloned and tried to build it but it fails. There is an "Exception starting filter springSecurityFilterChain" and next line displays "Error creating bean with name 'springSecurityFilterChain' defined in class path resource [org/springframework/security/config/annotation/web/configuration/WebSecurityConfiguration.class]: Bean instantiation via factory method failed".
The entire build output generated by "mvn -e -X install" is attached here - build.txt
The same errors are triggered also when Run.sh is executed.
Any idea about how to debug it and move forward?
Thanks!
The text was updated successfully, but these errors were encountered:
To be more precise, the tests are the ones which fail. If tests are skipped, i.e. maven is triggered as "mvn package -DskipTests" or "mvn install -DskipTests" it builds.
Hi,
I've just cloned and tried to build it but it fails. There is an "Exception starting filter springSecurityFilterChain" and next line displays "Error creating bean with name 'springSecurityFilterChain' defined in class path resource [org/springframework/security/config/annotation/web/configuration/WebSecurityConfiguration.class]: Bean instantiation via factory method failed".
The entire build output generated by "mvn -e -X install" is attached here -
build.txt
The same errors are triggered also when Run.sh is executed.
Any idea about how to debug it and move forward?
Thanks!
The text was updated successfully, but these errors were encountered: