Mailing List Archive

Lucene search - no pipeline matched request
Hello,
I'm able to generate static site and it works quite well. But I'm not able to
add Lucene fulltext support.

When I call at command line "forrest war" or "forrest run" and then I call
/lucene-update.htm, I get the following error:
------------------------------------------------------------------------
cocoon 2.2.0-dev
Copyright (c) 1999-2005 Apache Software Foundation. All rights reserved.
Build: December 8 2005 (TargetVM=1.4, SourceVM=1.4, Debug=on, Optimize=on)
------------------------------------------------------------------------
X [0] lucene-update.html BROKEN: No pipel
ine matched request: lucene
Total time: 0 minutes 7 seconds, Site size: 0 Site pages: 0

BUILD FAILED
D:\downloads\apache-forrest-0.8\main\targets\webapp.xml:48: The following error
occurred while executing this line:
D:\downloads\apache-forrest-0.8\main\targets\context.xml:127: Java returned: 1


I can't use google fulltext because our website is for intranet only. I would
please appreaciate any help.

PETER
Re: Lucene search - no pipeline matched request [ In reply to ]
On Mon, 2007-11-05 at 16:25 +0100, Petr Juza wrote:
> Hello,
> I'm able to generate static site and it works quite well. But I'm not able to
> add Lucene fulltext support.
>
> When I call at command line "forrest war" or "forrest run" and then I call
> /lucene-update.htm, I get the following error:
> ------------------------------------------------------------------------
> cocoon 2.2.0-dev
> Copyright (c) 1999-2005 Apache Software Foundation. All rights reserved.
> Build: December 8 2005 (TargetVM=1.4, SourceVM=1.4, Debug=on, Optimize=on)
> ------------------------------------------------------------------------
> X [0] lucene-update.html BROKEN: No pipel
> ine matched request: lucene
> Total time: 0 minutes 7 seconds, Site size: 0 Site pages: 0
>
> BUILD FAILED
> D:\downloads\apache-forrest-0.8\main\targets\webapp.xml:48: The following error
> occurred while executing this line:
> D:\downloads\apache-forrest-0.8\main\targets\context.xml:127: Java returned: 1
>
>
> I can't use google fulltext because our website is for intranet only. I would
> please appreaciate any help.

Hi Peter,

what skin are you using?

salu2

>
> PETER
--
Thorsten Scherler thorsten.at.apache.org
Open Source Java consulting, training and solutions
Re: Lucene search - no pipeline matched request [ In reply to ]
On Tue, 2007-11-06 at 11:32 +0100, Thorsten Scherler wrote:
> On Mon, 2007-11-05 at 16:25 +0100, Petr Juza wrote:
> > Hello,
> > I'm able to generate static site and it works quite well. But I'm not able to
> > add Lucene fulltext support.
> >
> > When I call at command line "forrest war" or "forrest run" and then I call
> > /lucene-update.htm, I get the following error:
> > ------------------------------------------------------------------------
> > cocoon 2.2.0-dev
> > Copyright (c) 1999-2005 Apache Software Foundation. All rights reserved.
> > Build: December 8 2005 (TargetVM=1.4, SourceVM=1.4, Debug=on, Optimize=on)
> > ------------------------------------------------------------------------
> > X [0] lucene-update.html BROKEN: No pipel
> > ine matched request: lucene
> > Total time: 0 minutes 7 seconds, Site size: 0 Site pages: 0
> >
> > BUILD FAILED
> > D:\downloads\apache-forrest-0.8\main\targets\webapp.xml:48: The following error
> > occurred while executing this line:
> > D:\downloads\apache-forrest-0.8\main\targets\context.xml:127: Java returned: 1
> >
> >
> > I can't use google fulltext because our website is for intranet only. I would
> > please appreaciate any help.
>
> Hi Peter,
>
> what skin are you using?

Hmm I just tried on our site-author and see the same error with forrest
run.

http://localhost:8888/index.lucene

Is working fine.

http://localhost:8888/index-creation.lucene

Request URI: index-creation.lucene
cause: No pipeline matched request: lucene

Commenting the transfomer <map:transform
src="{lm:transform.book.cinclude-lucene}"> will return xml again.

Meaning something wrong with lm:transform.book.cinclude-lucene because
commenting the cinclude transformer I can find <cinclude:include
src="cocoon://lucene"/>, which is causing above error.

I do not time ATM to debug the book-to-include-lucene.xsl, but the bug
is in there somewhere.

salu2

>
> salu2
>
> >
> > PETER
--
Thorsten Scherler thorsten.at.apache.org
Open Source Java consulting, training and solutions