ArrayIndexoutofboundsexception when create viewnavigator object

Hi All,

Sometimes the viewnavigator throws ArrayIndexOutofboundsexception I am using the following code

ViewNavigator viewNav = view.createViewNav();

The error message like

java.lang.ArrayIndexOutOfBoundsException: 42

at lotus.domino.cso.ViewNavigator.getEntries(Unknown Source)

at lotus.domino.cso.ViewNavigator.updateCache(Unknown Source)

at lotus.domino.cso.ViewNavigator.(Unknown Source)

at lotus.domino.cso.View.makeViewNavigator(Unknown Source)

at lotus.domino.cso.View.createViewNav(Unknown Source)

at synaptris.iv.devapi.DominoDataHandler.process

Subject: try setting autoupdate=false

Subject: ArrayIndexoutofboundsexception when create viewnavigator object

Hi Andre,

 Still is throws ArrayIndexoutofboundsException I added the code like

view.setAutoupdate(false);

Subject: SPR YSAI54PCR9 - known issue

Suggested workaround is to use cacheSize parameter of 0 ( view.createViewNav(0) )