Hi guys,
I am having a re-occuring but random error. We have a few sites using
Apache::ASP, and all of them randomly produce an "Internal Server
Error". After refreshing, the error message disappears (then comes up
again later).
In the log, I can see the following:
MLDBM error: Second level tie failed, "File exists" at
/usr/lib/perl5/site_perl/5.8.0/MLDBM/Sync.pm line 214
I have tried using Data::Dumper instead of Storable, also tried DB_File,
but the same thing occures again and again. Anybody seen something
similar? What can I do?
My config is: Apache 1.3.27, Apache::ASP 2.49, mod_perl 1.27, Redhat 8.0
w/ 2.4.18 kernel, MLDBM 2.01, Perl 5.8.0.
The error.log in more details is:
MLDBM error: Second level tie failed, "File exists" at
/usr/lib/perl5/site_perl/5.8.0/MLDBM/Sync.pm line 214
[Thu Dec 5 21:54:52 2002] [error] can't tie to MLDBM with args:
/home/[....]/statedir/server/application,66,416; error: File exists at
/usr/lib/perl5/site_perl/5.8.0/MLDBM/Sync.pm line 214.
MLDBM::Sync::SyncTie('MLDBM::Sync=HASH(0x90f1058)') called at
/usr/lib/perl5/site_perl/5.8.0/MLDBM/Sync.pm line 243
MLDBM::Sync::Lock('MLDBM::Sync=HASH(0x90f1058)') called at
/usr/lib/perl5/site_perl/5.8.0/Apache/ASP/State.pm line 357
Apache::ASP::State::LOCK('Apache::ASP::Application=HASH(0x8d4d9c0)')
called at /usr/lib/perl5/site_perl/5.8.0/Apache/ASP/Application.pm line 31
Apache::ASP::Application::Lock('Apache::ASP::Application=HASH(0x8d4d9c0)')
called at /usr/lib/perl5/site_perl/5.8.0/Apache/ASP/StateManager.pm line 135
Apache::ASP::InitState('Apache::ASP=HASH(0x8fb5a44)') called at
/usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 376
Apache::ASP::new('Apache::ASP','Apache=SCALAR(0x8fb5378)','/home/[...]/index.asp')
called at /usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 164
Apache::ASP::handler('Apache=SCALAR(0x8fb5378)') called at
/dev/null line 0
eval {...} called at /dev/null line 0
MLDBM error: Second level tie failed, "File exists" at
/usr/lib/perl5/site_perl/5.8.0/MLDBM/Sync.pm line 214
Thank you,
- Csongor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Second level tie failed Csongor Fagyal
- Re: Second level tie failed Josh Chamas
- Re: Second level tie failed Csongor Fagyal