UnsatisfiedLinkError: NIncRefCount

I have just upgraded my Notes client and designer from 5.0.11 to 6.0.2 CF1. A stand-along Java program I have quit working in the process, with the following exception when trying to get a Document:

java.lang.UnsatisfiedLinkError: NIncRefCount

at lotus.domino.local.NotesBase.NIncRefCount (Native Method)

at lotus.domino.local.Document.(Document.java:86)

I have tried rebuilding my application against the new Notes jars. I have verified that c:\Notes is in the PATH, and in java.library.path once the Java program is entered. Any ideas what is causing this exception?

-Mark

Subject: UnsatisfiedLinkError: NIncRefCount

I too get exactly the same error. I get it when I`m doing a simple database.createDocument()

Subject: RE: UnsatisfiedLinkError: NIncRefCount

Andrew,

I did solve my problem. The Notes.jar (in my case in c:\Notes\Notes.jar) was back-level. It appeared to be the exact same jar as I had with the Notes 5 client. It either didn’t get updated when I installed Notes 6.0.2, or it did update it but didn’t give me a newer one. The Notes.jar I had from Notes 5 was 1,236,164 bytes. The one that I eventually found for Notes 6 was 2,050,291 bytes, and works like a charm.

I don’t know if you are internal to IBM, but the Notes 6.0.2 install I did was using the internal ISSI install. The good jar that I got was from someone which had installed the Notes 6 client using the normal Notes CD installation process. If you are internal IBM and cannot find the good jar, send me email (I’m in Rochester, MN) and I’ll get you mine.

-Mark Turner

Subject: UnsatisfiedLinkError: NIncRefCount

hello, i’m having similar problems, but i need to know how to access java.library.path and include any needed directory, any hel will be appreciatedthanks