开发者社区 问答 正文

activiti 添加bpmn文件报错 ?报错

activiti 添加bpmn文件时报错:请教下各位
(关键是:有的bpmn文件可以正常添加,有的文件就会报如下错误:)
我的代码:
InputStream inputStreamBpmn = this.getClass().getResourceAsStream("exclusiveGateway.bpmn");
Deployment deployment = processEngine.getRepositoryService()
.createDeployment()
.addInputStream("exclusiveGateway.bpmn", inputStreamBpmn)
.deploy();

                下面是报错信息:

org.apache.ibatis.exceptions.PersistenceException: 

Error updating database. Cause: java.sql.SQLException: ORA-01460: 转换请求无法实施或不合理

The error may involve org.activiti.engine.impl.persistence.entity.ResourceEntity.insertResource-Inline

The error occurred while setting parameters

SQL: insert into ACT_GE_BYTEARRAY(ID_, REV_, NAME_, BYTES_, DEPLOYMENT_ID_, GENERATED_) values (?, 1, ?, ?, ?, ?)

Cause: java.sql.SQLException: ORA-01460: 转换请求无法实施或不合理

展开
收起
爱吃鱼的程序员 2020-06-23 01:41:54 749 分享 版权
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    http://blog.csdn.net/dengtaowei/article/details/49430793

    2020-06-23 01:42:11
    赞同 展开评论
问答分类:
SQL
问答地址: