WebSphere Portal Server - UnsatisfiedLinkError: NCreateSessionWithToken

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > April 2007 > UnsatisfiedLinkError: NCreateSessionWithToken





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author UnsatisfiedLinkError: NCreateSessionWithToken

2007-04-12, 7:25 pm

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_1Po
rtlet.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
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com