Skip to main content
Question

Fatal error after termination. Why is that?

  • January 5, 2018
  • 4 replies
  • 76 views

Here's the output:

 

 

Terminator(TestFactory): Terminator: Termination Message: 'PARCEL_LIMIT_EXCEEDED'

Terminator: Termination Message: 'PARCEL_LIMIT_EXCEEDED'

Bridge failed to output feature on tag `PYOUTPUT'

f_218(PythonFactory): PythonFactory failed to process feature

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Feature output statistics for `FFS' writer using keyword `W_1':

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Features Written

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

==============================================================================

Total Features Written 0

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Successfully closed POSTGRES database reader

... Last line repeated 5 times ...

Closing the Geodatabase reader

... Last line repeated 2 times ...

A fatal error has occurred. Check the logfile above for details

Stored 1 feature(s) to FME feature store file `C:\\test_log.ffs'

FME Session Duration: 33.0 seconds. (CPU: 4.5s user, 12.1s system)

END - ProcessID: 21364, peak process memory usage: 635072 kB, current process memory usage: 619632 kB

FME_END_PYTHON: evaluating python script from string...

FME_END_PYTHON: python script execution complete.

A fatal error has occurred. Check the logfile above for details

Program Terminating

Translation FAILED.

Warning: not all FMESessions that were created were destroyed before shutdown. This may cause instability

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.

4 replies

david_r
Celebrity
  • January 5, 2018

Looks like there's a Terminator transformer somewhere in your workspace that got triggered.


  • Author
  • January 5, 2018

Looks like there's a Terminator transformer somewhere in your workspace that got triggered.

Hi David, actually i have a tester and if even it fails one feature then i want to trigger the terminator. Anf that's what i am doing. But I don't want this fatal error with that.

 


takashi
Celebrity
  • January 7, 2018

Looks like there's a Terminator transformer somewhere in your workspace that got triggered.

The Terminator stops the translation with an error when it received a feature. It's the intentional behavior of the transformer and you cannot change that.

 

If you don't want to stop the translation even if the Tester routes a feature to the Failed port, consider replacing the Terminator with a Logger to log the failed feature without stopping the translation.

 


Forum|alt.badge.img
  • January 8, 2018

Can you please brief your workflow? Its looks like python execution issue.