Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 17019200BC9 for ; Sat, 26 Nov 2016 18:44:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 09ED7160B14; Sat, 26 Nov 2016 17:44:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 78AD0160B11 for ; Sat, 26 Nov 2016 18:43:59 +0100 (CET) Received: (qmail 4280 invoked by uid 500); 26 Nov 2016 17:43:58 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 4269 invoked by uid 99); 26 Nov 2016 17:43:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Nov 2016 17:43:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 68D9D2C0079 for ; Sat, 26 Nov 2016 17:43:58 +0000 (UTC) Date: Sat, 26 Nov 2016 17:43:58 +0000 (UTC) From: "rohan sharma (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-7153) requestSecurityToken(String appliesTo) hangs with no response MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 26 Nov 2016 17:44:00 -0000 rohan sharma created CXF-7153: --------------------------------- Summary: 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 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.4#6332)