Yeah! Fixed the issue, one of the port was in use.
File name : jboss-4.0.3SP1\server\default\conf\jboss-service.xml
netstat was useful to identify the port
http://stackoverflow.com/questions/4475171/jboss-server-startup-exception
<attribute name="ServerBindPort">4445</attribute>
4445 was in use, so changed to 4446File name : jboss-4.0.3SP1\server\default\conf\jboss-service.xml
netstat was useful to identify the port
netstat -an |find /i "4445"
TCP 0.0.0.0:4445 0.0.0.0:0 LISTENINGhttp://stackoverflow.com/questions/4475171/jboss-server-startup-exception
No comments:
Post a Comment