You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ellis Pritchard <el...@nukinetics.com> on 2007/06/05 12:32:44 UTC

Re: [HELP]No pipeline matched request: search.php

On 23 May 2007, at 15:34, narendar_g wrote:

>
> Description:org.apache.cocoon.ResourceNotFoundException: No  
> pipeline matched request: search.php

The most common 'irrational' cause of this exception is not having a  
serializer in the pipeline... how many times this has caught me out....

So remember if a matcher has:

	<map:generate/>
	
it must have

	<map:serialize/>

else no 'No pipeline matched request' !

IMHO this should really cause an error in the parsing of the sitemap,  
not a run-time error.

Ellis.