Question

How do i stop a stream job on a engine, but stream no longer exists


Hi,

 

I have create a stream - it was running for a few days - I have now removed the stream - but it still runs on the server. So how do you remove it completely

 

If I stop the server and restart - it comes up on any engine, and continues to run.

job still running - but now stream active


3 replies

Userlevel 5
Badge +29

I've had similar issues with 'Ghost' jobs way back on 2017. The resolution was pretty nuclear and had you go and make changes in the underlying database...

I'd only explore that as a last resort fix...

Badge

Hi @rudy_v​, this is an odd issue because Stream jobs are supposed to be stopped when the stream is stopped or removed. You can check if the stream workspace was failing for some reason by going into the logs at: http://<host>/fmeserver/#/resources/browse/FME_SHAREDRESOURCE_LOG/engine/current/jobs/0/job_14162/0?name=Logs If you see multiple log files named job_14162_x, open one and see if there are any errors. Additionally, check in the fmeprocessmonitorengine.log in Logs > engine > current to see if any errors are occurring on Engine2.

Badge

Hi @rudy_v​, this is an odd issue because Stream jobs are supposed to be stopped when the stream is stopped or removed. You can check if the stream workspace was failing for some reason by going into the logs at: http://<host>/fmeserver/#/resources/browse/FME_SHAREDRESOURCE_LOG/engine/current/jobs/0/job_14162/0?name=Logs If you see multiple log files named job_14162_x, open one and see if there are any errors. Additionally, check in the fmeprocessmonitorengine.log in Logs > engine > current to see if any errors are occurring on Engine2.

Additionally, could you try cancelling the stream job on the Jobs > Running page? Does the job run again even after cancelling?

Reply