Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 93243 invoked from network); 15 Jun 2009 13:01:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jun 2009 13:01:18 -0000 Received: (qmail 22161 invoked by uid 500); 15 Jun 2009 13:01:30 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 22133 invoked by uid 500); 15 Jun 2009 13:01:30 -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 22123 invoked by uid 99); 15 Jun 2009 13:01:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 13:01:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 13:01:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D6117234C055 for ; Mon, 15 Jun 2009 06:01:07 -0700 (PDT) Message-ID: <824364209.1245070867875.JavaMail.jira@brutus> Date: Mon, 15 Jun 2009 06:01:07 -0700 (PDT) From: =?utf-8?Q?Alberto_Garc=C3=ADa_Pa=C3=B1oso_=28JIRA=29?= To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-2277) Error stopping Tomcat after executing a one-way Web Service In-Reply-To: <112641780.1244640487453.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2277?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D127195= 42#action_12719542 ]=20 Alberto Garc=C3=ADa Pa=C3=B1oso commented on CXF-2277: -------------------------------------------- I have been debugging the sources of CXF and I think the problem is that th= e queues for executing the One-Way Web Services (class AutomaticWorkQueueIm= pl) aren't stopped (invoking the shutdown method of ThreadExecutorPool, its= superclass) when Tomcat stop. I have done a test and if you create a Threa= dExecutorPool and don't stop it invoking the shutdown method, then Tomcat d= oesn't stop right. > Error stopping Tomcat after executing a one-way Web Service > ----------------------------------------------------------- > > Key: CXF-2277 > URL: https://issues.apache.org/jira/browse/CXF-2277 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime > Affects Versions: 2.2.1, 2.2.2 > Environment: Apache Tomcat 6.0.14 and Sun Java 1.6.0_10 > Reporter: Alberto Garc=C3=ADa Pa=C3=B1oso > > I have a Web application using Apache CXF that implements several Web Ser= vice. This application is deployed in a Tomcat 6.0.14. When I try to stop t= he Tomcat the server doesn't stop correctly. I have done a lot of tests and= my conclussions are the following: > - If a Web Service deployed like One-Way service is invoked (I mean, the = web service implementation run in my application) then the Tomcat Server do= esn't stop. > - If no One-Way Web Services are invoked then the server stop right. > I think there is some problem with the implementation of One-Way services= . I think some thread or pool doesn't stop and, consequently, Tomcat neithe= r stop. Do you think this is an error of CXF or the Sun JVM? > Thanks in advance. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.