Praveen-A Kumar 21.Apr.10 02:37 AM a Web browser Domino Server6.5.5 FP1Windows XP
Hi ,
I need a help on this error.
I am using lotus notes java api in my project , i am able to get the required thing to be done with Notes 8 ,
but when I am trying to run the same file on my VM, which is having lotus notes 6.5.5 .
Its showing the below error message while trying to connect to domino server.
I searched various sites and found out that the nlsxbe.dll file and tehnotes.jar fiel should have the same version.
When I looked up , I found that tehverison on dll file was 6.5.50.6065 and teh version for notes.exe was 6.5.50.5334.
I tried re-installing lotus client but he version found again was as above.
Please help me out on this...
The Error message is as below..:-
====================
Exception in thread "NotesGCThread0" java.lang.UnsatisfiedLinkError: NDecRefCountD
at lotus.domino.local.NotesWeakReference.NDecRefCountD(Native Method)
at lotus.domino.local.NotesWeakReference.clearBE(Unknown Source)
at lotus.domino.local.NotesReferenceQueue.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Praveen-A Kumar
Today's Date Wed Apr 21 04:51:09 BST 2010
--1--
--I--
java.lang.reflect.UndeclaredThrowableException
at $Proxy4.getColumnValues(Unknown Source)
at de.bea.domingo.groupware.map.EmailMapper.map(EmailMapper.java:161)
at de.bea.domingo.map.BaseDatabase.map(BaseDatabase.java:233)
at de.bea.domingo.groupware.map.MailDatabase$MailIterator.next(MailDatabase.java:326)
at test.testRun(test.java:79)
at test.main(test.java:23)
Caused by: de.bea.domingo.service.NotesServiceException: NotesServiceFactory.invoke() NProfileGetParent
at de.bea.domingo.service.NotesServiceFactory.invoke(NotesServiceFactory.java:386)
at de.bea.domingo.service.NotesInvocationHandler.invoke(NotesInvocationHandler.java:87)
... 6 more
Caused by: java.lang.UnsatisfiedLinkError: NProfileGetParent
at lotus.domino.local.NotesBase.NProfileGetParent(Native Method)
at lotus.domino.local.DateTime.getParent(Unknown Source)
at de.bea.domingo.proxy.BaseProxy.checkSession(BaseProxy.java:379)
at de.bea.domingo.proxy.BaseProxy.convertNotesDateTimesToCalendar(BaseProxy.java:241)
at de.bea.domingo.proxy.ViewEntryProxy.getColumnValues(ViewEntryProxy.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at de.bea.domingo.service.InvocationTask.run(InvocationTask.java:102)
at de.bea.domingo.threadpool.SimpleThreadPool.run(SimpleThreadPool.java:369)
at de.bea.domingo.proxy.DNotesThread.run(DNotesThread.java:244)
--I--
Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
at $Proxy4.getColumnValues(Unknown Source)
at de.bea.domingo.groupware.map.EmailMapper.map(EmailMapper.java:161)
at de.bea.domingo.map.BaseDatabase.map(BaseDatabase.java:233)
at de.bea.domingo.groupware.map.MailDatabase$MailIterator.next(MailDatabase.java:326)
at test.testRun(test.java:85)
at test.main(test.java:23)
Caused by: de.bea.domingo.service.NotesServiceException: NotesServiceFactory.invoke() NProfileGetParent
at de.bea.domingo.service.NotesServiceFactory.invoke(NotesServiceFactory.java:386)
at de.bea.domingo.service.NotesInvocationHandler.invoke(NotesInvocationHandler.java:87)
... 6 more
Caused by: java.lang.UnsatisfiedLinkError: NProfileGetParent
at lotus.domino.local.NotesBase.NProfileGetParent(Native Method)
at lotus.domino.local.DateTime.getParent(Unknown Source)
at de.bea.domingo.proxy.BaseProxy.checkSession(BaseProxy.java:379)
at de.bea.domingo.proxy.BaseProxy.convertNotesDateTimesToCalendar(BaseProxy.java:241)
at de.bea.domingo.proxy.ViewEntryProxy.getColumnValues(ViewEntryProxy.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at de.bea.domingo.service.InvocationTask.run(InvocationTask.java:102)
at de.bea.domingo.threadpool.SimpleThreadPool.run(SimpleThreadPool.java:369)
at de.bea.domingo.proxy.DNotesThread.run(DNotesThread.java:244)
ByeBye
==============================