257 lines
14 KiB
Plaintext
257 lines
14 KiB
Plaintext
|
|
2025-12-02 18:18:42,737 [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 18:21:04,396 [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 18:22:21,839 [main] ERROR o.s.b.w.e.tomcat.TomcatStarter -[TomcatStarter.java:61]- Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. Message: Error creating bean with name 'tokenFilter': Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [com.bonus.hnrn.rnmw.core.config.TokenFilter] from ClassLoader [sun.misc.Launcher$AppClassLoader@659e0bfd]
|
||
|
|
2025-12-02 18:22:21,971 [main] ERROR o.s.boot.SpringApplication -[SpringApplication.java:843]- Application run failed
|
||
|
|
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
|
||
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:163)
|
||
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577)
|
||
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
|
||
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
|
||
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332)
|
||
|
|
at com.bonus.hnrn.rnmw.RnmwApplication.main(RnmwApplication.java:12)
|
||
|
|
Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
|
||
|
|
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:142)
|
||
|
|
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104)
|
||
|
|
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:450)
|
||
|
|
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:199)
|
||
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:182)
|
||
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:160)
|
||
|
|
... 8 common frames omitted
|
||
|
|
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tokenFilter': Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [com.bonus.hnrn.rnmw.core.config.TokenFilter] from ClassLoader [sun.misc.Launcher$AppClassLoader@659e0bfd]
|
||
|
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:289)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineConstructorsFromBeanPostProcessors(AbstractAutowireCapableBeanFactory.java:1284)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1201)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:564)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
||
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
|
||
|
|
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:212)
|
||
|
|
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:175)
|
||
|
|
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:170)
|
||
|
|
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:155)
|
||
|
|
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:87)
|
||
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:260)
|
||
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:234)
|
||
|
|
at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53)
|
||
|
|
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5219)
|
||
|
|
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
||
|
|
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396)
|
||
|
|
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1386)
|
||
|
|
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
||
|
|
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
|
||
|
|
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
|
||
|
|
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:919)
|
||
|
|
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835)
|
||
|
|
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
||
|
|
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396)
|
||
|
|
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1386)
|
||
|
|
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
||
|
|
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
|
||
|
|
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
|
||
|
|
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:919)
|
||
|
|
at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:263)
|
||
|
|
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
||
|
|
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:432)
|
||
|
|
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
||
|
|
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:927)
|
||
|
|
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
|
||
|
|
at org.apache.catalina.startup.Tomcat.start(Tomcat.java:486)
|
||
|
|
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123)
|
||
|
|
... 13 common frames omitted
|
||
|
|
Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.bonus.hnrn.rnmw.core.config.TokenFilter] from ClassLoader [sun.misc.Launcher$AppClassLoader@659e0bfd]
|
||
|
|
at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:481)
|
||
|
|
at org.springframework.util.ReflectionUtils.doWithLocalMethods(ReflectionUtils.java:321)
|
||
|
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:267)
|
||
|
|
... 53 common frames omitted
|
||
|
|
Caused by: java.lang.NoClassDefFoundError: com/bonus/hnrn/rnmw/core/entity/UserBean
|
||
|
|
at java.lang.Class.getDeclaredMethods0(Native Method)
|
||
|
|
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
|
||
|
|
at java.lang.Class.getDeclaredMethods(Class.java:1975)
|
||
|
|
at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:463)
|
||
|
|
... 55 common frames omitted
|
||
|
|
Caused by: java.lang.ClassNotFoundException: com.bonus.hnrn.rnmw.core.entity.UserBean
|
||
|
|
at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
|
||
|
|
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
|
||
|
|
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:359)
|
||
|
|
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
|
||
|
|
... 59 common frames omitted
|
||
|
|
2025-12-02 18:23:08,162 [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 18:23:38,895 [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 18:24:37,190 [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 18:25:29,584 [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 18:26:10,586 [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 18:41:38,153 [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 18:42:23,127 [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 18:44:37,281 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter -[LoggingFailureAnalysisReporter.java:40]-
|
||
|
|
|
||
|
|
***************************
|
||
|
|
APPLICATION FAILED TO START
|
||
|
|
***************************
|
||
|
|
|
||
|
|
Description:
|
||
|
|
|
||
|
|
Web server failed to start. Port 1917 was already in use.
|
||
|
|
|
||
|
|
Action:
|
||
|
|
|
||
|
|
Identify and stop the process that's listening on port 1917 or configure this application to listen on another port.
|
||
|
|
|