-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Include participant "check_is_from_devel" in precheck of process conf (check_is_from_devel)
Submit a request.
Following error is displayed
2011-11-22 11:31:32.283598500 Exception in participant check_is_from_devel
2011-11-22 11:31:32.283686500 while handling instance 20111122-bepahawagi of process BOSS_handle_SR
2011-11-22 11:31:32.318386500 ------------------------------------------------------------------------------
2011-11-22 11:31:32.318388500 Traceback (most recent call last):
2011-11-22 11:31:32.318389500 File "/usr/lib/pymodules/python2.6/RuoteAMQP/participant.py", line 54, in run
2011-11-22 11:31:32.318391500 self.__participant.consume()
2011-11-22 11:31:32.318392500 File "/usr/lib/python2.6/dist-packages/SkyNET/Exo.py", line 55, in consume
2011-11-22 11:31:32.318394500 self.exo.handler.handle_wi(self.workitem)
2011-11-22 11:31:32.318395500 File "/usr/share/boss-skynet/check_is_from_devel.py", line 68, in handle_wi
2011-11-22 11:31:32.318410500 raise RuntimeError("Missing mandatory param 'regexp'")
2011-11-22 11:31:32.318411500 RuntimeError: Missing mandatory param 'regexp'
2011-11-22 11:31:32.318413500
2011-11-22 11:31:32.318414500 ------------------------------------------------------------------------------
2011-11-22 11:31:32.318416500 Note: for information only. Participant remains functional.
2011-11-22 11:31:32.318417500 Error is being signalled to the workflow (unless this
2011-11-22 11:31:32.318423500 workitem is 'forgotten').