Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82273107EC for ; Mon, 3 Mar 2014 11:07:32 +0000 (UTC) Received: (qmail 37951 invoked by uid 500); 3 Mar 2014 11:07:26 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 37859 invoked by uid 500); 3 Mar 2014 11:07:25 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 37850 invoked by uid 99); 3 Mar 2014 11:07:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2014 11:07:25 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: unknown ~allinclude:mailgun.org (nike.apache.org: encountered unrecognized mechanism during SPF processing of domain of dmitry.batiyevskiy@ardas.dp.ua) Received: from [209.85.220.170] (HELO mail-vc0-f170.google.com) (209.85.220.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2014 11:07:19 +0000 Received: by mail-vc0-f170.google.com with SMTP id hu8so3498900vcb.1 for ; Mon, 03 Mar 2014 03:06:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ardas.dp.ua; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=c9sXjX/omGS5tVIj5UipOpetzvwFnwNuQ7FJ14PVTlI=; b=BI5GLB3y0avM/qQJfxKtDlotLMX3pp05QcRDegDYKNlT1b9GvgBS2ZmAt0OrlhZzMb KJpV4/xC9iPpopwwQpiyJ6I0BpZheR5d6+Vdfv7a3il7mRbt0qC5iJXhyK4HE/oqOK6W 9VqYImSNI+JZOCyXYuxqt8Z7KcVvQFBIpL3E0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=c9sXjX/omGS5tVIj5UipOpetzvwFnwNuQ7FJ14PVTlI=; b=hKeZIvFbEHnI70boV6fam0TgTAkelSqjBOrDvNPW1flvnjZnHBINNwR+kt5H5XufAh 6BtC/YTQoWxzkdrhEomh17mdrT9FnkG5nG98bygTcTAk1donJJQmu22mdUjperBiIdrY X6QTbrUAF+NFuCn/yxnZiYoYJgtGkWTHjVrrrpbn+nOjvAiTIkDMy+bgFDQCjWXHqMfJ iYYLR7uUHcsakPvouYXU0ol6S9UdSTfiK2vijvX/GcKE4z9CVlVkrDl90MT/snZn13YL W/fc4C+7BpJO0eyT1idZiju6EtrkWLoo8lIv0a5DYTpW/I9g+fDKSrGRLbU1ibge/ax0 4zmg== X-Gm-Message-State: ALoCoQkc9XheQcW88q62unaf0UZpk5rQT44yi3lDe4w1+3qkzxYiJbmJP6vhyrdkQ8PQKdADYRLo MIME-Version: 1.0 X-Received: by 10.58.255.233 with SMTP id at9mr17198866ved.20.1393844817775; Mon, 03 Mar 2014 03:06:57 -0800 (PST) Received: by 10.58.178.240 with HTTP; Mon, 3 Mar 2014 03:06:57 -0800 (PST) X-Originating-IP: [91.203.61.19] In-Reply-To: <530FAD0F.6050206@christopherschultz.net> References: <53064612.2060209@christopherschultz.net> <53077A72.4010004@christopherschultz.net> <53078E58.8000609@christopherschultz.net> <530FAD0F.6050206@christopherschultz.net> Date: Mon, 3 Mar 2014 13:06:57 +0200 Message-ID: Subject: Re: java: src/network.c:441: Java_org_apache_tomcat_jni_Socket_send: Assertion failed From: Dmitry Batiyevskiy To: Tomcat Users List Content-Type: multipart/alternative; boundary=047d7bf15fc83c8f9e04f3b1c9f2 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bf15fc83c8f9e04f3b1c9f2 Content-Type: text/plain; charset=UTF-8 Can you advice how we can find the problem in app/environment like this? What are possible ways to debug this? Regards, Dmitry Batiyevskiy Ardas Group Inc. www.ardas.dp.ua 2014-02-27 23:24 GMT+02:00 Christopher Schultz : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Dmitry, > > On 2/27/14, 3:27 PM, Dmitry Batiyevskiy wrote: > > This didn't helped, java process died with same error in about 5 > > hours > > Okay. The assert() call will in fact kill the process -- I had to check. > It seems that for the time being, your only resource would be to switch > to one of the pure-Java connectors until you are able to track-down the > problem. > > We haven't been hearing a lot about this problem, so it looks like for > now it's likely to be a problem with your application or environment. > > - -chris > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1 > Comment: GPGTools - http://gpgtools.org > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iQIcBAEBCAAGBQJTD60NAAoJEBzwKT+lPKRY8YEQAIFCUrgNaLwRgA1ktIyOwid/ > bU/9CD93obj/vgsQbUkoDB4wneepGW5AFWVR0kk5tVWynjjg8JZNbiKtYoHX5FrJ > Ig4hzzlUaETL/KNczeMwprmhARZSdMEl+QXXi9Evau/K7ngCUZUXGV8nTrCTGxtz > XEmXp/UnSkRDKuD72TkYMFWNQhiZZjLBeqcba6B0SY80F0jj04r5yNW7dLDmNphx > LUC+U6WtPyoo3IMj7V5KRTPcDTmjDsGIjp//lCf7kDZ9GyQTHasV85GBzxmuwvvj > TeuD17cjOsOacEw4baxqI/ah1IboWkVHhdwEn/7Af6iUS+AI2J5lQmMej/DoZiJy > y805A+xDTOap29vhZTx9d+PlTQnp0KCnHKfN8sRHBtQGdImarr8bQ9E5KI1GEiaP > ezYRiM0Z0sA+sCq7dUMvFEjXXsNcoP1kInq3HjqRdaJd2LE6peRYDzJhPgXB3U22 > NZSF6i4Ab8mSuueTQvX7UOhZG8s4chMdfcmw/W9e8lMG43MKkiuELHENzLarQwKe > 6hOk6eUthYw1p1zSO53UxwgGAzC7yLAPQ/tvDZN1dbewUcOWNjQ9GzIDZ2WMTZRg > TsGFz3CjmSo59q9VegmIA4DHMRXz0Zxrxzt2YjQEwXSYMoVAm8vcM3AssuorhAWi > HCcozZP3IkQHc7eBZ2lW > =xTw7 > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --047d7bf15fc83c8f9e04f3b1c9f2--