Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI is green despite sample failures #54

Closed
eleftherias opened this issue Dec 13, 2021 · 0 comments
Closed

CI is green despite sample failures #54

eleftherias opened this issue Dec 13, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@eleftherias
Copy link
Contributor

Consider the recent CI run: https://github.com/spring-projects/spring-security-samples/runs/4504477599

The SAML2 Login sample failed during this run, but the CI remained green.

Error:

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Unsatisfied dependency expressed through method 'setFilterChains' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'app' defined in class path resource [example/SecurityConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.web.SecurityFilterChain]: Factory method 'app' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'relyingPartyRegistrationRepository' defined in class path resource [example/SecurityConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository]: Factory method 'relyingPartyRegistrationRepository' threw exception; nested exception is org.springframework.security.saml2.Saml2Exception: java.net.ConnectException: Connection timed out (Connection timed out)
@eleftherias eleftherias added the bug Something isn't working label Dec 13, 2021
@eleftherias eleftherias self-assigned this Dec 13, 2021
eleftherias added a commit that referenced this issue Dec 13, 2021
sjohnr pushed a commit that referenced this issue Dec 20, 2021
marcusdacoregio added a commit that referenced this issue Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant