[
https://issues.apache.org/jira/browse/CONNECTORS-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16870840#comment-16870840
]
Glenn Laenen edited comment on CONNECTORS-1519 at 6/24/19 6:28 AM:
-------------------------------------------------------------------
Hello [~michaelcizmar],
We are looking at this too and came to the same conclusion.
When adding some extra logging to ElasticSearchConnection we found that the
IOException in the call method throws
Caused by: org.apache.http.client.NonRepeatableRequestException: Cannot retry
request with a non-repeatable request entity.
When setting isRepeatable in ElasticSearchIndex to true the documents are
indexed, but "content" field stays empty.
was (Author: glaenen):
Hello [~michaelcizmar],
We are looking at this too and came to the same conclusion.
When adding some extra logging to ElasticSearchConnection.java we found that
the IOException in the call method throws
Caused by: org.apache.http.client.NonRepeatableRequestException: Cannot retry
request with a non-repeatable request entity.
> CLIENTPROTOCOLEXCEPTION is thrown with 2.10 -> ES 6.x.y
> -------------------------------------------------------
>
> Key: CONNECTORS-1519
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1519
> Project: ManifoldCF
> Issue Type: Bug
> Components: Elastic Search connector
> Affects Versions: ManifoldCF 2.10
> Reporter: Steph van Schalkwyk
> Assignee: Steph van Schalkwyk
> Priority: Major
> Fix For: ManifoldCF 2.14
>
>
> Investigating CLIENTPROTOCOLEXCEPTION when using 2.10 with ES 6.x.y
> More information to follow.
> Fails when using security , i.e.
> [http://user:password@elasticsearch:9200.|http://user:password@elasticsearch:9200./]
> Remedy:
> # Disable x-pack security.
> # Use http://elasticsearch:9200.
>
>
> |07-27-2018 17:53:19.010|Indexation
> (ES)|file:/var/manifoldcf/corpus/000014.html|CLIENTPROTOCOLEXCEPTION|38053|23|
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)