130 lines
7.1 KiB
Plaintext
130 lines
7.1 KiB
Plaintext
|
|
2025-12-02 17:21:47,046 [main] ERROR o.s.b.w.e.tomcat.TomcatStarter -[TomcatStarter.java:61]- Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'tokenFilter': Unsatisfied dependency expressed through field 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userService': Unsatisfied dependency expressed through field 'passwordEncoder'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.security.crypto.password.PasswordEncoder' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
|
||
|
|
2025-12-02 17:21:47,121 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter -[LoggingFailureAnalysisReporter.java:40]-
|
||
|
|
|
||
|
|
***************************
|
||
|
|
APPLICATION FAILED TO START
|
||
|
|
***************************
|
||
|
|
|
||
|
|
Description:
|
||
|
|
|
||
|
|
Field passwordEncoder in com.bonus.hnrn.rnmw.core.service.UserServiceImp required a bean of type 'org.springframework.security.crypto.password.PasswordEncoder' that could not be found.
|
||
|
|
|
||
|
|
The injection point has the following annotations:
|
||
|
|
- @org.springframework.beans.factory.annotation.Autowired(required=true)
|
||
|
|
|
||
|
|
|
||
|
|
Action:
|
||
|
|
|
||
|
|
Consider defining a bean of type 'org.springframework.security.crypto.password.PasswordEncoder' in your configuration.
|
||
|
|
|
||
|
|
2025-12-02 17:21:49,808 [main] ERROR o.s.b.w.e.tomcat.TomcatStarter -[TomcatStarter.java:61]- Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'tokenFilter': Unsatisfied dependency expressed through field 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userService': Unsatisfied dependency expressed through field 'passwordEncoder'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.security.crypto.password.PasswordEncoder' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
|
||
|
|
2025-12-02 17:21:49,874 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter -[LoggingFailureAnalysisReporter.java:40]-
|
||
|
|
|
||
|
|
***************************
|
||
|
|
APPLICATION FAILED TO START
|
||
|
|
***************************
|
||
|
|
|
||
|
|
Description:
|
||
|
|
|
||
|
|
Field passwordEncoder in com.bonus.hnrn.rnmw.core.service.UserServiceImp required a bean of type 'org.springframework.security.crypto.password.PasswordEncoder' that could not be found.
|
||
|
|
|
||
|
|
The injection point has the following annotations:
|
||
|
|
- @org.springframework.beans.factory.annotation.Autowired(required=true)
|
||
|
|
|
||
|
|
|
||
|
|
Action:
|
||
|
|
|
||
|
|
Consider defining a bean of type 'org.springframework.security.crypto.password.PasswordEncoder' in your configuration.
|
||
|
|
|
||
|
|
2025-12-02 17:23:11,438 [main] ERROR o.s.b.w.e.tomcat.TomcatStarter -[TomcatStarter.java:61]- Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'tokenFilter': Unsatisfied dependency expressed through field 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userService': Unsatisfied dependency expressed through field 'passwordEncoder'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.security.crypto.password.PasswordEncoder' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
|
||
|
|
2025-12-02 17:23:11,476 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter -[LoggingFailureAnalysisReporter.java:40]-
|
||
|
|
|
||
|
|
***************************
|
||
|
|
APPLICATION FAILED TO START
|
||
|
|
***************************
|
||
|
|
|
||
|
|
Description:
|
||
|
|
|
||
|
|
Field passwordEncoder in com.bonus.hnrn.rnmw.core.service.UserServiceImp required a bean of type 'org.springframework.security.crypto.password.PasswordEncoder' that could not be found.
|
||
|
|
|
||
|
|
The injection point has the following annotations:
|
||
|
|
- @org.springframework.beans.factory.annotation.Autowired(required=true)
|
||
|
|
|
||
|
|
|
||
|
|
Action:
|
||
|
|
|
||
|
|
Consider defining a bean of type 'org.springframework.security.crypto.password.PasswordEncoder' in your configuration.
|
||
|
|
|
||
|
|
2025-12-02 17:23:45,655 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter -[LoggingFailureAnalysisReporter.java:40]-
|
||
|
|
|
||
|
|
***************************
|
||
|
|
APPLICATION FAILED TO START
|
||
|
|
***************************
|
||
|
|
|
||
|
|
Description:
|
||
|
|
|
||
|
|
Field passwordEncoder in com.bonus.hnrn.rnmw.person.service.CompanyServiceImp required a bean of type 'org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder' that could not be found.
|
||
|
|
|
||
|
|
The injection point has the following annotations:
|
||
|
|
- @org.springframework.beans.factory.annotation.Autowired(required=true)
|
||
|
|
|
||
|
|
|
||
|
|
Action:
|
||
|
|
|
||
|
|
Consider defining a bean of type 'org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder' in your configuration.
|
||
|
|
|
||
|
|
2025-12-02 17:23:49,382 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter -[LoggingFailureAnalysisReporter.java:40]-
|
||
|
|
|
||
|
|
***************************
|
||
|
|
APPLICATION FAILED TO START
|
||
|
|
***************************
|
||
|
|
|
||
|
|
Description:
|
||
|
|
|
||
|
|
Field passwordEncoder in com.bonus.hnrn.rnmw.person.service.CompanyServiceImp required a bean of type 'org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder' that could not be found.
|
||
|
|
|
||
|
|
The injection point has the following annotations:
|
||
|
|
- @org.springframework.beans.factory.annotation.Autowired(required=true)
|
||
|
|
|
||
|
|
|
||
|
|
Action:
|
||
|
|
|
||
|
|
Consider defining a bean of type 'org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder' in your configuration.
|
||
|
|
|
||
|
|
2025-12-02 17:24:48,370 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter -[LoggingFailureAnalysisReporter.java:40]-
|
||
|
|
|
||
|
|
***************************
|
||
|
|
APPLICATION FAILED TO START
|
||
|
|
***************************
|
||
|
|
|
||
|
|
Description:
|
||
|
|
|
||
|
|
Field passwordEncoder in com.bonus.hnrn.rnmw.person.service.CompanyServiceImp required a bean of type 'org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder' that could not be found.
|
||
|
|
|
||
|
|
The injection point has the following annotations:
|
||
|
|
- @org.springframework.beans.factory.annotation.Autowired(required=true)
|
||
|
|
|
||
|
|
|
||
|
|
Action:
|
||
|
|
|
||
|
|
Consider defining a bean of type 'org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder' in your configuration.
|
||
|
|
|
||
|
|
2025-12-02 17:26:15,473 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter -[LoggingFailureAnalysisReporter.java:40]-
|
||
|
|
|
||
|
|
***************************
|
||
|
|
APPLICATION FAILED TO START
|
||
|
|
***************************
|
||
|
|
|
||
|
|
Description:
|
||
|
|
|
||
|
|
Field passwordEncoder in com.bonus.hnrn.rnmw.person.service.CompanyServiceImp required a bean of type 'org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder' that could not be found.
|
||
|
|
|
||
|
|
The injection point has the following annotations:
|
||
|
|
- @org.springframework.beans.factory.annotation.Autowired(required=true)
|
||
|
|
|
||
|
|
|
||
|
|
Action:
|
||
|
|
|
||
|
|
Consider defining a bean of type 'org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder' in your configuration.
|
||
|
|
|