Page 1 of 1

cache size exceeded

Posted: Mon Jun 23, 2003 4:24 pm
by judy.lee
Getting "cache size exceeded" error message in gw.log. Any suggestions on how to avoid this?

cache size exceeded

Posted: Mon Jun 23, 2003 5:53 pm
by mark
Please cut and paste the full error message and any possibly related ones that occurred just before or after that one.

cache size exceeded

Posted: Mon Jun 23, 2003 6:10 pm
by judy.lee
2003/06/20 18:05:28 End (297) Visited 21508 pages total
2003/06/20 18:05:29 Begin (297) Indexing new pages
2003/06/20 18:05:29 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/20 18:08:34 Cache size exceeded
2003/06/20 18:08:38 End (297)

cache size exceeded

Posted: Tue Jun 24, 2003 3:12 pm
by mark
We need to find out what index it's having problems creating. Run
gw -dYOURDATABASE -unindex
then
gw -dYOURDATABASE -v9 -index
then we can see what index it was working on if/when it stops again.

cache size exceeded

Posted: Tue Jun 24, 2003 8:45 pm
by judy.lee
2003/06/24 12:41:44 Begin (70) gw -d/connectaribadev/morph3/webinator/db -unindex
2003/06/24 12:41:44 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:45 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:45 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:45 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:45 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:45 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:46 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:46 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:46 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:46 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:46 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:46 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:47 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:41:48 End (70) Visited 0 pages total
2003/06/24 12:41:49 Begin (312) gw -d/connectaribadev/morph3/webinator/db -v9 -index
2003/06/24 12:41:49 Can't exec database monitor c:\morph3\monitor.exe: No such file or directory
2003/06/24 12:48:16 xhtmlurl already exists and is not a Metamorph index
2003/06/24 12:48:16 SQLPrepare() failed with -1
2003/06/24 12:48:16 xtodourl already exists and is not a Metamorph index
2003/06/24 12:48:16 SQLPrepare() failed with -1
2003/06/24 12:48:17 xoptname already exists and is not a Metamorph index
2003/06/24 12:48:17 SQLPrepare() failed with -1
2003/06/24 12:48:17 xoptstr already exists and is not a Metamorph index
2003/06/24 12:48:17 SQLPrepare() failed with -1
2003/06/24 12:48:17 xqueryid already exists and is not a Metamorph index
2003/06/24 12:48:17 SQLPrepare() failed with -1
2003/06/24 12:48:17 Table hosts not found in data dictionary
2003/06/24 12:48:17 SQLPrepare() failed with -1
2003/06/24 12:48:17 Table hosts not found in data dictionary
2003/06/24 12:48:17 SQLPrepare() failed with -1
2003/06/24 12:48:17 End (312)

cache size exceeded

Posted: Wed Jun 25, 2003 9:54 am
by mark
Looks like all went well. Does the search work now?

The monitor.exe errors are due to the texis monitor being in the expected location. The SQL errors are due to the high verbosity level.

cache size exceeded

Posted: Mon Jun 30, 2003 2:07 pm
by judy.lee
Yes, it seems to work now. Thank you.