Skip to main content
Question

Encountered a connection error (status code 0). Retrying after 100 ms

  • October 2, 2020
  • 1 reply
  • 46 views

f.kemminje
Contributor
Forum|alt.badge.img+11

I am facing this below error in fme server 2019

"Encountered a connection error (status code 0). Retrying after 100 ms"

 

and the error is not always.

In my case I have parent script , which will call child scripts(i used fme server job submitter)

So for example, if there are 10 Childs to be ran, and after 5 child scripts are ran, I am getting above connection error. and then other 5 scripts will be in a queue or sometimes parent script will not get response from child.

 

totally parent child relation will be broken.

parent will be waiting for the child to complete and child will be in hanging state.

safe2

 

So my question is

what was causing this error?

and

should I wait, so that parent fme will get connected to child again?

or is there any ways to tell the server to, try Now(manually)

 

I waited 1.5 days , but no result. then i restarted....

and same issue occurred.

 

what to do? pls help

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.

1 reply

richardatsafe
Safer
Forum|alt.badge.img+10
  • Safer
  • 217 replies
  • October 2, 2020

Hi @f.kemminje​ ,

 

First, I would try to verify that the JobSubmitters are in the same version as your 2019 server. If not can you delete them and replace them with the newest version. Secondly I would try to tack down where the issue is coming from by looking at the child job queue's, successes/failures, and look at the <LogDir>\\engine\\current|old\\fmeprocessmonitorengine.log

If you have a distributed environment I would also look into firewall and port settings to make sure all the traffic is getting through https://community.safe.com/s/article/ports-and-executables-and-firewall-exceptions-for

 

Richard