How the AVM handles failure conditions
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following table summarizes the types of failures you might encounter and the diagnostic information that results.
| This type of failure | Provides this diagnostic information |
|---|---|
| The AVM detects a fatal system error, such as an out-of-memory condition. | A procore file. Additionally,
if the message is marked as coredump:
|
| An exception occurs in OpenEdge Java code (for example, broker, NameServer). | A stack trace written to the log file. The broker continues to run for threads associated with other clients. |
| There is a memory violation. |
|
OpenEdge executable hangs; you must terminate
it using the kill command or the Task Manager. |
|