mirror of
https://github.com/corda/corda.git
synced 2025-02-01 00:45:59 +00:00
330a95cb68
When a flow is missing its database transaction the _real_ stacktrace of the exception is missing in the logs. This is due to the normal error handling path way does not work due the transaction being missing. When it goes to process the next error event (due to the original transaction context missing error) it will fail for the same error as it needs the context to be able to process the error event. The extra logging should help diagnose future errors.