Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

UnsatisfiedLinkError: NCreateSessionWithToken

3 views
Skip to first unread message

patelni...@yahoo.com

unread,
Apr 12, 2007, 2:29:44 PM4/12/07
to
Hello

I am using Domino Java API to access mail database.

I do remote calls to Domino Database . DIIOP_IOR task is running on Domino Server .

I have added NCSO.Jar file into my portlet's war file .

Here is snipet of code that I use to create session .

notesSession = NotesFactory.createSession("ServerName","LTPA TOKEN");
Db = notesSession.getDatabase("", DbName);

I am getting this error on Systemout.Log file

======================================================================

Nested Exception is java.lang.UnsatisfiedLinkError: NCreateSessionWithToken
at null.null(Unknown Source)
at lotus.domino.local.Session.createSessionWithToken(Session.java:220)
at lotus.domino.NotesFactory.createSessionC(Unknown Source)
at lotus.domino.NotesFactory.createSession(Unknown Source)
at war_0001_email_1_0_0_1.War_0001_email_1_0_0_1Portlet.getNotesRecords(War_0001_email_1_0_0_1Portlet.java:374)
at war_0001_email_1_0_0_1.War_0001_email_1_0_0_1Portlet.doView(War_0001_email_1_0_0_1Portlet.java:73)
at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java(Compiled Code))

=========================================================================

Any idea on that ?

Thanks

0 new messages