Solved:HTTP Web Server: Lotus Notes Exception - The Web Service could not be run

ProblemRan into an issue with a web service which was producing this error Immediately after upgrde from R6/7 to R8.0.2 Domino.

Error

HTTP Web Server: Lotus Notes Exception - The Web Service could not be run.

Also this error was seen when the http server started.

HTTP JVM: java.lang.NoClassDefFoundError: lotus.domino.axis.utils.SessionUtils (initialization failure)

Cause

Error was caused by an old jar hanging around causing trouble! ibmjcaprovider.jar

Solution

  1. Quit http task

  2. Rename the file (which in my case was in domino\jvm\lib\ext\ibmjcaprovider.jar.

  3. Load http and it should be fixed.

As discussed here → http://www-01.ibm.com/support/docview.wss?uid=swg21233375

Took a bit of finding and wasn’t listed in the forums, so thought i’d share our fix.

Hope this helps. John