cancel
Showing results for 
Search instead for 
Did you mean: 

org.activiti.engine.ActivitiException: Could not update Activiti database schema: unknown version from database: '6.0.0.4'

vamsinipun
Star Contributor
Star Contributor

Hi,

   I am using activiti in my spring web application. I am getting this error.

org.activiti.engine.ActivitiException: Could not update Activiti database schema: unknown version from database: '6.0.0.4'

Please let me know how to solve this?

Thanks

2 REPLIES 2

ryandawson
Elite Collaborator
Elite Collaborator

I'm guessing you're trying to run the latest development code for v6? Or have done so and are now trying to use a released version against the same database? I ask because that version is in the 6.x branch Activiti/DbSqlSession.java at 6.x · Activiti/Activiti · GitHub  but not the released v6 branch Activiti/DbSqlSession.java at activiti-6.0.0 · Activiti/Activiti · GitHub. Or maybe you are working from released artefacts but have at some point switched version? You should be able to check which version your database thinks it is using the query at  

rojan507
Champ on-the-rise
Champ on-the-rise

Please check your Activiti Engine Version i assume it is less than 6.if you have downloaded latest version of activiti update that in your POM(if you are using Mavan)