主题 : jeecms_x1启动报错
级别: 商业授权用户
UID: 131376
积分:659 加为好友
威望: 0 精华: 0
主题:31 回复:255
注册时间:2019-09-02
在线时长:0
1#   发表于:2019-12-09 20:09:46  IP:27.159.*.*
version mismatch : library version is '6.5.0.1' , db version is '5.99.0.0' hint :set<propery name="databaseSchemUpdate" to  value……
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
2#   发表于:2019-12-10 08:45:39  IP:117.140.*.*
您用的是什么版本的?
每天告诉自己一次,“我真的很不错”。
级别: 商业授权用户
UID: 131376
积分:659 加为好友
威望: 0 精华: 0
主题:31 回复:255
注册时间:2019-09-02
在线时长:0
3#   发表于:2019-12-10 08:47:12  IP:27.159.*.*
jeecmsx1   mysql 5.7
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
4#   发表于:2019-12-10 08:48:56  IP:117.140.*.*
是开源版本的嘛?
每天告诉自己一次,“我真的很不错”。
级别: 商业授权用户
UID: 131376
积分:659 加为好友
威望: 0 精华: 0
主题:31 回复:255
注册时间:2019-09-02
在线时长:0
5#   发表于:2019-12-10 08:53:51  IP:27.159.*.*
不是开源的版本
级别: 商业授权用户
UID: 131376
积分:659 加为好友
威望: 0 精华: 0
主题:31 回复:255
注册时间:2019-09-02
在线时长:0
6#   发表于:2019-12-10 08:54:12  IP:27.159.*.*
这个是工作流的版本不对吗
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
7#   发表于:2019-12-10 08:57:40  IP:117.140.*.*
这个和工作流没有关系吧   您可以发下报错的日志给我吗?
每天告诉自己一次,“我真的很不错”。
级别: 商业授权用户
UID: 131376
积分:659 加为好友
威望: 0 精华: 0
主题:31 回复:255
注册时间:2019-09-02
在线时长:0
8#   发表于:2019-12-10 09:30:25  IP:27.159.*.*
Caused by: 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 'smsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'smsServiceImpl': Unsatisfied dependency expressed through field 'mqSendMessageService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mqSendMessageServiceImpl': Unsatisfied dependency expressed through field 'threadPool'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'messageQueueTaskThreadPool': Unsatisfied dependency expressed through field 'messageStrategies'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userMessageStrategy': Unsatisfied dependency expressed through field 'sysStationTask'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysStationTask': Unsatisfied dependency expressed through field 'stationService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysMessageServiceImpl': Unsatisfied dependency expressed through field 'coreUserService'; nested excep
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
9#   发表于:2019-12-10 09:32:30  IP:117.140.*.*
能发下日志的原文件给我吗?
每天告诉自己一次,“我真的很不错”。
级别: 商业授权用户
UID: 131376
积分:659 加为好友
威望: 0 精华: 0
主题:31 回复:255
注册时间:2019-09-02
在线时长:0
10#   发表于:2019-12-10 09:33:48  IP:27.159.*.*
Caused by: org.flowable.common.engine.api.FlowableWrongDbException: version mismatch: library version is '6.5.0.1', db version is 5.99.0.0 Hint: Set <property name="databaseSchemaUpdate" to value="true" or value="create-drop" (use create-drop for testing only!) in bean processEngineConfiguration in flowable.cfg.xml for automatic schema creation
at org.flowable.idm.engine.impl.db.IdmDbSchemaManager.schemaCheckVersion(IdmDbSchemaManager.java:77)
at org.flowable.idm.engine.impl.db.IdmDbSchemaManager.performSchemaOperationsIdmEngineBuild(IdmDbSchemaManager.java:148)
at org.flowable.idm.engine.impl.SchemaOperationsIdmEngineBuild.execute(SchemaOperationsIdmEngineBuild.java:29)
at org.flowable.idm.engine.impl.SchemaOperationsIdmEngineBuild.execute(SchemaOperationsIdmEngineBuild.java:24)
at org.flowable.common.engine.impl.interceptor.DefaultCommandInvoker.execute(DefaultCommandInvoker.java:22)
at org.flowable.common.engine.impl.interceptor.TransactionContextInterceptor.execute(TransactionContextInterceptor.java:53)
at org.flowable.common.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:72)
at org.flowable.common.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:30)
at org.flowable.common.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:56)
at org.flowable.idm.engine.impl.IdmEngineImpl.<init>(IdmEngineImpl.java:45)
at org.flowable.idm.engine.IdmEngineConfiguration.buildIdmEngine(IdmEngineConfiguration.java:166)
at org.flowable.idm.engine.configurator.IdmEngineConfigurator.configure(IdmEngineConfigurator.java:57)
at org.flowable.common.engine.impl.AbstractEngineConfiguration.configuratorsAfterInit(AbstractEngineConfiguration.java:923)
at org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl.init(ProcessEngineConfigurationImpl.java:1016)
at org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl.buildProcessEngine(ProcessEngineConfigurationImpl.java:915)
at org.flowable.spring.SpringProcessEngineConfiguration.buildProcessEngine(SpringProcessEngineConfiguration.java:72)
at org.flowable.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:60)
at org.flowable.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:32)
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:171)
... 303 common frames omitted
09:27:37,105 |-INFO in ch.qos.logback.classic.servlet.LogbackServletContextListener@194bcebf - About to stop ch.qos.logback.classic.LoggerContext [default]
1 2 3 4 > >| 共4页