1

我在运行 Yosemite (10.10.3) 和 Java8 的 macbook pro 上运行 Groovy/Grails Tool Suite 3.6.4 IDE。启动时出现错误“系统属性 http.nonProxyHosts 已被外部源设置为本地| .local|169.254/16| .169.254/16。此值将使用首选项中的值覆盖”

错误的会话数据:

eclipse.buildId=3.6.4.201503100339-RELEASE-e44
java.version=1.8.0_40
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments:  -product org.springsource.ggts.ide -keyring /Users/slacher/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -product org.springsource.ggts.ide -keyring /Users/slacher/.eclipse_keyring -showlocation

它似乎不会影响开发,但我不确定如何解决该错误。什么外部来源会设置这个?http.nonProxyHosts 系统属性是什么?

4

1 回答 1

2

啊哈,我想这就是问题所在。我自己没有设置它们,但在我的网络首选项中,我在“绕过这些主机和域的代理设置:”(网络设置、wi-fi、高级... 按钮,代理选项卡)。

我清空了场地,现在一切似乎都很好。有关更多信息,请参阅此技术说明。

https://discussions.apple.com/thread/3111696

于 2015-04-13T13:45:43.227 回答