You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Minder (JIRA)" <ji...@apache.org> on 2015/11/20 15:10:11 UTC

[jira] [Updated] (KNOX-632) Oozie dispatch failing for secure clusters

     [ https://issues.apache.org/jira/browse/KNOX-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Minder updated KNOX-632:
------------------------------
    Description: 
The general pattern is that after a 
{code}
http-outgoing-5 << HTTP/1.1 401 Unauthorized
http-outgoing-5 << Server: Apache-Coyote/1.1
http-outgoing-5 << WWW-Authenticate: Negotiate
{code}
we end up with
{code}
Caused by: org.apache.http.client.NonRepeatableRequestException: Cannot retry request with a non-repeatable request entity.
        at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:208)
        at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
        at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
        at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
{code}

> Oozie dispatch failing for secure clusters
> ------------------------------------------
>
>                 Key: KNOX-632
>                 URL: https://issues.apache.org/jira/browse/KNOX-632
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.7.0
>            Reporter: Kevin Minder
>            Priority: Blocker
>             Fix For: 0.7.0
>
>
> The general pattern is that after a 
> {code}
> http-outgoing-5 << HTTP/1.1 401 Unauthorized
> http-outgoing-5 << Server: Apache-Coyote/1.1
> http-outgoing-5 << WWW-Authenticate: Negotiate
> {code}
> we end up with
> {code}
> Caused by: org.apache.http.client.NonRepeatableRequestException: Cannot retry request with a non-repeatable request entity.
>         at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:208)
>         at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
>         at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
>         at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
>         at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)