Very interesting. Since it runs fine the rest of the time I'll have to assume that you've got something running that is either changing file permissions or locking files (eaccess points at either the files changing permissions, or a directory in their path). I notice the timestamps are from 11PM, is it possible you've got a backup script running that does something funky to the FS while it copies?
I'd start by looking at cron jobs. HTH, Paul Davis On Wed, Aug 26, 2009 at 7:01 PM, Niket Patel<[email protected]> wrote: > Hi Everyone, > > Since couple of days, After upgrading to 0.9.1 on server running at Amazon > EC2 > I'm getting following errors consistently during specific time of day. > This happens during one particular hour of the day. Couchdb dies and I see > following errors > > What there errors mean, anything related to loss of data ? should I > downgrade to 0.9.0 ? > > [Mon, 24 Aug 2009 23:39:02 GMT] [error] [<0.20.0>] {error_report,<0.7.0>, > {<0.20.0>,std_error, > "File operation error: eacces. Target: ./httpd_util.beam. > Function: get_file. Process: code_server."}} > > [Mon, 24 Aug 2009 23:39:02 GMT] [error] [<0.20.0>] {error_report,<0.7.0>, > {<0.20.0>,std_error, > "File operation error: eacces. Target: ./calendar.beam. > Function: get_file. Process: code_server."}} > > [Mon, 24 Aug 2009 23:39:02 GMT] [error] [<0.20.0>] {error_report,<0.7.0>, > {<0.20.0>,std_error, > "File operation error: eacces. Target: ./timer.beam. Function: > get_file. Process: code_server."}} > > [Mon, 24 Aug 2009 23:39:02 GMT] [error] [<0.20.0>] {error_report,<0.7.0>, > {<0.20.0>,std_error, > "File operation error: eacces. Target: ./eval_bits.beam. > Function: get_file. Process: code_server."}} > > [Mon, 24 Aug 2009 23:39:02 GMT] [error] [<0.20.0>] {error_report,<0.7.0>, > {<0.20.0>,std_error, > "File operation error: eacces. Target: ./gen_tcp.beam. > Function: get_file. Process: code_server."}} > > [Mon, 24 Aug 2009 23:39:02 GMT] [error] [<0.20.0>] {error_report,<0.7.0>, > {<0.20.0>,std_error, > "File operation error: eacces. Target: ./inet_tcp.beam. > Function: get_file. Process: code_server."}} >
