cancel
Showing results for 
Search instead for 
Did you mean: 

couldn't instantiate class for a service task

nbklot3
Champ in-the-making
Champ in-the-making
Hi,
I have created a service task in my process and created corresponding java classes for it. When I deploy my bar file and start the process, I get the below error when I hit the service task -

03130003 Wrapped Exception (with status template): couldn't instantiate class com.delegate.EmailNotify

I'm unable to debug this issue. I searched the forum and tried all possible solutions posted in forum like copying the jar file to activiti-rest/WEB-INF/lib, including the jar in classpath.

Please help me fix this issue. I have attached my eclipse project with this.
22 REPLIES 22

echashnik
Champ in-the-making
Champ in-the-making
I'm using local trial version of the engine: activiti-1.4.1-windows-installer.exe in Windows 7

echashnik
Champ in-the-making
Champ in-the-making
Resolved - had yo put jar into activiti\tomcat\webapps\activiti-app\WEB-INF\lib\

jbarrez
Star Contributor
Star Contributor
Ok, thanks for solving your own problem Smiley Wink