Problem while running java agent in linux

Hi Guys,

I have a java agent that uses apache commons library for some SOAP, web services related operations. The agent runs fine in Windows environment(Windows XP SP3, & lotus/domino 8.5) I have a target database(.nsf) located on a domino server running on Red Hat Linux. When i copy and try running the agent in the target database on linux, the agent fails with an error message stating “HTTP JVM : NoSuchMethodFound error” The .*jar files required for compiling & running the agent is mapped to the agent via its properties (using Edit Project button in agent properties). I wonder if i have to do any else to get the agent running on linux(do i need to copy the required .*jar files to lib/ext folder in server or do i have to set JAVAUSERCLASSES entry in Notes.ini for both server & client).

Help on this is really appreciated.

Many Thanks,

Jason

Subject: problem resolved !!

The issue has been resolved by copying the required .*jar files to the jvm/lib/ext folder of the linux domino installation directory & thereafter adding the variable “JAVAUSERCLASSES” with a value = <the full path to jvm/lib/ext> folder to both the server & client .*ini files. I wonder, why programs sometimes behave crazy :slight_smile: