Tuesday, November 6, 2012

Jboss server startup exception

Yeah! Fixed the issue, one of the port was in use.
<attribute name="ServerBindPort">4445</attribute> 
4445 was in use, so changed to 4446
File 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 LISTENING

http://stackoverflow.com/questions/4475171/jboss-server-startup-exception

No comments:

Post a Comment