System error

error:  cannot find inherit path '/politics/books' for component '/politics/books/autohandler [main]'
context: 
... 
422:  my $first_comp;
423:  {
424:  my @wrapper_chain = ($request_comp);
425: 
426:  for (my $parent = $request_comp->parent; $parent; $parent = $parent->parent) {
427:  unshift(@wrapper_chain,$parent);
428:  error "inheritance chain length > " . $self->max_recurse . " (infinite inheritance loop?)"
429:  if (@wrapper_chain > $self->max_recurse);
430:  }
... 
code stack:  /usr/share/perl5/HTML/Mason/Request.pm:426
raw error






























cannot find inherit path '/politics/books' for component '/politics/books/autohandler [main]'

Trace begun at /usr/share/perl5/HTML/Mason/Component.pm line 328
HTML::Mason::Component::parent('HTML::Mason::Component::FileBased=HASH(0x9d030c8)') called at /usr/share/perl5/HTML/Mason/Request.pm line 426
eval {...} at /usr/share/perl5/HTML/Mason/Request.pm line 419
HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0x93307e8)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 165
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0x93307e8)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 831
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x932f218)', 'Apache2::RequestRec=SCALAR(0x932f390)') called at /home/buermann/mason/modules/Kronecker/Mason.pm line 79
Kronecker::Mason::handler('Apache2::RequestRec=SCALAR(0x932f390)') called at -e line 0
eval {...} at -e line 0