主题 : 我把系统内置的定时任务代码注释了怎么报数据库连接失败
级别: 贡士
UID: 138460
积分:537 加为好友
威望: 15 精华: 0
主题:64 回复:285
注册时间:2021-07-05
在线时长:0.17
1#   发表于:2024-01-10 13:34:15  IP:117.202.*.*
我把系统内置的定时任务代码注释了怎么报数据库连接失败,但网站不影响使用。SysJobServiceImpl  PayJobServiceImpl 这两个文件里的,这个报错对程序有没有影响?
[F:\apache-tomcat-8.5.82\webapps\gjmh\WEB-INF\classes\config\context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cms_channel': Unsatisfied dependency expressed through field 'channelService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'channelServiceImpl': Unsatisfied dependency expressed through field 'cmsSiteService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cmsSiteServiceImpl': Unsatisfied dependency expressed through field 'globalConfigService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'globalConfigServiceImpl': Unsatisfied dependency expressed through field 'userService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'coreUserServiceImpl': Unsatisfied dependency expressed through field 'memberScoreDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'memberScoreDetailsServiceImpl': Unsatisfied dependency expressed through field 'userCommentService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userCommentServiceImpl': Unsatisfied dependency expressed through field 'contentService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'contentServiceExImpl': Unsatisfied dependency expressed through field 'cmsModelItemService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cmsModelItemServiceImpl': Unsatisfied dependency expressed through field 'flowService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cmsWorkflowServiceImpl': Unsatisfied dependency expressed through field 'runtimeService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'runtimeServiceBean' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration.class]: Unsatisfied dependency expressed through method 'runtimeServiceBean' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine': FactoryBean threw exception on object creation; nested exception is org.flowable.common.engine.api.FlowableException: couldn't check if tables are already present using metadata: Access denied for user 'root'@'localhost' (using password: YES)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:581)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:581)
级别: 总版主
UID: 10736
积分:148371 加为好友
威望: 205 精华: 42
主题:287 回复:126129
注册时间:2010-09-08
在线时长:15.2
2#   发表于:2024-01-10 14:43:06  IP:183.223.*.*
PayJobServiceImpl  这个不适用支付可以,
路漫漫其修远兮,吾将上下而求索!
级别: 总版主
UID: 10736
积分:148371 加为好友
威望: 205 精华: 42
主题:287 回复:126129
注册时间:2010-09-08
在线时长:15.2
3#   发表于:2024-01-10 14:43:30  IP:183.223.*.*
尊敬的jeecms用户,您好!您这边的一对一服务已经到期,暂时不提供一对一服务了。如果需要续费服务,可以联系我们官网售前客服。感谢您的支持与理解!
路漫漫其修远兮,吾将上下而求索!
级别: 贡士
UID: 138460
积分:537 加为好友
威望: 15 精华: 0
主题:64 回复:285
注册时间:2021-07-05
在线时长:0.17
4#   发表于:2024-01-10 14:50:39  IP:117.202.*.*
没有支付以及其他的业务,只是简简单单一个网站不涉及支付等,另外一个sysjob这个注释了,有影响吗?
级别: 总版主
UID: 10736
积分:148371 加为好友
威望: 205 精华: 42
主题:287 回复:126129
注册时间:2010-09-08
在线时长:15.2
5#   发表于:2024-01-10 15:38:48  IP:183.223.*.*
会影响统计以及日志清理,具体问下您那边研发同事。如果需要续费服务,可以联系我们官网售前客服。感谢您的支持与理解!
路漫漫其修远兮,吾将上下而求索!
1 共1页