Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 39437 invoked from network); 18 Mar 2009 05:15:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2009 05:15:14 -0000 Received: (qmail 87127 invoked by uid 500); 18 Mar 2009 05:15:13 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 87094 invoked by uid 500); 18 Mar 2009 05:15:13 -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 87085 invoked by uid 99); 18 Mar 2009 05:15:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 22:15:13 -0700 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; Wed, 18 Mar 2009 05:15:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9D1B5234C004 for ; Tue, 17 Mar 2009 22:14:50 -0700 (PDT) Message-ID: <1140638341.1237353290642.JavaMail.jira@brutus> Date: Tue, 17 Mar 2009 22:14:50 -0700 (PDT) From: "Ivan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-4529) Corba port 1050 is not released after stopping j2ee-corba-yoko configuration In-Reply-To: <244880171.1233911520160.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan reassigned GERONIMO-4529: ------------------------------ Assignee: Ivan (was: Gang Yin) > 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 > Affects Versions: 2.1.4, 2.2 > Environment: Windows XP > JDK 1.5 > Geronimo 2.2 SNAPSHOT 20090202 > Reporter: Ivan > Assignee: Ivan > Fix For: 2.2 > > Attachments: fix-g4529-jeffyin.patch > > > 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.accept method. And I could not start the Corba service in the admin console due to address already in use. > Thanks for any comment ! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.