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
At the startup phase after docker compose --profile=bootstrap up, I saw the access-control service failed to start:
access-control-1 | 2024-02-01T17:46:52.177Z ERROR [default,,] 1 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
access-control-1 | +[
access-control-1 | +[ ***************************
access-control-1 | +[ APPLICATION FAILED TO START
access-control-1 | +[ ***************************
access-control-1 | +[
access-control-1 | +[ Description:
access-control-1 | +[
access-control-1 | +[ Web application could not be started as there was no org.springframework.boot.web.servlet.server.ServletWebServerFactory bean defined in the context.
access-control-1 | +[
access-control-1 | +[ Action:
access-control-1 | +[
access-control-1 | +[ Check your application's dependencies for a supported servlet web server.
access-control-1 | +[ Check the configured web application type.
access-control-1 | +[
access-control-1 exited with code 1
Is there any issue with the code in the main branch?
The text was updated successfully, but these errors were encountered:
Dear team,
At the startup phase after
docker compose --profile=bootstrap up
, I saw the access-control service failed to start:Is there any issue with the code in the main branch?
The text was updated successfully, but these errors were encountered: