Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7
-
None
-
Tested on Debian Sarge with Linux 2.6.8 and JDK 1.4.2_01
Description
When using Lucene-based searching, the following error occurs whenever "/lucene-search.html" is requested:
Internal Server Error
Message: null
Description: No details available.
Sender: org.apache.cocoon.servlet.CocoonServlet
Source: Cocoon Servlet
Request URI
lucene-search.html
cause
Could not find component for role: [org.apache.cocoon.components.search.LuceneCocoonSearcher] (Key='org.apache.cocoon.components.search.LuceneCocoonSearcher')
request-uri
/lucene-search.html
This is due to a misconfiguration in Forrest's Cocoon xconf file (main/webapp/WEB-INF/xconf/forrest-core.xconf).
The problem only affects Lucene *searching*; indexing works fine.
This issue also blocksFOR-246.
Internal Server Error
Message: null
Description: No details available.
Sender: org.apache.cocoon.servlet.CocoonServlet
Source: Cocoon Servlet
Request URI
lucene-search.html
cause
Could not find component for role: [org.apache.cocoon.components.search.LuceneCocoonSearcher] (Key='org.apache.cocoon.components.search.LuceneCocoonSearcher')
request-uri
/lucene-search.html
This is due to a misconfiguration in Forrest's Cocoon xconf file (main/webapp/WEB-INF/xconf/forrest-core.xconf).
The problem only affects Lucene *searching*; indexing works fine.
This issue also blocks