Problem with web agent

Hi All,

I have an java agent which simply uses the org.apache.commons package to do a https post to a server. The agent when triggered via action menu selection from notes client works fine and returns the output. But when i trigger it from a link via web browser, it fails to return output. The agent runs and returns “NoSuchMethod” error. I’m wondering how this can happen, when the same agent is working fine if called from action menu via notes client.

Any ideas on this much appreciated ?

Thanks,

Jegadeesh

Subject: Re: Java Agent

The agent when triggered from the actions menu will run in the Notes client as the logged in user whereas when executed from an ?OpenAgent command in the HTTP task will run on the server and usually as the user that signed the agent.

If you have used any UI methods then these will not work because there is no Notes UI within the HTTP task.

You should be able to determine where in your code it is failing and hence which method it cannot find.