Failed to initialize course environment: Could not evaluate global environment file /opt/webwork/webwork2/conf/global.conf: Can't locate object method "get" via package "APR::Table" at /opt/webwork/webwork2/lib/Apache/WeBWorK.pm line 74.
By the error_log entries (only 16 in the last 4 days -- not a lot, I know, but it would be nice to solve the problem rather than just live with it and perhaps find out later that it was a harbinger of worse to come. Also, it's the only error we're getting on the system.) it seems to have happened on login, logout, while an instructor was accessing setmaker, and just viewing problems. Redoing a request or refreshing clears the error, so the problem is still at the level of "user annoyance."
We are running RHEL 5 with RedHat's build of Apache 2.2.3. 1 GB RAM. Only serving 6 courses. perl-status shows ARP::Table is loaded.
APR::Table | 0.009000 | Fri Sep 19 04:30:28 2008 | /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/APR/Table.pm |
httpd.conf tweaks are
Timeout 300
KeepAlive On
MaxKeepAliveRequests 25
KeepAliveTimeout 5
StartServers 5
MaxSpareServers 10
MaxClients 8
MaxRequestsPerChild 100
Any ideas?