1

I have simple code to count the rows in view panel control: getComponent("viewPanel1").getRowCount()

Error calling method 'getRowCount()' on java class 'com.ibm.xsp.component.xp.XspViewPanel'

Stack trace shows the details as below:


Caused by: com.ibm.jscript.InterpretException: Script interpreter error, line=1, col=64: Error calling method 'getRowCount()' on java class 'com.ibm.xsp.component.xp.XspViewPanel'
Caused by: com.ibm.xsp.FacesExceptionEx: Notes error: The full text index for this database is in use
Caused by: NotesException: Notes error: The full text index for this database is in use
   at lotus.domino.local.View.FTSearchSorted(Unknown Source)

Any quick solution to avoid these errors on server?

Community
  • 1
  • 1
Prashant Arkal
  • 308
  • 2
  • 13
  • 1
    Put the full text indexer in it's own thread will cure some FT problems. notes.ini: Update_Fulltext_Thread=1 – notes-jj Dec 18 '15 at 20:37

1 Answers1

0

This is, in fact, a server issue. Take a look here or google it to fine-tune your server.

Community
  • 1
  • 1
Frantisek Kossuth
  • 3,524
  • 2
  • 23
  • 42