【问题标题】:Solr Not Working after Publishing it on GodaddySolr 在 Godaddy 上发布后不工作
【发布时间】:2017-03-01 08:31:56
【问题描述】:

我使用 c# 语言在 Visual Studio 上建立了一个网站,我在我的网站上使用了 solrnet,并通过 http://localhost:8983/solr 连接到它的服务器,一切都很好,直到我在 godaddy 上发布了网站,我无法连接到索尔了。 在 Godaddy 上,我将 localhost:8983/solr/temp 替换为 publicIp:8983/solr

错误:

SolrNet.Exceptions.SolrConnectionException: Unable to connect to the remote server ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 00.00.00.00:8983 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at HttpWebAdapters.Adapters.HttpWebRequestAdapter.GetResponse() at SolrNet.Impl.SolrConnection.GetResponse(IHttpWebRequest request) at SolrNet.Impl.SolrConnection.Get(String relativeUrl, IEnumerable`1 parameters) --- End of inner exception stack trace --- at SolrNet.Impl.SolrConnection.Get(String relativeUrl, IEnumerable`1 parameters) at SampleSolrApp.LoggingConnection.Get(String relativeUrl, IEnumerable`1 parameters) at SolrNet.Impl.SolrQueryExecuter`1.Execute(ISolrQuery q, QueryOptions options) at SolrNet.Impl.SolrBasicServer`1.Query(ISolrQuery query, QueryOptions options) at SolrNet.Impl.SolrServer`1.Query(ISolrQuery query, QueryOptions options) 

【问题讨论】:

    标签: remote-access solrnet


    【解决方案1】:

    在 godaddy 服务器上,solr 应该在 localhost:8983/solr 上

    在godaddy服务器IE上试试

    如果您仍想公开访问 solr,您需要在高级防火墙设置中启用端口

    【讨论】:

      猜你喜欢
      • 2017-11-02
      • 2015-08-11
      • 2018-08-05
      • 1970-01-01
      • 2017-06-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多