Recently we have seen this error occurring on one of our servers
(Debian). We are using the Drb Server and the error occurs even if we
switch from Ferret 0.11.6 down to 0.11.4.
It seems to occur after the application has been running for a while and
in different application-situations. Only one mongrel instance is
running and accessing the Drb server. We are not using the console in
parallel.
Here a couple of examples:
File Not Found Error occured at <except.c>:117 in xpop_context
Error occured in fs_store.c:329 - fs_open_input
tried to open
"/srv/www/XXX/config/../index/production/concert/_16m_0.del" but it
doesn't exist: <No such file or directory>
and
File Not Found Error occured at <except.c>:117 in xpop_context
Error occured in fs_store.c:329 - fs_open_input
tried to open
"/srv/www/XXX/config/../index/production/concert/_13d.cfs" but it
doesn't exist: <No such file or directory>
Any ideas or things we should be looking at? I can't see anything odd in
the ferret logs. It's frustrating.
Thanks
Matthew Langham
on 10.04.2008 14:45
on 10.04.2008 15:07
Forgot to add that we are using AAF 0.4.1 Matthew Matthew Langham wrote: > Recently we have seen this error occurring on one of our servers > (Debian). We are using the Drb Server and the error occurs even if we > switch from Ferret 0.11.6 down to 0.11.4. > > It seems to occur after the application has been running for a while and > in different application-situations. Only one mongrel instance is > running and accessing the Drb server. We are not using the console in > parallel. > > Here a couple of examples: > > File Not Found Error occured at <except.c>:117 in xpop_context > Error occured in fs_store.c:329 - fs_open_input > tried to open > "/srv/www/XXX/config/../index/production/concert/_16m_0.del" but it > doesn't exist: <No such file or directory> >