cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to find scripting engine for groovy

ganeshr
Champ in-the-making
Champ in-the-making
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>

can any one sugges?
2 REPLIES 2

trademak
Star Contributor
Star Contributor
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.

Best regards,

ganeshr
Champ in-the-making
Champ in-the-making
It worked only after adding the asm dependencies.

Thanks.