java.lang.Exception: Notes initialization failure - err 263

Hello,

I wrote a LotusScript Agent that calls a Java Agent. At the calling I got once the following message on the server console:

JVM: Java Virtual Machine initialized.

Agent Manager: Agent error: java.lang.Exception: Notes initialization failure - err 263

Agent Manager: Agent error: at lotus.domino.NotesThread.NnotesInitThread(Native Method)

Agent Manager: Agent error: at lotus.domino.NotesThread.sinitTermThread(Unknown Source)

Agent Manager: Agent error: at lotus.domino.NotesThread.initThread(Unknown Source)

Agent Manager: Agent error: at lotus.domino.NotesThread.run(Unknown Source)

What is the meaning of this error? The Java-Agent will not start.

Subject: java.lang.Exception: Notes initialization failure - err 263

The Notes.jar and / or NCSO.jar file the java agent is using may not be correct for the version of Domino that is running. Ensure these jar files are correct for the release being used.

Subject: RE: java.lang.Exception: Notes initialization failure - err 263

Hello Alex,

thank you for your reply. But it is the correct version for the server. I don’t know. This error is gone. The Agent runs normaly. I don’t know why he fails and later the server crashed.