From owner-freebsd-questions@FreeBSD.ORG Thu Jul 27 15:49:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D87F016A4DD for ; Thu, 27 Jul 2006 15:49:07 +0000 (UTC) (envelope-from scphantm@yahoo.com) Received: from ms-smtp-01.tampabay.rr.com (ms-smtp-01.tampabay.rr.com [65.32.5.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78DCB43D79 for ; Thu, 27 Jul 2006 15:49:07 +0000 (GMT) (envelope-from scphantm@yahoo.com) Received: from [192.168.0.56] (94.146.205.68.cfl.res.rr.com [68.205.146.94]) by ms-smtp-01.tampabay.rr.com (8.13.6/8.13.6) with ESMTP id k6RFn5OI000488 for ; Thu, 27 Jul 2006 11:49:06 -0400 (EDT) Message-ID: <44C8E013.4070906@yahoo.com> Date: Thu, 27 Jul 2006 11:47:31 -0400 From: Steel City Phantom User-Agent: Thunderbird 1.5 (X11/20060226) MIME-Version: 1.0 To: freebsd general questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: very strange sockets problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 15:49:07 -0000 im running bas 6.1, java 1.5 and jboss 4. i have a servlet that interfaces with a bank over a socket connection. pretty basic setup. everything works fine for the current two banks that we interface with. i am in the process of trying to bring up a third bank. the socket opens correctly, transmitts the transaction correctly, the bank correctly receives it, processes it, and sends me a response. the moment that the response hits my read buffer, the connection drops and i recieve no data. i have eliminated all hardware in between the two systems. i dumped the traffic with tcpdump and the machine does actually receive the data. me and my team of developers are stumped, jboss support is stumped, i was wondering if any of you guys could think of something. thanks wilie