0

I am trying to run spring mvc application but I am getting this error

SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-1099"]
 java.net.BindException: Address already in use: bind

I saw posts that address HTTP port problem but in my case it is AJP port problem

Abdurakhmon
  • 2,813
  • 5
  • 20
  • 41
  • Possible duplicate of [Address already in use: JVM\_Bind java](http://stackoverflow.com/questions/2772701/address-already-in-use-jvm-bind-java) – dunni Apr 22 '17 at 13:52
  • As i said it is not HTTP port problem i tried to change dozen of times it did not help – Abdurakhmon Apr 22 '17 at 13:55
  • Well, have you checked if another application is running on the AJP port? The accepted answer in the duplicate question shows you how to do that – dunni Apr 22 '17 at 13:59

1 Answers1

-1

Make sure JMX port and AJP port are not the same

Abdurakhmon
  • 2,813
  • 5
  • 20
  • 41