Re: HTTP 500s using EmbperlObject

2001-02-08 Thread Gavin Carr
Hi Gerald, Good news - something in my scripts started tickling that ISA problem again after a couple of weeks of quiet so that it's been happening regularly today. So I installed the version out of CVS as you suggested and have been pounding on it for a couple of hours now and it's been rock so

Re: HTTP 500s using EmbperlObject

2001-02-04 Thread Angus Lees
On Mon, Feb 05, 2001 at 05:48:20AM +0100, Gerald Richter wrote: > Angus and Gavin, > > > > > @HTML::Embperl::DOC::_3::ISA = (); > > curiously, i can't reproduce this either. previously it would > > reliably appear within the first 30 or so requests after i started > > using Apache::Registry. >

Re: HTTP 500s using EmbperlObject

2001-02-04 Thread Gerald Richter
Angus and Gavin, > > > > > > > > @HTML::Embperl::DOC::_3::ISA = (); > > > Have you found anything new on this topic ? I would like to knew if it's an > > Embperl problem or an problem of your scripts, before I release the next > > version. > > curiously, i can't reproduce this either. previous

Re: HTTP 500s using EmbperlObject

2001-02-01 Thread Gavin Carr
On Wed, Jan 31, 2001 at 07:53:58PM +0100, Gerald Richter wrote: > > > > > > @HTML::Embperl::DOC::_3::ISA = (); > > > > > > Any suggestions as to where to go looking to track this down? > > > > I guess one/some of your pages causes the @ISA (unintentionaly) to be > > cleared. Maybe you use a modu

Re: HTTP 500s using EmbperlObject

2001-01-31 Thread Gerald Richter
> > > > @HTML::Embperl::DOC::_3::ISA = (); > > > > Any suggestions as to where to go looking to track this down? > > I guess one/some of your pages causes the @ISA (unintentionaly) to be > cleared. Maybe you use a module inside one of your pages that does it. Maybe > something in EmbperlObject w

Re: HTTP 500s using EmbperlObject

2001-01-15 Thread Gerald Richter
> > @HTML::Embperl::DOC::_3::ISA = (); > > Any suggestions as to where to go looking to track this down? I guess one/some of your pages causes the @ISA (unintentionaly) to be cleared. Maybe you use a module inside one of your pages that does it. Maybe something in EmbperlObject went wrong and c

Re: HTTP 500s using EmbperlObject

2001-01-15 Thread Gavin Carr
Hi Gerald, On Wed, Jan 10, 2001 at 06:42:43AM +0100, Gerald Richter wrote: > > 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 > >

Re: HTTP 500s using EmbperlObject

2001-01-11 Thread Gavin Carr
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 (

Re: HTTP 500s using EmbperlObject

2001-01-09 Thread Gerald Richter
:+49 6133 925151 WWW:http://www.ecos.de Fax: +49 6133 925152 - - Original Message - From: "Angus Lees" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 12:10 AM

Re: HTTP 500s using EmbperlObject

2001-01-09 Thread Gavin Carr
I'm not using Apache::Registry, just the normal cgi script handler. In fact the only module I'm using apart from the embperl ones (and whatever mod_perl uses by default) is HTTP::File, and some of my own. Nothing that messes with any mod_perl/Apache internals, anyway. On Wed, Jan 10, 2001 at 10:1

Re: HTTP 500s using EmbperlObject

2001-01-09 Thread Gavin Carr
Nope, no messing with @ISA at all. On Tue, Jan 09, 2001 at 11:19:47PM +0100, Gerald Richter wrote: > > > > 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. > > Do you make any changes to the @ISA ar

Re: HTTP 500s using EmbperlObject

2001-01-09 Thread Angus Lees
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 i

Re: HTTP 500s using EmbperlObject

2001-01-09 Thread Gerald Richter
> > 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. Do you make any changes to the @ISA array inside of one your pages ? Gerald

HTTP 500s using EmbperlObject

2001-01-09 Thread Gavin Carr
Hi Gerald et al, 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