I am having problems with my email client and aplogize if this is the
second email such as this that I have sent.

Any help would be greatly appreciated.

We have been experiencing server errors that show up one second and go
away the next.  I understand that this is probably due to there being
several mod_perl processes running, but sometimes the problem goes away
altogether for a long time, only to resurface later.

To further complicate the matter, we have two servers with the same
configurations.  On the live server, the errors are frequent, and on the
devel server they have only happened once or twice.

One of the errors complains about Apache::Constants:
"NOT_IMPLEMENTED" is not exported by the Apache::Constants module at
/home/sites/your.studentloanfunding.com/your-lib/eAward/eAwardCustomizeLetter.pm line 
81
"DOCUMENT_FOLLOWS" is not exported by the Apache::Constants module at
/home/sites/your.studentloanfunding.com/your-lib/eAward/eAwardCustomizeLetter.pm line 
81
...

line 81 is:
use Apache::Constants qw(:common :response);

Here is another error:
Modification of a read-only value attempted at /usr/lib/perl5/5.00503/Exporter.pm line 
40.
BEGIN failed--compilation aborted at
/home/sites/your.studentloanfunding.com/your-lib/eAward/GenerateOtherSections.pm line 
56.

line 56 is:
use POSIX qw(strftime);

Both errors only happen sometimes, and don't show up other times, hardly
ever showing up on the devel server.


If anyone has experienced similar problems or knows what might be causing
these errors, I would love to hear about it.

fyi, SERVER_SOFTWARE: Apache/1.3.12 (Unix) mod_perl/1.21
running on linux

Thanks a lot,
Craig Muth



Reply via email to