Hi, Everybody!
There is something that I can not understand.
Here is the situation:
We have a site hosted at an ISP (OS Linux). 
After server restart we get the following ERROR in the "errror.log"
What we have to do?
[Mon Oct 11 11:24:22 2004] [error] sdbm store returned -1, errno 0,
key "application" at /usr/lib/perl5/site_perl/MLDBM.pm line
161.\n\tMLDBM::STORE('MLDBM=HASH(0x8c7eb4c)', 'application',
'HASH(0x8bd0734)') called at /usr/lib/perl5/site_perl/MLDBM/Sync.pm
line 87\n\tMLDBM::Sync::AUTOLOAD('MLDBM::Sync=HASH(0x8bd08f0)',
'application', 'HASH(0x8bd0734)') called at
/usr/lib/perl5/site_perl/Apache/ASP/State.pm line
350\n\tApache::ASP::State::STORE('Apache::ASP::State=HASH(0x8bd0674)',
'application', 'HASH(0x8bd0734)') called at
/usr/lib/perl5/site_perl/Apache/ASP/State.pm line
93\n\tApache::ASP::State::new('Apache::ASP=HASH(0x852fc00)',
'application', 'server') called at
/usr/lib/perl5/site_perl/Apache/ASP/State.pm line
324\n\tApache::ASP::State::TIEHASH('Apache::ASP::State',
'Apache::ASP=HASH(0x852fc00)', 'application', 'server') called at
/usr/lib/perl5/site_perl/Apache/ASP/Application.pm line
17\n\tApache::ASP::Application::new('Apache::ASP=HASH(0x852fc00)')
called at /usr/lib/perl5/site_perl/Apache/ASP/StateManager.pm line
70\n\tApache::ASP::InitState('Apache::ASP=HASH(0x852fc00)') called at
/usr/lib/perl5/site_perl/Apache/ASP.pm line
418\n\tApache::ASP::new('Apache::ASP', 'Apache=SCALAR(0x84bba90)',
'/home/tickets/web/htdocs/control_panel/editor.htm') called at
/usr/lib/perl5/site_perl/Apache/ASP.pm line
181\n\tApache::ASP::handler('Apache=SCALAR(0x84bba90)') called at
/dev/null line 0\n\teval {...} called at /dev/null line 0\n

The congiguratition file i s somethin as the folowing:
#PerlModules
PerlModule DB_File
PerlModule Storable
PerlModule Compress::Zlib
PerlModule Apache::ASP

#modperl and ASP
#################################
    PerlSetVar NoState 0
    PerlSetVar AllowSessionState 1
    PerlSetVar StateDB DB_File
    PerlSetVar StateSerializer Storable
    PerlSetVar SessionSerialize 1
    PerlSetVar SessionTimeout 20
PerlSetVar UseStrict 1
PerlSetVar Debug 2
PerlSetVar CacheDB DB_File
PerlSetVar CacheSize 10M

There are two virtual servers using Apache::ASP the point is that
The one uses SDBM for storing Session state while the other uses DB_File
Should we use only one of them?
What if one client as me desides to use DB_File and another wants
SDBM_File.
Very interesting... Because the other site works fine

THANKS in advance





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to