I'm seeing the following exception message in ACT_RU_JOB table Can't find scripting engine for 'groovy But when checked in log file for more information, there is not exception stracktrace. It's strange. Followed the other forum topics and added groovy-all dependencies. but still facing the same issue.
Added the following dependency. <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> <version>2.0.1</version> </dependency>
In our tests we use groovy-all 2.1.3, that should work fine. If you don't see any logging, I'm wondering if logging is enabled at all or if you are looking at the wrong log file. Because this error will definitely be logged by Activiti.