Skip to main content

I have a parent workspace that successfully launches child workspaces via FMEServerJobSubmitter.

These launch successfully and complete but then the parent workspace does not release the features to the next transformer.It's running on FME Server 2018.1.2 - Build 18590 - win64

I have it to submit jobs in parallel and to wait for jobs to complete which are the settings required but it isn't releasing the features once the child workspace completes.

Log file just hangs with the following line

FMEServerJobSubmitter_2(ServerFactory): http://******** - Running workspace '*******_Child.fmw' in repository '******** Child' in parallel...

Names redacted for security reasons.

As mentioned, child workspaces run successfully.

Nothing in the log files or monitor log files to suggest anything strange is happening and this processed has run successfully before.

Any thoughts?

 

Hello David,

I see you've created a case so we can take a look at your logs if you send them into us.

 

We've seen this issue before when the parent workspace contained Python shutdown/startup scripts. Do your workspaces contain any Python?

This seems similar to a python issue.

Try to

- disable all pythonscripts

- and also the GeographicalBufferer.

 

And then run again - still the same error?


This seems similar to a python issue.

Try to

- disable all pythonscripts

- and also the GeographicalBufferer.

 

And then run again - still the same error?

Thanks for the comment.

 

Unfortunately there is no Python running nor is there a GeographicBufferer