Question 1, why can't I say a bug is in the WRE on this form?
Real Question:
So, I just ran the following:
[me@myserver /data/WebGUI/sbin]$ sudo wreservice.pl --restart web spectre Restart mod_perl: OK Restart mod_proxy: OK Restart S.P.E.C.T.R.E.:OK [me@myserver /data/WebGUI/sbin]$ Session 'workflow' has not published state 'getJsonStatus' [poe://127.0.0.1:32133/workflow/getJsonStatus]
See how the Session 'workflow' message popped up after my command prompt came back
Seems to me it shouldn't work that way. :-)
Susan B
There are two parts to this:
The WRE monitor in WRE 0.8.1 uses a method introduced in WebGUI 7.4 to verify that spectre is processing jobs properly.
You can remove this check by commenting out a line from wre/sbin/wremonitor.pl:
#monitorSpectre($spectre);
This should be line 50. It will still check for spectre being running with this commented out.