AcitveMQ window环境 61616 端口占用

AcitveMQ无法启动,总是提示端口被占用

jvm 1    | ERROR | Failed to start Apache ActiveMQ ([localhost, ID:test-xxxx-12345-3213216549876-0:1], java.io.IOExce
ption: Transport Connector could not be registered in JMX: Failed to bind to server socket: tcp://0.0.0.0:61616?maximumC
onnections=1000&wireFormat.maxFrameSize=104857600 due to: java.net.BindException: Address already in use: JVM_Bind)


使用netstat -aon 查询不到这个进程占用的端口。
解决方法:
Windows的一个服务占用了这个端口Internet Connection Sharing (ICS)
把这个服务关闭即可



猜你喜欢

转载自happysoul.iteye.com/blog/2256005
今日推荐