Hi,I am using WSAD 4.0.3, Lotus Notes 6.0 and both are on same machine. I am using JSP custom tags. I am getting the following error message. I am using the Notes.jar,NCSO.jar,NCSOW.jar files. Without NCSO.jar also i got the below error message. Then I added NCSO.jar file. But still I am getting this error message. What could be the problem? Any help is appreciated.
Thanks
Jai
[5/28/03 23:52:04:934 EDT] 81e7d0d WebGroup X Servlet Error: Class org/omg/CORBA/Object violates loader constraints: java.lang.Exception: Class org/omg/CORBA/Object violates loader constraints
Subject: Class org/omg/CORBA/Object violates loader constraints: java.lang.Exception: Class org/omg/CORBA/Object violates loader constraints
NCSOW,jar is a Notes 5 jar, don’t use it with Notes 6.
NCSO.jar provides access to databases on remote Notes servers using corba/iiop. Since you are running all on one machine, you don’t need it.
Notes.jar is what you want to use. It pulls in nlsxbe.dll, so the domino directory needs to be on the path at the time you launch wsad. Nlsxbe.dll can only be initialized once without error, so if you have more than one web app that will use Notes.jar, all web apps should reference the same one (and not have their own copy in web-inf/lib). In the directions for setting up the demo from lotusphere that I refered you to earlier, there are more detailed directions about configuring wsad 4. If you can, I recommend using wsad 5.