You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2017/03/27 18:26:41 UTC

[jira] [Assigned] (CXF-7153) requestSecurityToken(String appliesTo) hangs with no response

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

Colm O hEigeartaigh reassigned CXF-7153:
----------------------------------------

    Assignee: Colm O hEigeartaigh

> requestSecurityToken(String appliesTo) hangs with no response 
> --------------------------------------------------------------
>
>                 Key: CXF-7153
>                 URL: https://issues.apache.org/jira/browse/CXF-7153
>             Project: CXF
>          Issue Type: Bug
>            Reporter: rohan sharma
>            Assignee: Colm O hEigeartaigh
>             Fix For: 2.7.12
>
>
> Hi,
> I am using STS Client to request security token from ADFS and calling method requestSecurityToken(String appliesTo) .
> This call hangs with no response, there is no visible error in log and there is no response.
> When i debug i can see that it is sending the request and then waiting for response in the method doReceiveResponse [Class HttpRequestExecutor] and internally it calls method readLine(Final CharArrayBuffer buffer)  [Class LoggingSessionInputBuffer] and it hangs at code "this.in.readLine(buffer)".
> There is native code after this from where the code never returns.
> I could not find any issue with my request that i am sending.
> I print the request generated from stsClient in log and i am able to get response from the same request through SOAPUI from the same machine. 
> I have also seen ADFS logs, the request is not reaching ADFS there is no event in ADFS when i send request through STSClient.
> Version - cxf-rt-ws-security-2.7.12 
> Do you know what is the problem here? Any solution to this or any way to track it?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)