OpenEdit User ForumWelcome to the OpenEdit User Forum. Whether you are newbie or a seasoned expert, the OpenEdit User Forum is our virtual water cooler where we commune to share ideas and publish information about new and existing features. You must be registered and logged in to post a new comment or topic. If you require dedicated support to your OpenEdit project, please visit our Web Site & Application Maintenance page for access to our online issue tracker. Ask. Answer. Enjoy. Could not find bean named Search
I ran through the upgrade of the search module through the admin interface with no errors, I setup the search.xml with the starting url and the allow for my site, I restarted tomcat. Whenever I try to call runindex.html directly when logged in as the administrator I receive a 500 error with the following detail. I get the same thing if I execute a search via search.html. com.openedit.OpenEditRuntimeException: Could not find bean named Search at com.openedit.ModuleManager.getBean(ModuleManager.java:237) at com.openedit.ModuleManager.executePageAction(ModuleManager.java:42) at com.openedit.ModuleManager.executePageActions(ModuleManager.java:135) at com.openedit.servlet.BaseOpenEditEngine.beginRender(BaseOpenEditEngine.java:167) at com.openedit.servlet.BaseOpenEditEngine.render(BaseOpenEditEngine.java:99) at com.openedit.servlet.OpenEditFilter.doFilter(OpenEditFilter.java:69) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.openedit.servlet.gzip.GzipFilter.doFilter(GzipFilter.java:25) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) Posted by Jason Crow Sun, Aug 10 2008 11:53 AM
|
Most Recent Posts
Unable to compile class for JSP
(0 comments)
java.util.MissingResourceException:
(0 comments)
OpenEdit Weekly Update
(0 comments)
OEF Database Persistence
(1 comments)
OpenEdit Digital Asset Management Is Hiring
(0 comments)
New Version of Flowthink deployed
(0 comments)
Why is search never listed as installed?
(1 comments)
Default calendar view is no longer loading
(1 comments)
problem restoring backup on a new installation
(0 comments)
Unable to login after updation
(5 comments) Archive
Log in
Syndicate:
|
Copyright 2008 OpenEdit Inc. All rights reserved. last modified: Aug 10 2008

You should actually be calling /search/admin/crawl.html - that will kick of the index of the site. From there, you can user /search/query.html to run searches. The two files that you mention, "runindex.html" and "search.html" don't exist in the current search project. Are you running an old site that you've recently upgraded or is this a fresh install?
I must have had some old files in there, thanks for your help.