On Wed, Jan 10, 2001 at 06:42:43AM +0100, Gerald Richter wrote:
> > On Wed, Jan 10, 2001 at 08:18:51AM +1100, Gavin Carr wrote:
> > > I'm getting intermittent system errors on several (all?) of my
> > > EmbperlObject pages. The pages themselves seem okay, since a reload
> > > will typically work (although not always the first time).
> > >
> > > The only message in the error_log is as follows:
> > >
> > > Can't locate object method "Path" via package "HTML::Embperl::DOC::_15"
> at /opt/perl5.6/lib/site_perl/5.6.0/i686-linux/HTML/Embperl.pm line 840.
> > > [Tue Jan  9 08:21:47 2001] [error] [3177]ERR:  24: Line 1: Error in Perl
> code: Can't locate object method "MailErrorsTo" via package
> "HTML::Embperl::DOC::_15" at
> /opt/perl5.6/lib/site_perl/5.6.0/i686-linux/HTML/Embperl.pm line 681.
> > > [Tue Jan  9 08:21:47 2001] [error] Can't locate object method
> "MailErrorsTo" via package "HTML::Embperl::DOC::_15" at
> /opt/perl5.6/lib/site_perl/5.6.0/i686-linux/HTML/Embperl.pm line 681.
> > >
> >
> > i've been getting exactly these errors for the last few weeks..
> > (same versions)
> >
> 
> Could it be that you have upgraded mod_perl from an ealierer version to
> 1.24_01 ?

No, I've got an Apache 1.3.12 / mod_perl 1.24 install on another machine
that's doing exactly the same thing, so it's not something that's been
caused by changes in 1.24_01, by the looks.

> > checking out the affected package with Apache::Status, shows it still
> > has all the variables, etc i'd expect to see. none of my pages touch
> > @ISA, and Apache::Status doesn't list it as defined for any embperl
> > page (i think it should - does Apache::Status deliberately not show
> > @ISA, or does EmbperlObject clear @ISA in the cleanup?)
> 
> Yes, it should for example the following request to Apache::Status
> 
> http://localhost/perl-status/HTML::Embperl::DOC::_5::ISA/ARRAY?data_dump
> 
> gives:
> 
> Data Dump of HTML::Embperl::DOC::_2::ISA ARRAY
> @HTML::Embperl::DOC::_2::ISA = (
>                                  'HTML::Embperl::Req'
>                                );
> 
> It even easier to click on "ISA Tree" an the start page, there you should
> see something like
> 
> HTML::Embperl::DOC::_2
>  HTML::Embperl::Req
> HTML::Embperl::DOC::_3
>  HTML::Embperl::DOC::_2
>   HTML::Embperl::Req
> HTML::Embperl::DOC::_4
>  HTML::Embperl::Req
> HTML::Embperl::DOC::_5
>  HTML::Embperl::DOC::_4
>   HTML::Embperl::Req
> 
> Could you both checkout if you see these ISA Tree or not ?

I can certainly see an ISA tree like this on mine in the normal case. 
I've been hammering away waiting for another 500 so I can then check the 
ISA on that particular Embperl document, but of course my system's been 
totally well behaved for 24 hours. :-) I'll let you know what it looks 
on a failed document when I next get one.

Cheers,
Gavin

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

Reply via email to