Got it working last night, was using a rest console to make the calls. But the database was not accessible by the rest calls. Installing the tcp h2 script and then changing the db.properties to: jdbc.url=jdbc:h2:tcp://localhost/~/activiti solved the problem.