Results 1 to 3 of 3
Hi,
Our UNIX server has JBoss installed in it. And when I try to run JBoss it shows an error as
"06:03:40,412 ERROR [Http11Protocol] Error starting endpoint
java.net.BindException: Address already ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-13-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 26
Is JBoss running?
Hi,
Our UNIX server has JBoss installed in it. And when I try to run JBoss it shows an error as
"06:03:40,412 ERROR [Http11Protocol] Error starting endpoint
java.net.BindException: Address already in use: 8080"
I logged in as root and I did 'ps -ef' in the UNIX server to list all the processes running in the server. I find that no process is using the port 8080.
If JBoss is already running then I should get the JBoss page in IE. In my case I am not getting the JBoss page in IE.
Any help is greatly appreciated.
Thanks & Regards,
GOKUL
- 08-13-2007 #2
you could try ps aux |grep java
and see if there is a jboss process hung up out there
- 08-13-2007 #3
Hey,
By default web cache uses port number 8080. This port is a popular alternative to port 80 for offering web services. Just give some other port for Jboss application (which is not in use) restart the service and try again.
check if there any web server running mostly apache maybe up
if that dosen't help, change the http port under
JBoss\server\default\deploy\jbossweb-tomcat55.sar\server.xml i guess.
Last edited by devils casper; 08-13-2007 at 01:54 PM. Reason: removed Color tags.
Regards,
who |grep -i blonde |
date; cd~; unzip; touch;
strip; finger; mount; gasp;
yes; uptime; umount;
sleep

Newbie clicks
http://www.linuxforums.org/forum/lin...ead-first.html


Reply With Quote
