Trevor Laws 22.Feb.11 04:06 PM a Web browser Domino Server7.0.1 FP1Windows 2003
I have a LotusScript agent running on a server which calls a Java routine to invoke a web service. When this agent runs it is generating thousands of error messages in the log that look like this
02/22/2011 11:45:30 AM AMgr: Agent ('CheckInNextBatch' in 'Labor Relations\DMSBatchLoad.nsf') error message: [40]
02/22/2011 11:45:30 AM AMgr: Agent ('CheckInNextBatch' in 'Labor Relations\DMSBatchLoad.nsf') error message: java/util/WeakHashMap$Entry
02/22/2011 11:45:30 AM AMgr: Agent ('CheckInNextBatch' in 'Labor Relations\DMSBatchLoad.nsf') error message: 0x23971b08
02/22/2011 11:45:30 AM AMgr: Agent ('CheckInNextBatch' in 'Labor Relations\DMSBatchLoad.nsf') error message: 0x0
02/22/2011 11:45:30 AM AMgr: Agent ('CheckInNextBatch' in 'Labor Relations\DMSBatchLoad.nsf') error message: 0x0
02/22/2011 11:45:30 AM AMgr: Agent ('CheckInNextBatch' in 'Labor Relations\DMSBatchLoad.nsf') error message: 0x23f100e8
02/22/2011 11:45:30 AM AMgr: Agent ('CheckInNextBatch' in 'Labor Relations\DMSBatchLoad.nsf') error message: 0x26aedc18
02/22/2011 11:45:30 AM AMgr: Agent ('CheckInNextBatch' in 'Labor Relations\DMSBatchLoad.nsf') error message:
I believe this is a bug in the Domino JVM which is causing the Java error to be incorrectly reported in the log and that there was a fix for this. However I cannot find a reference to this problem. If I can get Domino to report the Java error correctly then I should be able to fix it.