JNI local ref creation exceeded

Is there a way to get rid of this message? By lifting some limit with a setting or something?

18.08.2005 09:43:53 AMgr: Agent (‘ProtrackRequestAgent’ in ‘relacs\ilrs.nsf’) error message: ***ALERT: JNI local ref creation exceeded capacity (creating: 207, limit: 16).

18.08.2005 09:43:53 AMgr: Agent (‘ProtrackRequestAgent’ in ‘relacs\ilrs.nsf’) error message: at lotus.domino.local.NotesBase.RecycleObject(Native Method)

18.08.2005 09:43:53 AMgr: Agent (‘ProtrackRequestAgent’ in ‘relacs\ilrs.nsf’) error message: at lotus.domino.local.NotesBase.recycle(NotesBase.java:1235)

18.08.2005 09:43:53 AMgr: Agent (‘ProtrackRequestAgent’ in ‘relacs\ilrs.nsf’) error message: at lotus.domino.local.Session.endAgentContext(Session.java:304)

18.08.2005 09:43:53 AMgr: Agent (‘ProtrackRequestAgent’ in ‘relacs\ilrs.nsf’) error message: at lotus.domino.AgentLauncher.run(Unknown Source)

18.08.2005 09:43:53 AMgr: Agent (‘ProtrackRequestAgent’ in ‘relacs\ilrs.nsf’) error message: at lotus.domino.NotesThread.run(NotesThread.java:216)

Cheers, Miha Vitorovic

Subject: JNI local ref creation exceeded

Is this actually throwing exceptions within your code and causing to stop, or just printing the messages as above?

I’ve seen these messages, but only if you turn on full java debugging in a Notes.ini parameter (can’t remember the name right now - sorry!)

Steve.

Subject: RE: JNI local ref creation exceeded

I’ve turned debugging on (we’re trying to debug some server crashes), but with 230 warnings about this error, every minute or so, it is hard to debug other things. So I’d like to turn this off, so we can focus our attention on other things.

Also, raising the limit may prevent some other problems or something liek that.

Cheers, Mike5

Subject: RE: JNI local ref creation exceeded

I’m pretty sure you can’t change the limit, as it’s hardcoded into the JVM that Notes uses, which you can’t change either. Maybe you could look at putting the logs through a filter which removes all these messages for you?

Steve