java.lang.NoClassDefFoundError: lotus/domino/NotesException

I have Domino 6 and WebSphere 4.0.3 on my machine. Both are on the same m/c. I used the Notes.jar file. I set the class path for Notes.jar. But I am getting this error.[5/7/03 1:33:46:934 EDT] 73850b82 WebGroup X SRVE0026E: [Servlet Error]-[GetDatabaseServlet]: java.lang.NoClassDefFoundError: lotus/domino/NotesException

at java.lang.Class.newInstance0(Native Method)

GetDatabaseServlet-> this is the servlet being called from a form.

Could any one please tell me what could be the problem here.

Thanks

Jai

Subject: java.lang.NoClassDefFoundError: lotus/domino/NotesException

You should copy Notes.jar to the Ext Library of Websphere, although I’m not sure how to do it in V4.

Subject: RE: java.lang.NoClassDefFoundError: lotus/domino/NotesException

Hi,I resolved this problem. But I am getting into another problem. The session is not being created. I will tell you about my application…If you want I will send you the code. Here is the application process flows…

I have an html page which takes server name, database, user and password. I am giving here the Lotus Notes user name and password as internet password that is mentioned in the connection document in the NAB. In the form action i am calling the servlet. In Servlet the session will be created by taking the server, user id and password. Her is the problem. The session is not being created here. It is giving the unknow host exception. Do you have any Idea, what could be the problem.

Any help is appreciated.

Thanks

Jai

Subject: RE: java.lang.NoClassDefFoundError: lotus/domino/NotesException

You can try the IP Address of the host and the IIOP port for the server name, e.g. “192.168.1.2:63148” or “127.0.0.1:63148” if it’s local.

Neill

Subject: RE: java.lang.NoClassDefFoundError: lotus/domino/NotesException

Hi Neill,

I appreciated your help. But still I am getting this problem. Its really frustrating. Its giving the error…

java.lang.NoClassDefFoundError: lotus/domino/cso/session

lotus.domino.NotesFactory.createSession(unknown source)

Any idea what could be the problem for getting this error.

Thanks

Jai