You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/08 21:40:00 UTC

[jira] [Commented] (NUTCH-2903) Unable to Connect to Elasticsearch over HTTPS

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

ASF GitHub Bot commented on NUTCH-2903:
---------------------------------------

lewismc commented on pull request #703:
URL: https://github.com/apache/nutch/pull/703#issuecomment-1008159052


   +1 @sebastian-nagel tested on ES 7.13 to match the plugin High Level REST Client dependency version.
   I will note here that the High Level REST Client was deprecated in ES 7.15.0 in favor of the [Java API Client](https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/index.html).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@nutch.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Unable to Connect to Elasticsearch over HTTPS
> ---------------------------------------------
>
>                 Key: NUTCH-2903
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2903
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>    Affects Versions: 1.18
>            Reporter: Geng Hong
>            Assignee: Sebastian Nagel
>            Priority: Major
>             Fix For: 1.19
>
>
> Unable to connect ES from Nutch over HTTPS with the following error message:
>  
>  2021-11-16 16:37:22,034 DEBUG client.RestClient - request [POST 
>  http://192.168.0.105:9200/_bulk?timeout=1m] failed
>  org.apache.http.ConnectionClosedException: Connection is closed
>          at
>  org.apache.http.nio.protocol.HttpAsyncRequestExecutor.endOfInput(HttpA
>  syncRequestExecutor.java:356)
>  
>          at
>  org.apache.http.impl.nio.client.InternalRequestExecutor.endOfInput(Int
>  ernalRequestExecutor.java:132)
>  
>          at
>  org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(Def
>  aultNHttpClientConnection.java:261)
>  
>          at
>  org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(Intern
>  alIODispatch.java:81)
>  
>          at
>  org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(Intern
>  alIODispatch.java:39)
>  
>          at
>  org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(Abstrac
>  tIODispatch.java:114)
>  
>          at
>  org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.
>  java:162)
>  
>          at
>  org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(Abstra
>  ctIOReactor.java:337)
>  
>          at
>  org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(Abstr
>  actIOReactor.java:315)
>  
>          at
>  org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOR
>  eactor.java:276)
>  
>          at
>  org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.j
>  ava:104)
>  
>          at
>  org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.r
>  un(AbstractMultiworkerIOReactor.java:591)
>  
>          at java.lang.Thread.run(Thread.java:748)
>  



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