It looks like another process (httpd with process id 18581) has port 8080 open. You will either have to stop that process or change which http port JBoss uses.
You have two Java applications running, one is process id 6332 and the other process id 6644. I would assume, based on the error you are getting when you start JBoss that process 6644 is the JBoss process and 6332 is something else, perhaps Tomcat or Geronimo? A "ps -eF | grep java" will show the full command line for both Java processes and should help in identifying them. If you are running Tomcat, you will have to either bring Tomcat down or change yet more ports for JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932504#3932504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932504 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
