The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
Yes, that is expected, as Handle Exception can only capture exceptions within the actual execution logic itself. What you are experiencing are errors (which in Java are distinct from exceptions in the sense that errors indicate situations from which you usually cannot recover from at runtime, while exceptions are part of the program logic).
You will need an outside monitoring mechanism to detect such error states on Job Containers etc. We have a docs page which explains these concepts in more detail and gives examples:Â https://docs.rapidminer.com/latest/hub/manage/monitoring/index.html
Regards,
Marco