cancel
Showing results for 
Search instead for 
Did you mean: 

Migration Exception

jatz
Champ in-the-making
Champ in-the-making
Hi,

When migrationg to 5.13 from 5.11 I get the below exception:

The error occurred while setting parameters\r\n### SQL: insert into ACT_RU_JOB ( ID_, REV_, TYPE_, LOCK_OWNER_, LOCK_EXP_TIME_, EXCLUSIVE_, EXECUTION_ID_, PROCESS_INSTANCE_ID_, PROC_DEF_ID_, RETRIES_, EXCEPTION_STACK_ID_, EXCEPTION_MSG_, DUEDATE_, REPEAT_, HANDLER_TYPE_, HANDLER_CFG_ ) values (?, 1, 'timer', ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'exceptionByteArrayId' in 'class org.activiti.engine.impl.persistence.entity.TimerEntity'"

Any idea for this? I tried upgrading mybatis from 5.1.1 to 5.2.2 and this did not help also.

4 REPLIES 4

jatz
Champ in-the-making
Champ in-the-making
Mybatis 3.1.1 to 3.2.2

jbarrez
Star Contributor
Star Contributor
when does that exception happen? How come a timer is inserted during migration? or is it after migration?

We've got upgrade tests from 5.11 to 5.13

jatz
Champ in-the-making
Champ in-the-making
We have a flow where the process starts and completes a service task before going to a User task which has a boundary timer event. This works fine in 5.11 with no issues.

After migration to 5.13 when I try to start the same process it fails giving the above error

trademak
Star Contributor
Star Contributor
That's really strange, I think we have unit tests for that. Can you create a unit test that shows this error so we can reproduce it?

Thanks,