I made the changes according to your suggestions Mick, thanks.My
installation is still not returning results. I have found the following
output at generic.sesam.log

16:50:22,972 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/AdvancedFastCommandConfigBeanInfo.class
16:50:22,983 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/StaticCommandConfigBeanInfo.class
16:50:22,993 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/EspFastCommandConfigBeanInfo.class
16:50:23,007 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/MathCommandConfigBeanInfo.class
16:50:23,018 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/OverturePpcCommandConfigBeanInfo.class
16:50:23,024 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/AbstractYahooSearchConfigurationBeanInfo.class
16:50:23,030 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/AbstractXmlSearchConfigurationBeanInfo.class
16:50:23,041 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/PropertiesCommandConfigBeanInfo.class
16:50:23,052 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/YahooIdpCommandConfigBeanInfo.class
16:50:23,060 [http-8080-3 ] WARN  ResourceServlet: Loading jarfile
/WEB-INF/lib/generic.sesam-result-handler-config-2.18-SNAPSHOT.jar
16:50:23,077 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/YahooMediaCommandConfigBeanInfo.class
16:50:23,085 [http-8080-3 ] WARN  ResourceServlet: Loading jarfile
/WEB-INF/lib/generic.sesam-query-transform-config-2.18-SNAPSHOT.jar
16:50:23,104 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/PictureCommandConfigBeanInfo.class
16:50:23,114 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/NewsCommandConfigBeanInfo.class
16:50:23,129 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/SensisCommandConfigBeanInfo.class
16:50:23,140 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/SolrCommandConfigBeanInfo.class
16:50:23,152 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/StockCommandConfigBeanInfo.class
16:50:23,163 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/YahooWebCommandConfigBeanInfo.class
16:50:23,175 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/result/handler/RegexpResultHandlerConfigBeanInfo.class
16:50:23,179 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/RegexpResultHandlerConfigBeanInfo.class
16:50:23,187 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/YoutubeCommandConfigBeanInfo.class
16:50:23,207 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/query/transform/RegexpQueryTransformerConfigBeanInfo.class
16:50:23,210 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/RegexpQueryTransformerConfigBeanInfo.class
16:50:23,218 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/query/transform/TermPrefixQueryTransformerConfigBeanInfo.class
16:50:23,221 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/TermPrefixQueryTransformerConfigBeanInfo.class
16:50:23,232 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/result/handler/DiscardDuplicatesResultHandlerConfigBeanInfo.class
16:50:23,235 [http-8080-3 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/DiscardDuplicatesResultHandlerConfigBeanInfo.class
16:50:23,251 [http-8080-5 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/result/handler/FindFileFormatResultHandlerConfigBeanInfo.class
16:50:23,255 [http-8080-5 ] INFO  ResourceServlet: Failed to find resource
/no/sesat/search/mode/config/FindFileFormatResultHandlerConfigBeanInfo.class


Is this normal? Could this be the reason for not having results back?

2009/3/11 Mck <[email protected]>

> On Wed, 2009-03-11 at 10:03 -0500, Vicente Ordonez wrote:
> > I am also having an error regarding apache Solr.
> >
> > ERROR 09:57:41,343 [localhost.com:8080/ pool-5-thread-1
> [SolrSearchCommand]] (69f9caf5-2d60-4e5c-b29b-0a2538101bb1)
> > SolrSearchCommand: Error executing query
> org.apache.solr.client.solrj.SolrServerException:
> > Error executing query at
> org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:96)
> > at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:109)
> > at
> no.sesat.search.mode.command.SolrSearchCommand.execute(SolrSearchCommand.java:122)
> > [snip]
>
> The default mode in localhost.com uses the public yahoo index and not a
> solr index.
> But it does use a solr index for an example implementation of
> autocompletion as you type into the search field. Look at head.jsp and
> remove everything from
> <!-- MediaWiki Suggest definitions -->
> and downwards.
>
>
> > I have just seen this property in the .../webapps/
> localhost.com/WEB-INF/classes/configuration.properties file.
> >
> > solr.serverUrl=http://localhost:16000/solr/
>
> The idea here is that your solr index could be in a server farm where
> you need to tunnel/forward a port from your local machine to the solr
> server.
> If so, tunnel port 16000, if not override the property solr.serverUrl in
> your skin's configuration.properties (or configure modes.xml to use a
> new property).
>
> ~mck
>
> --
> "We are what we think. All that we are arises with our thoughts. With
> our thoughts, we make the world." Buddha
> | semb.wever.org | sesat.no | sesam.no |
>
> _______________________________________________
> Kernel-development mailing list
> [email protected]
> http://sesat.no/mailman/listinfo/kernel-development
>
>
_______________________________________________
Kernel-development mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-development

Reply via email to