Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 82749 invoked from network); 26 Aug 2009 03:38:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Aug 2009 03:38:00 -0000 Received: (qmail 590 invoked by uid 500); 26 Aug 2009 03:38:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 335 invoked by uid 500); 26 Aug 2009 03:38:24 -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 309 invoked by uid 99); 26 Aug 2009 03:38:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 03:38:23 +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; Wed, 26 Aug 2009 03:38:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 73E07234C48D for ; Tue, 25 Aug 2009 20:37:59 -0700 (PDT) Message-ID: <1520860953.1251257879473.JavaMail.jira@brutus> Date: Tue, 25 Aug 2009 20:37:59 -0700 (PDT) From: "Lu Jiang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4813) exceptions occur when running geronimo as a service on AIX In-Reply-To: <94283092.1251256439357.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-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Jiang updated GERONIMO-4813: ------------------------------- Attachment: geronimo.out > exceptions occur when running geronimo as a service on AIX > ---------------------------------------------------------- > > Key: GERONIMO-4813 > URL: https://issues.apache.org/jira/browse/GERONIMO-4813 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: startup/shutdown > Affects Versions: 2.2 > Environment: Operating System: ppc AIX > geronimo: 2.2-SNAPSHOT +Build 2009.08.23-23:05:01.470-0400 > JAVA:1.6 > Reporter: Lu Jiang > Attachments: geronimo.out > > > Run Geronimo as a service on AIX and then start it. > It starts successfully and Geronimo can be accessed via http://localhost:8080/console. > But there some errors in the GERONIMO_HOME/var/log/geronimo.out. It seems that several processes are trying to start the server together and they conflict > with each other because the same default port 1099 is used . > ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.framework/rmi-naming/2.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.framework/rmi-naming/2.2-SNAPSHOT/car,j2eeType=GBean,name=RMIRegistry" > java.rmi.server.ExportException: Port already in use: 1099 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.