You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "roel goovaerts (JIRA)" <ji...@apache.org> on 2019/04/29 10:37:00 UTC

[jira] [Commented] (CONNECTORS-1519) CLIENTPROTOCOLEXCEPTION is thrown with 2.10 -> ES 6.x.y

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

roel goovaerts commented on CONNECTORS-1519:
--------------------------------------------

Hi, I think I'm experiencing this bug:

- running on es 6.5, manifold 2.12
- before setting up authorization in ES, crawling the specific site went fine
- recently we restricted the default 'anonymous'-user which we were using, and added a manifold user with the 'superuser'-role
- when added this user to the outputconnector's 'server'-tab to the username and userpassword fields, we receive a "serviceinterruption" in the process-phase, and a "clientprotocolexception" in the indexation-phase.
- when keeping the user-authentication in elasticsearch and removing the previously mentioned user from the outputconnector configuration, we receive an httperror with the actual elasticsearch-message "security_exception", which is excepted, which indicated to me that the issue is with providing the user and password to the outputconnector.

Could I have an update on what the state of this ticket is?

> 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.13
>
>
> 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)