admin项目启动问题

提问 0 2125
方向
方向 2018-07-10
版本:renren-security 3.2 开发环境:chrome
启动的时候 出现这个 项目一直打不开: 2018-07-10 19:11:34.459 INFO 11396 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.0) 'RenrenScheduler' with instanceId 'localhost1531221094426' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered. 2018-07-10 19:08:06.966 WARN 11352 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'scheduleJobController': Unsatisfied dependency expressed through field 'scheduleJobService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'scheduleJobService': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'io.renren.modules.job.dao.ScheduleJobDao' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} 2018-07-10 19:11:35.374 INFO 11396 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler 2018-07-10 19:11:35.375 INFO 11396 --- [ main] org.quartz.core.QuartzScheduler : Scheduler RenrenScheduler_$_localhost1531221094426 shutting down. 2018-07-10 19:11:35.375 INFO 11396 --- [ main] org.quartz.core.QuartzScheduler : Scheduler RenrenScheduler_$_localhost1531221094426 paused. 2018-07-10 19:11:35.376 INFO 11396 --- [ main] org.quartz.core.QuartzScheduler : Scheduler RenrenScheduler_$_localhost1531221094426 shutdown complete. 2018-07-10 19:11:35.408 INFO 11396 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed 2018-07-10 19:11:35.412 INFO 11396 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2018-07-10 19:13:26.871 WARN 11412 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysOssController': Unsatisfied dependency expressed through field 'sysConfigService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysConfigServiceImpl': Unsatisfied dependency expressed through field 'sysConfigRedis'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysConfigRedis': Unsatisfied dependency expressed through field 'redisUtils'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'io.renren.common.utils.RedisUtils' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
回帖
  • 消灭零回复