Oracle Error ORA-29515: exit called from Java code with status string

Oracle Error Message

ORA-29515: exit called from Java code with status string

Reason for the Error

Java code included a call to java.lang.Runtime.exitInternal.

Solution

Do not include this call unless non-local exit is desired.