This content has been marked as final.
Show 3 replies
-
1. Re: ant start.human.task giving error.
julio riv Dec 29, 2010 5:43 PM (in response to Tarun Sapra)simply download slf4-1.6.1.zip ( http://www.slf4j.org/download.html ) unzip all and search a jar file with the name slf4j-jdk14-1.6.1 next paste it into jbpmHome/runtime/lib , i had the same mistake and that's all...
-
2. Re: ant start.human.task giving error.
Kris Verlaenen Dec 29, 2010 9:50 PM (in response to Tarun Sapra)The script assumes you have already installed everything (in this case the runtime) before trying to start the human task service. Try running the ant task to create the runtime first, starting the human task should work after that:
ant install.jBPM.runtime
Kris
-
3. Re: ant start.human.task giving error.
Tarun Sapra Dec 30, 2010 1:06 AM (in response to Kris Verlaenen)Thanks Kris it's working now...