NutzCN Logo
问答 activiti分支,这次能启动成功了,但是ACT_工作流那些表没有创建,只是创建了一部分表
发布于 2096天前 作者 herexu 2936 次浏览 复制 上一个帖子 下一个帖子
标签: nutzwk

[DEBUG] 2018-07-31 17:26:31,025 org.apache.ibatis.logging.jdbc.BaseJdbcLogger.debug(BaseJdbcLogger.java:142) - ==> Parameters: schema.version(String)
[ERROR] 2018-07-31 17:26:31,037 org.activiti.engine.impl.interceptor.CommandContext.close(CommandContext.java:171) - Error while closing command context
org.apache.ibatis.exceptions.PersistenceException:
org.nutz.ioc.IocException: IocBean[processEngine] throw Exception when creating

Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在

at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:150)

at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:216)

The error may exist in org/activiti/db/mapping/entity/Property.xml

at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:245)

The error may involve org.activiti.engine.impl.persistence.entity.PropertyEntity.selectProperty-Inline

at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:152)

The error occurred while setting parameters

1 回复

activiti.properties增加如下配置项:

activiti.databaseSchema=ACT
添加回复
请先登陆
回到顶部