Applications Manager may stop running Jobs properly and the below error is seen in the RmiServer<timestamp>.log files. This error is generally due to invalid objects in the database.
ErrorMsg: AwE-9999 Internal error
Details: null
java.lang.IllegalArgumentException: Negative delay.
at java.util.Timer.schedule(Timer.java:203)
at com.appworx.master.JobStarter.updateCapacities(JobStarter.java:2193)
at com.appworx.master.JobStarter.init(JobStarter.java:401)
at com.appworx.server.data.JobsData.Ô(JobsData.java:1079)
at com.appworx.server.data.JobsData.A(JobsData.java:76)
at com.appworx.server.data.JobsData$_E.A(JobsData.java:3474)
at com.appworx.server.data.JobsData$_E.doRun(JobsData.java:3518)
at com.uc4.be.threading.AbstractWorker.run(AbstractWorker.java:367)
at java.lang.Thread.run(Thread.java:811)