You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Jan Høydahl (Jira)" <ji...@apache.org> on 2022/01/21 09:53:00 UTC

[jira] [Comment Edited] (SOLR-15946) SOLR searching is not working in websites

    [ https://issues.apache.org/jira/browse/SOLR-15946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17479955#comment-17479955 ] 

Jan Høydahl edited comment on SOLR-15946 at 1/21/22, 9:52 AM:
--------------------------------------------------------------

That depends on OS and the way you have installed things. Please contact persons inside your organization who are responsible for the website application using Solr as a search backend.

This is an open source project, and we only provide best-effort user support on the users@ mailing list. You may also find help on general use of the Solr server in our reference guide and there is also a slack channel for users for more immediate response. I will not make further replies to this bug ticket, as there is no bug :) 


was (Author: janhoy):
That depends on OS and the way you have installed things. Please contact persons inside your organization who are responsible for this application. This is an open source project. You may find help on general use of the Solr server in reference guide and there is also a slack channel for users for more immediate response. I will not make further replies to this bug ticket, as there is no bug :) 

> SOLR searching is not working in websites
> -----------------------------------------
>
>                 Key: SOLR-15946
>                 URL: https://issues.apache.org/jira/browse/SOLR-15946
>             Project: Solr
>          Issue Type: Bug
>          Components: search, website
>    Affects Versions: 8.6.1
>         Environment: Production.
>            Reporter: Raja
>            Priority: Blocker
>
> HI Team,
>  
> Search functionality is not working in our live websites. Not sure what caused the error and we are getting Zero results from collection.
>  
> *#1 Error:*
> 2022-01-21 03:09:18.114 INFO  (OverseerCollectionConfigSetProcessor-72057949065838681-10.17.1.149:8983_solr-n_0000000032) [   ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000420 doesn't exist. Requestor may have disconnected from ZooKeeper
> *#2:*
> *2022-01-21 03:40:14.474 ERROR (qtp283318938-16) [   ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Error trying to proxy request for url: http://IP:8984/solr/<project>/select*
>         *at org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:747)*
>         *at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:571)*
>         *at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)*
>         *at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)*
>         *at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1596)*
>         *at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)*
>         *at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)*
>         *at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590)*
>         *at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)*
>         *at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)*
>         *at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)*
>         *at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)*
>         *at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)*
>         *at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)*
>         *at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)*
>         *at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)*
>         *at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)*
>         *at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)*
>         *at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)*
>         *at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:221)*
>         *at org.eclipse.jetty.server.handler.InetAccessHandler.handle(InetAccessHandler.java:177)*
>         *at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)*
>         *at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)*
>         *at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)*
>         *at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)*
>         *at org.eclipse.jetty.server.Server.handle(Server.java:500)*
>         *at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)*
>         *at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)*
>         *at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)*
>         *at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)*
>         *at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)*
>         *at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)*
>         *at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)*
>         *at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)*
>         *at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)*
>         *at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)*
>         *at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)*
>         *at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)*
>         *at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)*
>         *at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)*
>         *at java.lang.Thread.run(Thread.java:748)*
> *Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)*
>         *at java.net.PlainSocketImpl.socketConnect(Native Method)*
>         *at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)*
>         *at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)*
>         *at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)*
>         *at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)*
>         *at java.net.Socket.connect(Socket.java:607)*
>         *at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)*
>         *at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)*
>         *at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)*
>         *at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)*
>         *at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)*
>         *at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)*
>         *at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)*
>         *at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)*
>         *at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)*
>         *at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)*
>         *at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)*
>         *at org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:719)*
>         *... 40 more*



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org