Return-Path: Delivered-To: apmail-openejb-users-archive@www.apache.org Received: (qmail 33533 invoked from network); 24 Feb 2011 13:24:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2011 13:24:59 -0000 Received: (qmail 94706 invoked by uid 500); 24 Feb 2011 13:24:59 -0000 Delivered-To: apmail-openejb-users-archive@openejb.apache.org Received: (qmail 94483 invoked by uid 500); 24 Feb 2011 13:24:56 -0000 Mailing-List: contact users-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openejb.apache.org Delivered-To: mailing list users@openejb.apache.org Received: (qmail 94475 invoked by uid 99); 24 Feb 2011 13:24:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 13:24:55 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [98.139.53.202] (HELO nm1-vm0.bullet.mail.ac4.yahoo.com) (98.139.53.202) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Feb 2011 13:24:49 +0000 Received: from [98.139.52.191] by nm1.bullet.mail.ac4.yahoo.com with NNFMP; 24 Feb 2011 13:24:27 -0000 Received: from [74.6.228.37] by tm4.bullet.mail.ac4.yahoo.com with NNFMP; 24 Feb 2011 13:24:27 -0000 Received: from [127.0.0.1] by smtp106.mail.ac4.yahoo.com with NNFMP; 24 Feb 2011 13:24:27 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1298553867; bh=BT4hjA411FqUGk2QEuTJTkXiwDQZiv7aPp/RrYBM2NA=; h=X-Yahoo-Newman-Id:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=0btoDOEFMfI3mV1t4HFC/sCLmOTHwvi0GXwo56ccYkmPqqRwes5J70JIALmuVh06m2XSBG9T+japfW8CcWq49UZyHrM0+4tBWE5j1O6bk54D+1C2LY6fITlfASaksF1xqczkqRXPaT88nGAl8MOTLeiVj/YfqGrNTa81p/K9c2s= X-Yahoo-Newman-Id: 446234.28773.bm@smtp106.mail.ac4.yahoo.com Received: from [172.16.1.72] (fischauto333@217.110.73.186 with plain) by smtp106.mail.ac4.yahoo.com with SMTP; 24 Feb 2011 05:24:27 -0800 PST X-Yahoo-SMTP: ywe.z8GswBA1Y6P66WQH0I4wOLLZZQ1RpQ-- X-YMail-OSG: Ffyk1PUVM1ksIl5JgzWuryL5alEGeFqNUnMsthZcCi8kKXG KWHztGwI264xFzPU1G7IURH0VPuVGoQNC0kHXkE_yt9yg6ufZNTCUULz9d4V IDMstGRSjI3ggUpYIHs_z26uO3MNqrvr.AOjl9HwA9_.31R2AKnDXczd1Dgl mKgolm_K3PxnQl94MXPOt90PNFDbeDKqBsap4.yWysIn_XKAeIfHjQx5shwT FvDqcUN.LTYM- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4D665C09.7070706@yahoo.de> Date: Thu, 24 Feb 2011 14:24:25 +0100 From: joe User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: users@openejb.apache.org Subject: second ejbd port Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi, Since 3.1.4(?) OpenEJB seems to use 2 ejbd ports. Starting OpenEJB: openejb start -Dejbd.bind=mars -Dadmin.port=4200 -Dejbd.port=32332 -Dtelnet.disabled=true -Dhsql.disabled=true -Dhttpejbd.disabled=true ** Starting Services ** NAME IP PORT admin thread 127.0.0.1 4200 ejbd mars 32332 ejbd 127.0.0.1 4203 ------- Ready! When i start a second server on a different port the following happens: ** Starting Services ** NAME IP PORT admin thread 127.0.0.1 3999 ejbd mars 40000 ejbd ---- FAILED ------- Ready! In openejb.log erverything is fine until: 2011-02-24 14:10:23,887 - FATAL - Service Start Failed: ejbd 127.0.0.1 4203: Service failed to open socket: Address already in use: JVM_Bind Both containers seem to work, but this looks scary. Whats the job of the second ejbd service and how can i configure the port number?