Return-Path: Delivered-To: apmail-mina-users-archive@www.apache.org Received: (qmail 90748 invoked from network); 8 May 2008 04:20:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2008 04:20:51 -0000 Received: (qmail 5958 invoked by uid 500); 8 May 2008 04:20:53 -0000 Delivered-To: apmail-mina-users-archive@mina.apache.org Received: (qmail 5870 invoked by uid 500); 8 May 2008 04:20:53 -0000 Mailing-List: contact users-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@mina.apache.org Delivered-To: mailing list users@mina.apache.org Received: (qmail 5859 invoked by uid 99); 8 May 2008 04:20:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 21:20:53 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jvembuna@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 04:20:05 +0000 Received: by py-out-1112.google.com with SMTP id x79so597134pyg.5 for ; Wed, 07 May 2008 21:20:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=F7bRZL0BHIXYMT/kHErix6G9lS/oZiekdWRlG3gLa1k=; b=LwUldeSTbI1uQ/D5P+DkMVworZYYKO/LOPJi7ghICApv3Niy3snHLcPj1oILS3VCcYSOFQ+iwRBr5vQDELaKVQ1KTPIUVBDbijWmxtmAsOFpizOutSSv/q9Bl4TBdWbVk5YOv1dgH7KIxy67I0m1swm/pnJPNGUx5B22XzLUeNo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=OJ+RpJUefqH5/BlHK9G3cNaUSfCkNYVS/Mg9TpjD38Mv9bMVfnhQGw0nIRP2qr2icK/EG2Zel4qTls7sE2zdqhkA19CeYeImSFutfR/X9kOj72unYBFagW6vOV9DxyGid5Wu6QIIwZoIfJvdkbBurxByeMheVMQ85JgQ32pu/Hg= Received: by 10.142.226.2 with SMTP id y2mr1201587wfg.64.1210220417445; Wed, 07 May 2008 21:20:17 -0700 (PDT) Received: by 10.143.52.6 with HTTP; Wed, 7 May 2008 21:20:17 -0700 (PDT) Message-ID: Date: Wed, 7 May 2008 21:20:17 -0700 From: "Janardhanan Vembunarayanan" To: users@mina.apache.org Subject: Session Idle timeout on SSL Session reuse. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_782_28410916.1210220417521" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_782_28410916.1210220417521 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, I am using Apache Mina 1.0.9 to develop a Routing Server to service http/https calls. I recently migrated from 1.0.1 and 1.0.9. After the migration I did L and P testing with JMeter. The requests where sent over HTTPS and for some of the requests following behavior happens 1. session gets created 2. JMeter client version 2.3 sends the session id for the SSL session 3. Mina Server finds the ssl session and resumes the same 4. The handshake is done and client sends the data 5. The data is not read by Mina and the connection idle times out This started happening in Mina 1.0.9 and it was working in 1.0.1 I am analyzing the issue and logged a bug for the same https://issues.apache.org/jira/browse/DIRMINA-580 Any pointers on this issue will be very useful for my debugging. -- www.vshareride.com www.pragmaticinvesting.com www.younag.com ------=_Part_782_28410916.1210220417521--