Release: AAMOS499000-8.0-Automic Applications Manager-OS400 Agent
Component:
Appworx 9.x
Error Details
ErrorMsg: AwE-9999 Internal error (9/19/12 5:16 PM)
Details: parent jobid <job_id> not found
Symptoms
The Master becomes non-responsive and you may see a spike in CPU and java memory usage. The Client may also freeze and you may not be able to start Agents. You will find the above error in the RmiServer log.
Resolution
Stop all of the Applications Manager (AM) processes and manually remove the offending jobids from the so_job_history table by running the following SQL statement:
delete from so_job_history where so_jobid=<jobid> or so_parents_jobid=<jobid> or so_direct_parent_jobid=<jobid>;
Then restart all the AM processes.