Oracle Error Message
ORA-02079: cannot join a committing distributed transaction
Reason for the Error
Once a transaction branch is prepared, no more new transaction branches are allowed to start, nor is the prepared transaction branch allowed to be joined.
Solution
Check the application code as this is an XA protocol violation.