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:10:24AM +1100, Angus Lees 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). 
> > 
> "can't locate method "Path" via correct package", then some other
> functions in the same page disappear too.
> 
> it seems to only knock out the one apache process, so if you reload
> repeatedly then you eventually get another process which still
> works. this is why it appears to be intermittent.
> 
> 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?)
> 
> the only "structural" thing i'd changed when they started was to start
> using Apache::Registry.  yesterday i stopped using it (went back to
> normal cgi-script handler), and i haven't seen the problems reappear.
> loading the Apache::Registry module is fine, but once you start using
> it things go bad.
> 
> i was also seeing very strange behaviour in my scripts running under
> Apache::Registry - "foreach" loops would run a different number of
> times with the same input ..
> 
> are you also using Apache::Registry ?


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

Reply via email to