Symptoms
You may only notice this message in the RmiServer<timestamp>.log file. You may also notice slowness that progresses to the interface locking and having to be restarted.
Cause
Please check the application_jobid you se in the error message. An example is as follows:
2 APPLICATION_JOBID: IN:NUMERIC:java.math.BigDecimal:123456
you need to look for this ID within Oracle apps. We have found if customers clone the APPS DB and don't flush the fnd_concurrent_requests table they may have jobs stuck in the 10 years in the future set to capture. If you don't have them marked for intercept/capture anymore on the agent it will throw this errro which will eventually eat up java memory and ause the sloweness issues.
Resolution
purge out the problematic job in apps or the whole fnd_concurrent_requests table. Please consult your APPS admin before taking these actions.