I am using wm 7.1.1 and I am trying to implement a process having few steps in which one is a Task(work flow) step. I have created a new Task and linked the task to the process. When I try to execute the process, the process is failing at the task step with a message "com.wm.app.b2b.server.ServiceException: electric.util.WrappedException: java.rmi.RemoteException: HTTP error response: Object Not Found (services/bizPolicy/task) "
Does any one know the reason for this?
Your earliest reply is highly appreciated.
While designing process, did you create Task Step (Create Implementation) or did u assign existing task from MWS to this step (from properties → implementation)?
I have tried by creating a new task step as I designed my process.
I had created a portlet application project in which I had a task. I tried using that task as well.
But both of them are failing at run time.
I am getting a warning while deploying the process that
Warning: Did not deploy task to the task engine: Error calling WmTaskClient on the Integration Server nnorsow2ws269:8880 :: "electric.util.WrappedException: java.rmi.RemoteException: HTTP error response: Object Not Found (services/bizPolicy/basic)
I use IS service wm.task.taskclient:setConfig to set the right taskclient config and then use IS service wm.task.taskclient:init to re-initial the config.