From dev-return-71743-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Fri Feb 06 09:12:25 2009 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 6228 invoked from network); 6 Feb 2009 09:12:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 09:12:24 -0000 Received: (qmail 27648 invoked by uid 500); 6 Feb 2009 09:12:23 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 27603 invoked by uid 500); 6 Feb 2009 09:12:23 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 27594 invoked by uid 99); 6 Feb 2009 09:12:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 01:12:23 -0800 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; Fri, 06 Feb 2009 09:12:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2AD0E234C48C for ; Fri, 6 Feb 2009 01:12:00 -0800 (PST) Message-ID: <244880171.1233911520160.JavaMail.jira@brutus> Date: Fri, 6 Feb 2009 01:12:00 -0800 (PST) From: "Ivan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-4529) Corba port 1050 is not released after stopping j2ee-corba-yoko configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Corba port 1050 is not released after stopping j2ee-corba-yoko configuration ---------------------------------------------------------------------------- Key: GERONIMO-4529 URL: https://issues.apache.org/jira/browse/GERONIMO-4529 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: CORBA Environment: Windows XP JDK 1.5 Geronimo 2.2 SNAPSHOT 20090202 Reporter: Ivan After stopping the corba component in the console, port 1050 is not released. Use command netstat or connect it with Eclipse Debug. Those two threads are still running. Yoko:Server:StartedThread. It seems it is still blocked on ServerSocket.wait method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.