我很平静……每个人都喜欢窗户……
1,2,3,4,5 … 10
好
更具体地说 – ‘Windows过滤平台’到底是什么以及如何踢它以便让Hudson通过?
当我点击java -jar hudson.war并尝试打开网页时,这就是我在事件日志中得到的:
The Windows Filtering Platform has blocked a bind to a local port.
Application Information:
Process ID: 2896
Application Name: \device\harddiskvolume1\windows\system32\java.exeNetwork Information:
Source Address: ::
Source Port: 5353
Protocol: 17Filter Information:
Filter Run-Time ID: 0
Layer Name: Resource Assignment
Layer Run-Time ID: 38
临时禁用防火墙通过控制面板 – 没有任何改变.
解决方法
http://social.msdn.microsoft.com/Forums/en-US/wfp/thread/774026e6-a771-418a-b531-22183ef399f8
您遇到的问题是,当您关闭防火墙时,规则仍然会影响它.尝试禁用MPSSvc并再次运行它.或尝试:
Netsh.exe AdvFirewall Set CurrentProfile State Off
显然,如果这是一个生产环境,要非常小心.