cache size exceeded

Post Reply
judy.lee
Posts: 5
Joined: Fri Apr 25, 2003 5:41 pm

cache size exceeded

Post by judy.lee »

Getting "cache size exceeded" error message in gw.log. Any suggestions on how to avoid this?
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

cache size exceeded

Post by mark »

Please cut and paste the full error message and any possibly related ones that occurred just before or after that one.
judy.lee
Posts: 5
Joined: Fri Apr 25, 2003 5:41 pm

cache size exceeded

Post 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)
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

cache size exceeded

Post 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.
judy.lee
Posts: 5
Joined: Fri Apr 25, 2003 5:41 pm

cache size exceeded

Post 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)
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

cache size exceeded

Post 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.
judy.lee
Posts: 5
Joined: Fri Apr 25, 2003 5:41 pm

cache size exceeded

Post by judy.lee »

Yes, it seems to work now. Thank you.
Post Reply