On Nov 3, 2009, at 5:22 PM, Michael R Boudreau wrote: > This is a problem I've never encountered before--I'm not even sure > where to > start looking. > > I'm running a few different Mason apps on a Solaris server with Apache > 2.2.11, Perl 5.8.4, mod_perl 2.0.4, and Mason 1.42. > > Today one of our users sent this error message that appeared in her > browser. > The thing that doesn't make sense to me is the message "Table > 'subfillmail.metadata' doesn't exist", because 'metadata' is a table > but in > a completely different database (that other database is also the > target of a > different Mason app). > > So why is one Mason app randomly trying to run its queries on the > wrong > database? Where would you start looking to troubleshoot this?
Quick guesses: 1. You're running multiple apps in the same mod_perl and they're occasionally stepping on one another. There's a mod_perl option to give an app its own Perl interpreter; you might want to try that. I can't remember what it is offhand (+parent maybe?). 2. The apps are using the same Mason cache and are stepping on one another (having collisions between files with the same name as they're compiled by Mason) - john romkey http://www.romkey.com/ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mason-users mailing list Mason-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mason-users