Notes java agent crash on multiprocessor computer

I have a multi-threaded java agent that runs on a single processor (uniprocessor) computer fine. If I run the same agent on a multiprocessor (in this case a Windows 2000 Dual Processor), the agent will crap out and Notes crashes. The NSD file is herehttp://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllFlatweb/a71b05d3345e1a1985256e7f004c856f?OpenDocument

I thought about updating the JVM but I believe this is not possible in Notes. What are my options?

  • Is there a way to run the java agent to simulate it running on single processor?