Not able to find scripting engine for groovy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2013 02:50 PM
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?
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?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2013 03:59 AM
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,
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,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2013 10:35 AM
It worked only after adding the asm dependencies.
Thanks.
Thanks.
