Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Description:
PostRTC throws ORA-01400: cannot insert NULL into <table> (agent hang).
Symptoms:
PostRTC reports errors. The SQL will be executed in a endless loop and the agent hang.
<timestamp> <agentname> Warning [inference-class$DBWriter.Thread.<threadnum>] - [jdbcstore] SaveTransaction failed - nested error. Error=ORA-01400: cannot insert NULL into ("<beuser>"."<tablename>"."ID$")
Cause:
CR BE-18846, error occurs when you try to assign a null concept as child array to a parent
Example:
parent.childs[i] = null