Error evaluating XPath at loading

Hello all,

we designed few models under WM platform 6.1. When we start the IS with the process models the server log is filled with that kind of errors:

2006-04-10 18:45:31 MEST [PRT.0101.0448V2] (0) starting join timeout
2006-04-10 18:45:31 MEST [PRT.0101.0650D] *** Error evaluating XPath expression:
2006-04-10 18:45:31 MEST [PRT.0101.0650D] *** Error evaluating XPath expression:
2006-04-10 18:45:31 MEST [PRT.0101.0448V2] (0) starting join timeout
2006-04-10 18:45:31 MEST [PRT.0101.0650D] *** Error evaluating XPath expression:

The strange thing is that our processes are working without error (even the steps with join timeout). So it’s a minimal problem, but it’s not clean.

Thank you in advance for your collaboration,

Jean-Philippe Martin

I’ve experienced the same problem.

I’ve used XPath expression to fetch timeout parameters for the step timeouts in the model.

When starting the IS the following lines was written to the log:

2007-04-25 04:21:58 CEST [ISS.0028.0012C] WmPRT: Startup service (wm.prt.admin:startup)
2007-04-25 04:24:59 CEST [PRT.0101.0650D] *** Error evaluating XPath expression: 
2007-04-25 04:24:59 CEST [PRT.0101.0650D] *** Error evaluating XPath expression: 
2007-04-25 04:24:59 CEST [PRT.0101.0650D] *** Error evaluating XPath expression: 
.. and it repeats these lines over 30 times more ..
2007-04-25 04:28:38 CEST [PRT.0101.0650D] *** Error evaluating XPath expression: 
2007-04-25 04:28:39 CEST [ISS.0028.0012C] WmPRT: Startup service (wm.prt.admin:brokerPush)

Did you find any solution to fix this problem?