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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2014 12:12 AM
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.
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.
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2014 08:37 AM
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,
We tested Activiti against Oracle 11g and it works fine.
Are you sure that you are using the latest Oracle Driver version?
Best regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2014 01:37 AM
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.
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2014 01:40 AM
Thanks a lot.
Problem is resolved after using latest version.
Many many Thanks ,
Ashish Patel
Problem is resolved after using latest version.
Many many Thanks ,
Ashish Patel
