Hello everyone,
We are encountering an issue with FME Flow 2025.2.1 where jobs stop unexpectedly without any error message.
Scope / Versions
- ✅ Issue occurs in: FME Flow 2025.2.1
- ❌ Issue does NOT occur in:
- FME Flow 2024.1.2.1
- FME Form 2025.2.1
This suggests the problem is specific to FME Flow 2025.2.1 and not related to the workspace or FME Form itself.
Observed behavior
- The job stops abruptly without any error reported in the FME Flow UI or job log.
- Enabling Debug logging in FME does not provide any additional insights.
- The same workspace runs successfully in:
- FME Form 2025.2.1
- FME Flow 2024.1.2.1
FME Flow logging
We reviewed additional server-side logs.
In fmeprocessmonitorengine.log, we consistently see that the engine ends unexpectedly.
Relevant log snippet:
Tue-07-Apr-2026 04:31:29.648 PM INFORM requesthandler 401831 : Accepted new client connection from /127.0.0.1 on port 7500
Tue-07-Apr-2026 04:32:14.937 PM INFORM Thread-46 localhost_Engine1 WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
Tue-07-Apr-2026 04:32:18.523 PM WARN localhost_Engine1 393562 : Process "localhost_Engine1" ended unexpectedly. Being restarted on attempt 1...
We investigated the warning related to sun.reflect.Reflection.getCallerClass, but based on our research this warning appears to be performance-related only and not directly linked to the engine crash.
We tried running the job with another engine, results are the same.
Windows Event Viewer
We also checked the Windows Event Viewer on the FME Flow server.
Around the same timestamp as the failed job, we see events including:
- Faulting application:
FMEEngine.exe - Exception code:
0xc00000005(access violation)
This suggests the engine may be crashing at OS level, rather than failing gracefully within FME.
Questions
- Has anyone seen similar behavior in FME Flow 2025.2.1?
- Are there known regressions, engine-related issues, or Java/engine changes in this version?
- Any recommendations for:
- Additional diagnostics
- Crash dumps
- JVM or engine-level logging
- Known fixes or patches?
If helpful, we attached the full log file of the job (job_174.log) and a part of the fmeprocessmonitorengine.log
Thanks in advance for your help!



