I apologize for changing the subject line, but when I replied to the reply 
shown below, the apache mail server rejected it as spam.

Now, on to my problem.

I have captured the console output to a text file. In my original post, I 
quoted the first error message. Here it is again:


*********

 39%  13s Starting org.apache.ger...11:50:34,848 ERROR [Http11Protocol] Error 
initializing endpoint
java.net.BindException: Address already in use: JVM_Bind /0.0.0.0:8080
        at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:504)
        at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:176)
        at 
org.apache.catalina.connector.Connector.initialize(Connector.java:1058)

*********

If there is another section of the output that would be helpful in diagnosing 
the problem, please tell me what to look for and I'll post it.

Thanks for your interest in helping.



Seems a port conflict issue.

Besides 8080, there are some other ports used by Geronimo:
"Listening on Ports:
��� 1050 0.0.0.0 CORBA Naming Service
��� 1099 0.0.0.0 RMI Naming
��� 1527 0.0.0.0 Derby Connector
��� 2001 0.0.0.0 OpenEJB ORB Adapter
��� 4201 0.0.0.0 OpenEJB Daemon
��� 6882 0.0.0.0 OpenEJB ORB Adapter
��� 8009 0.0.0.0 Tomcat Connector AJP AJP
��� 8080 0.0.0.0 Tomcat Connector HTTP BIO HTTP
��� 8443 0.0.0.0 Tomcat Connector HTTPS BIO HTTPS
��� 9999 0.0.0.0 JMX Remoting Connector
�� 61613 0.0.0.0 ActiveMQ Transport Connector
�� 61616 0.0.0.0 ActiveMQ Transport Connector"

Try to run geronimo with "Geronimo.bat run", then you can see which module is 
failed to start.

-- 
Charles Knell
[email protected] - email

Reply via email to