Why do I have Tomcat errors to authenticate the locked user "tomcat"?

Tomcat server is running on window server 2012R2. I copied my openmrs war file to tomcat/webapp folder and restarted tomcat server, after tis my war file is deployed and its showing under wep applications on tomcat server but not started. when i click on start for my webapp(openmrs) in tomcat manager it showing following error:- FAIL - Application at context path /openmrs could not be started

Here is the detail of catalina log file of tomcat:-

http://pastebin.com/R4yk9Jvy

Please provide the product (e.g. Platform, OpenMRS 2, or Reference Application) as well as the version numbers. Those will help us to assist you further. Thanks!

Additionally, a quick Google search of the error message you provided:

Returns the following answer; was it helpful for you in the troubleshooting process?

SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler [“http-apr-9999”] java.lang.Exception: Socket bind failed: [730048] Only one usage of each socket address (protocol/network address/port) is normally permitted.

Tomcat version:- 8 Java JDK version : 7 OpenMRS Platform: 2.1

@sahil , it looks like there is another application which is using the same port like tomcat. you need to look out for that application and kill it for tomcat to run successfully. see link on how to view the ports on which applications are running on