Home
TeamSite
TeamSite, LiveSite and OpenDeploy
ClassNotFoundException when instantiating workflow
System
Hi,
I am trying to run a workflow (created in Workflow Modeler 1.0.1.0, published to TeamSite 6.7.2, on Windows), which includes a URLTask.
This URLTask uses a Java class that I have created, DummyTask. We did the following:
1. Place the JAR file in {iw-home}/local/config/lib/content_center/customer_src/lib.
2. Shut down the TeamSite Servlet Engine (the old WAR file does not get deleted without this step).
3. From {iw-home}/local/config/lib/content_center/customer_src, execute make_toolkit.ipl.
4. Restart the TeamSite Servlet Engine.
From the output from the make_toolkit script, I can see that my JAR file is included in {iw-home}/local/config/lib/content_center/customer_out/customer.tk.war.
However, the JAR file does not show up in {iw-home}/httpd/webapps/content_center/WEB-INF/lib, as I would expect. The JAR file does, however, show up in {iw-home}/httpd/webapps/iw-preview/WEB-INF/lib. Most importantly, my code is not executed when I instantiate the workflow. I can see from the logs that it throws a ClassNotFoundException because it cannot find my class.
Any insights?
Thanks,
Dhruva
Find more posts tagged with
Comments
There are no comments yet