You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by narendar_g <na...@dataone.in> on 2007/05/23 16:34:26 UTC

[HELP]No pipeline matched request: search.php

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

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

Posted by Ellis Pritchard <el...@nukinetics.com>.
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.


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

Posted by Jeroen Reijn <j....@hippo.nl>.
Hi,

it might be nice if you share some more information with us on what you 
are trying to achieve when you get this error?

Kind regards,

Jeroen Reijn

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org