2025-08-07 11:53:29,388 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 50] Starting GuahaoApplication on Sangmu with PID 33788 (D:\workspace\jiuju-h5-registration(Rev1.0.3)\target\classes started by Sang in D:\workspace\jiuju-h5-registration(Rev1.0.3)) 2025-08-07 11:53:29,394 DEBUG [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 53] Running with Spring Boot v2.1.6.RELEASE, Spring v5.1.8.RELEASE 2025-08-07 11:53:29,394 INFO [main] com.guahao.GuahaoApplication [SpringApplication.java : 646] No active profile set, falling back to default profiles: default 2025-08-07 11:53:31,389 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 90] Tomcat initialized with port(s): 8089 (http) 2025-08-07 11:53:33,645 INFO [main] c.g.h.s.TaskPoolConfig$$EnhancerBySpringCGLIB$$be2b5c47 [TaskPoolConfig.java : 27] start asyncServiceExecutor 2025-08-07 11:53:33,646 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService 2025-08-07 11:53:33,646 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService 'asyncServiceExecutor' 2025-08-07 11:53:34,914 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 202] Tomcat started on port(s): 8089 (http) with context path '' 2025-08-07 11:53:34,916 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 59] Started GuahaoApplication in 5.916 seconds (JVM running for 7.188) 2025-08-07 11:56:30,250 INFO [Thread-14] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 208] Shutting down ExecutorService 'asyncServiceExecutor' 2025-08-07 11:56:35,784 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 50] Starting GuahaoApplication on Sangmu with PID 33164 (D:\workspace\jiuju-h5-registration(Rev1.0.3)\target\classes started by Sang in D:\workspace\jiuju-h5-registration(Rev1.0.3)) 2025-08-07 11:56:35,785 DEBUG [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 53] Running with Spring Boot v2.1.6.RELEASE, Spring v5.1.8.RELEASE 2025-08-07 11:56:35,786 INFO [main] com.guahao.GuahaoApplication [SpringApplication.java : 646] No active profile set, falling back to default profiles: default 2025-08-07 11:56:37,767 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 90] Tomcat initialized with port(s): 8089 (http) 2025-08-07 11:56:39,070 WARN [main] o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [AbstractApplicationContext.java : 557] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'queuingController': Unsatisfied dependency expressed through field 'reserve8Service'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'reserve8Service': Unsatisfied dependency expressed through field 'jhPayService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jhPayServiceImpl': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'jh.merchantId' in value "${jh.merchantId}" 2025-08-07 11:56:39,082 INFO [main] o.s.b.a.l.ConditionEvaluationReportLoggingListener [ConditionEvaluationReportLoggingListener.java : 135] Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2025-08-07 11:56:39,088 ERROR [main] o.s.boot.SpringApplication [SpringApplication.java : 821] Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'queuingController': Unsatisfied dependency expressed through field 'reserve8Service'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'reserve8Service': Unsatisfied dependency expressed through field 'jhPayService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jhPayServiceImpl': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'jh.merchantId' in value "${jh.merchantId}" at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:845) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) at com.guahao.GuahaoApplication.main(GuahaoApplication.java:28) Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'reserve8Service': Unsatisfied dependency expressed through field 'jhPayService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jhPayServiceImpl': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'jh.merchantId' in value "${jh.merchantId}" at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1251) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593) ... 19 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jhPayServiceImpl': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'jh.merchantId' in value "${jh.merchantId}" at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:380) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1251) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593) ... 32 common frames omitted Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'jh.merchantId' in value "${jh.merchantId}" at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:178) at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:124) at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:237) at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:211) at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:175) at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:851) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1192) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374) ... 43 common frames omitted 2025-08-07 11:57:44,860 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 50] Starting GuahaoApplication on Sangmu with PID 9488 (D:\workspace\jiuju-h5-registration(Rev1.0.3)\target\classes started by Sang in D:\workspace\jiuju-h5-registration(Rev1.0.3)) 2025-08-07 11:57:44,862 DEBUG [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 53] Running with Spring Boot v2.1.6.RELEASE, Spring v5.1.8.RELEASE 2025-08-07 11:57:44,863 INFO [main] com.guahao.GuahaoApplication [SpringApplication.java : 646] No active profile set, falling back to default profiles: default 2025-08-07 11:57:46,417 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 90] Tomcat initialized with port(s): 8080 (http) 2025-08-07 11:57:46,646 WARN [main] o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [AbstractApplicationContext.java : 557] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'uploadConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'file.staticAccessPath' in value "${file.staticAccessPath}" 2025-08-07 11:57:46,680 INFO [main] o.s.b.a.l.ConditionEvaluationReportLoggingListener [ConditionEvaluationReportLoggingListener.java : 135] Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2025-08-07 11:57:46,685 ERROR [main] o.s.boot.SpringApplication [SpringApplication.java : 821] Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'uploadConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'file.staticAccessPath' in value "${file.staticAccessPath}" at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:380) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:845) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) at com.guahao.GuahaoApplication.main(GuahaoApplication.java:28) Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'file.staticAccessPath' in value "${file.staticAccessPath}" at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:178) at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:124) at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:237) at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:211) at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:175) at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:851) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1192) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374) ... 17 common frames omitted 2025-08-07 11:58:04,029 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 50] Starting GuahaoApplication on Sangmu with PID 1900 (D:\workspace\jiuju-h5-registration(Rev1.0.3)\target\classes started by Sang in D:\workspace\jiuju-h5-registration(Rev1.0.3)) 2025-08-07 11:58:04,031 DEBUG [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 53] Running with Spring Boot v2.1.6.RELEASE, Spring v5.1.8.RELEASE 2025-08-07 11:58:04,031 INFO [main] com.guahao.GuahaoApplication [SpringApplication.java : 646] No active profile set, falling back to default profiles: default 2025-08-07 11:58:05,635 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 90] Tomcat initialized with port(s): 8089 (http) 2025-08-07 11:58:07,649 INFO [main] c.g.h.s.TaskPoolConfig$$EnhancerBySpringCGLIB$$d7372835 [TaskPoolConfig.java : 27] start asyncServiceExecutor 2025-08-07 11:58:07,650 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService 2025-08-07 11:58:07,651 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService 'asyncServiceExecutor' 2025-08-07 11:58:08,711 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 202] Tomcat started on port(s): 8089 (http) with context path '' 2025-08-07 11:58:08,714 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 59] Started GuahaoApplication in 4.992 seconds (JVM running for 6.059) 2025-08-07 11:58:23,694 INFO [Thread-12] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 208] Shutting down ExecutorService 'asyncServiceExecutor'