cancel
Showing results for 
Search instead for 
Did you mean: 

Error while configure Activiti with Oralce 11g database (Very Urgent)

patelag
Champ in-the-making
Champ in-the-making
Dear Team,

I am facing below issue in integration of Activiti with Oracle 11g.

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine': FactoryBean threw exception on object creation; nested exception is org.apache.ibatis.exceptions.PersistenceException:
### Error updating database. Cause: java.sql.SQLException: ORA-01460: unimplemented or unreasonable conversion requested

### 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: unimplemented or unreasonable conversion requested

It is working fine with H2 database.

Project Summary : I am using eclipse IDE for making one Proof Of Concept application. I have used Spring MVC. Application will invoke bpm process at certain interval using quartz scheduler.

Please find Activiti configuration for your information.

Please help.
3 REPLIES 3

trademak
Star Contributor
Star Contributor
Hi,

We tested Activiti against Oracle 11g and it works fine.
Are you sure that you are using the latest Oracle Driver version?

Best regards,

patelag
Champ in-the-making
Champ in-the-making
Hi,

Thanks for very prompt support.

I am using ojdbc4.jar for Oracle Connectivity.

Let me check again with ojdbc6.jar for same and will get back to you with status.

patelag
Champ in-the-making
Champ in-the-making
Thanks a lot.

Problem is resolved after using latest version.

Many many Thanks ,
Ashish Patel