[Pangloss] running with apache

Steve Purkis spurkis at mkdoc.com
Tue Mar 2 22:52:08 GMT 2004


Hi Bruno,

Now *that's* a strange one...  I'm assuming you installed 
Pipeline::Config without any problems?  All tests successful and all 
that..

The thing is, Pipeline::Config should print out a list of packages it 
searched, so you should really be seeing:

conf/controller.yml: Error loading class [StoreRequest] - couldn't find 
new() in: StoreRequest, Pangloss::Segment::StoreRequest, 
OpenFrame::WebApp::Segment::StoreRequest, ...

I'm at a loss as to why it's not searching these packages.  Can you 
turn up the level of debugging (ie: PG_DEBUG) to 3 and send the output?

Can you also verify what version of Pipeline::Config you're using?

-Steve


On Friday, February 27, 2004, at 02:44  pm, Bruno Postle wrote:

> On Fri 27-Feb-2004 at 01:17:02PM +0000, Bruno Postle wrote:
>>
>> ANy ideas?  I'll try running it properly with Apache mod_perl.
>
> With apache I get an internal server error:
>
> [Pangloss::Apache::Handler::init_debug] (23232) debug level set to: 1
> [Pangloss::Apache::Handler::init_controller] (23232) initializing 
> Pangloss controller
> [Fri Feb 27 13:58:01 2004] [error] error loading pipeline config from 
> /var/www/pangloss/conf/controller.yml: Error loading class 
> [StoreRequest] - couldn't find new() in: StoreRequest at 
> /var/www/pangloss/lib/Pangloss/WebApp.pm line 63.
>
> This is set in the httpd.conf:
>
>     PerlSetEnv      PERL5LIB      "/var/www/pangloss/lib"
>     PerlSetEnv      PG_HOME       "/var/www/pangloss"
>
> StoreRequest exists in a suitable place:
>
>     /var/www/pangloss/lib/Pangloss/Segment/StoreRequest.pm
>
> controller.yml has Pangloss::Segment in the search-packages section:
>
>     search-packages:
>       - Pangloss::Segment
>       - OpenFrame::WebApp::Segment
>       - OpenFrame::Segment
>
> -- 
> Bruno
> _______________________________________________
> Pangloss mailing list
> Pangloss at email-lists.org
> http://www.email-lists.org/mailman/listinfo/pangloss



More information about the Pangloss mailing list