Fix two hangings
- A component was not finished after stop call, so need to exit it directly. And in this case do not need to
finalize
as it is called on the basic path. -
Weaver
in case of failure just exited. It was a correct behaviour in case of processes, but now we need to raise an exception to notify, that the plugin failed.