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
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.