cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Wrapped Exception

evan
Champ in-the-making
Champ in-the-making
Hi All.

     I have define a sample flow with eclipse  and make a bar with eclipse deployment . I can see my Test.class in bar deploy the bar and run the process on activiti explorer . tomcat throw exception . error message is : "00190005 Wrapped Exception (with status template): couldn't instantiate class org.test.Test"

activiti.bar
|-my_bpmn2_diagram.activiti.bpmn20.xml
|_org
    |_test
         |_Test.class

where is wrong? I have add jar to ${activiti tomcat}/webapps/activiti-rest/lib and ${activiti tomcat}//webapps/activiti-explorer/WEB-INF/lib/
15 REPLIES 15

jill
Champ in-the-making
Champ in-the-making
Thanks for your replies,
I have found the solution:
    created a new jar using the export->Java->jar tool in eclipse..
The classes were found and instantiated.

Thanks a lot!! Smiley Very Happy

deufon
Champ in-the-making
Champ in-the-making
the name of jar must be the same of .bar ?

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
no

deufon
Champ in-the-making
Champ in-the-making
then … ? i have same problem…

sjoha
Champ in-the-making
Champ in-the-making
Creating the .jar with export->Java->jar tool in eclipse and putting it into the \apps\apache-tomcat-6.0.32\webapps\activiti-rest\WEB-INF\lib folder finally worked!!!

Thank you, you saved me from a long night of work!

code_expert
Champ in-the-making
Champ in-the-making
I too faced the same problem. When I created the JAR file using Eclipse it worked Smiley Happy

Issues at every step Smiley Happy