in reply to help with Log::Log4perl under CGI::application and speedyCGI

Hmm, this is an internal error in Log4perl, it happens when get_logger() gets called although the system hasn't been completely initialized.

Could this be a race condition between different threads?

  • Comment on Re: help with Log::Log4perl under CGI::application and speedyCGI

Replies are listed 'Best First'.
Re^2: help with Log::Log4perl under CGI::application and speedyCGI
by Anonymous Monk on Apr 10, 2006 at 11:37 UTC
    Hi, Sorry for replying late. I guess it was a problem with the Log4perl module already installed on my system. I reinstalled the Module and everything started working fine. Thanks for taking time to reply.