oracle数据库更换为达梦数据库,项目启动报错

提问 2 1181
孙悟空
孙悟空 2019-10-14
INFO {dataSource-1} inited INFO {dataSource-1} closed 15:58:45.904 [RMI TCP Connection(2)-127.0.0.1] ERROR org.springframework.web.context.ContextLoader - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminCfgService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.FinancialService com.westar.core.service.AdminCfgService.financialService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'financialService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.WorkFlowService com.westar.core.service.FinancialService.workFlowService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'workFlowService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.ItemService com.westar.core.service.WorkFlowService.itemService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'itemService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.FileCenterService com.westar.core.service.ItemService.fileCenterService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fileCenterService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.UploadService com.westar.core.service.FileCenterService.uploadService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'uploadService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.IndexService com.westar.core.service.UploadService.indexService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'indexService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.SelfGroupService com.westar.core.service.IndexService.selfGroupService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'selfGroupService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.MsgShareService com.westar.core.service.SelfGroupService.msgShareService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'msgShareService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.VoteService com.westar.core.service.MsgShareService.voteService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'voteService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.TodayWorksService com.westar.core.service.VoteService.todayWorksService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'todayWorksService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.MeetingService com.westar.core.service.TodayWorksService.meetingService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'meetingService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.MeetingRoomService com.westar.core.service.MeetingService.meetingRoomService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'meetingRoomService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.UserInfoService com.westar.core.service.MeetingRoomService.userInfoService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userInfoService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.DepartmentService com.westar.core.service.UserInfoService.departmentService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'departmentService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.FlowDesignService com.westar.core.service.DepartmentService.flowDesignService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowDesignService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.westar.core.service.CusActivitService com.westar.core.service.FlowDesignService.cusActivitService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cusActivitService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: org.activiti.engine.RuntimeService com.westar.core.service.CusActivitService.runtimeService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngineFactory': FactoryBean threw exception on object creation; nested exception is org.activiti.engine.ActivitiException: couldn't deduct database type from database product name 'DM DBMS' 补充说明:更换了JDBC数据库连接方式,下载了达梦数据库驱动的jar包。 jdbc.driverClassName=dm.jdbc.driver.DmDriver jdbc.url=jdbc:dm://192.168.1.23 jdbc.username=OAENTER_TEST jdbc.password=OAENTER_TEST
回帖