Skip to main content
Question

FMEServerJobSubmitter not releasing features in parent workspace

  • August 13, 2019
  • 3 replies
  • 14 views

Forum|alt.badge.img

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?

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

siennaatsafe
Safer
Forum|alt.badge.img+12
  • Safer
  • 214 replies
  • August 16, 2019

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?

sigtill
Supporter
Forum|alt.badge.img+25
  • Supporter
  • 956 replies
  • September 4, 2019

This seems similar to a python issue.

Try to

- disable all pythonscripts

- and also the GeographicalBufferer.

 

And then run again - still the same error?


Forum|alt.badge.img

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