Debugging Runonserver Java Agents

We have a Domino java agent (about 8meg in size…) that is run on the server from the client, via agent.runonserver. When started it runs quickly, but the lapsed is long.

Does anyone know of a debug option I can set on the domino server to demonstrate if the agent is loading each call, if the jvm is loading each call, etc.

Thanks.

Subject: Debugging Runonserver Java Agents

  • Search the forum for information on console logging, then look up how to set debug options on the Java command line. It will dump stdout (java debug’s default location) to the console, while Domino will log to a file if told to do so.- FYI: you can get megabytes and megabytes of log in no time flat.

  • Hope this helps…

Subject: Debugging Runonserver Java Agents

You can add your own logging to the agent. See my related post today at,http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/7d1ce723639b4c2785256fea003a1e06?OpenDocument