jeecms在windows下连接mysql数据库正常,然后把数据库全部拷贝到Linux下的mysql后,连接linux下的mysql就报错了,麻烦看看怎么回事。
2022-01-17 09:53:08.446 [localhost-startStop-1] INFO org.quartz.core.QuartzScheduler - JobFactory set to: com.jeecms.component.QuartzConfiguration$AutowiringSpringBeanJobFactory@388c6c17
2022-01-17 09:53:08.484 [pool-1-thread-1] ERROR com.jeecms.system.service.impl.SysJobServiceImpl - 生成数据统计任务启动失败, time:Mon Jan 17 09:53:08 CST 2022
2022-01-17 09:53:08.485 [pool-1-thread-1] ERROR com.jeecms.system.service.impl.SysJobServiceImpl - 生成日志统计任务启动失败, time:Mon Jan 17 09:53:08 CST 2022
2022-01-17 09:53:08.487 [pool-1-thread-1] ERROR com.jeecms.system.service.impl.SysJobServiceImpl - 生成日志告警任务启动失败, time:Mon Jan 17 09:53:08 CST 2022
2022-01-17 09:53:08.488 [pool-1-thread-1] ERROR com.jeecms.system.service.impl.SysJobServiceImpl - 生成日志预警任务启动失败, time:Mon Jan 17 09:53:08 CST 2022
2022-01-17 09:53:08.489 [pool-1-thread-1] ERROR com.jeecms.system.service.impl.SysJobServiceImpl - 粉丝统计任务启动失败, time:Mon Jan 17 09:53:08 CST 2022
2022-01-17 09:53:08.491 [pool-1-thread-1] ERROR com.jeecms.system.service.impl.SysJobServiceImpl - 内容统计任务启动失败, time:Mon Jan 17 09:53:08 CST 2022
2022-01-17 09:53:08.492 [pool-1-thread-1] ERROR com.jeecms.system.service.impl.SysJobServiceImpl - 定时清除日志, time:Mon Jan 17 09:53:08 CST 2022
2022-01-17 09:53:11.108 [localhost-startStop-1] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService
2022-01-17 09:53:11.132 [localhost-startStop-1] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
2022-01-17 09:53:11.858 [localhost-startStop-1] INFO o.flowable.spring.SpringProcessEngineConfiguration - Found 1 Engine Configurators in total:
2022-01-17 09:53:11.858 [localhost-startStop-1] INFO o.flowable.spring.SpringProcessEngineConfiguration - class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
2022-01-17 09:53:11.858 [localhost-startStop-1] INFO o.flowable.spring.SpringProcessEngineConfiguration - Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
2022-01-17 09:53:13.197 [localhost-startStop-1] INFO o.flowable.spring.SpringProcessEngineConfiguration - Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
2022-01-17 09:53:13.268 [localhost-startStop-1] INFO org.flowable.idm.engine.impl.db.IdmDbSchemaManager - performing create on identity with resource org/flowable/idm/db/create/flowable.mysql.create.identity.sql
2022-01-17 09:53:13.269 [localhost-startStop-1] INFO org.flowable.idm.engine.impl.db.IdmDbSchemaManager - Found MySQL: majorVersion=5 minorVersion=7
2022-01-17 09:53:13.604 [localhost-startStop-1] ERROR org.flowable.idm.engine.impl.db.IdmDbSchemaManager - problem during schema create, statement alter table ACT_ID_MEMBERSHIP
add constraint ACT_FK_MEMB_GROUP
foreign key (GROUP_ID_)
references ACT_ID_GROUP (ID_)
com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-10eb_69'
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
at com.mysql.jdbc.Util.getInstance(Util.java:408) |
|