gpt4 book ai didi

scala - 停止框架使用 HTTP 代理

转载 作者:行者123 更新时间:2023-12-02 02:50:42 27 4
gpt4 key购买 nike

在沮丧的泪水几乎淹没之后,我必须问你一个问题。

我的 play(2.0.3,scala)应用程序正在使用 wsdl,如果我在 localhost 上运行 Web 服务的开发版本,它工作得非常好,这使得 wsdl-url 类似于http://localhost:8080/Service/Service?wsdl 。当我尝试从远程测试系统服务器使用 WSDl 时,其 Url 类似于 http://testserver.company.net:8084/Service/Service?wsdl ,我得到:


[WebServiceException: Failed to access the WSDL at: <a href="http://testserver.company.net:8084/Service/Service?wsdl" rel="noreferrer noopener nofollow">http://testserver.company.net:8084/Service/Service?wsdl</a>. It failed with: Got Server returned HTTP response code: 502 for URL: <a href="http://testserver.company.net:8084/Service/Service?wsdl" rel="noreferrer noopener nofollow">http://testserver.company.net:8084/Service/Service?wsdl</a> while opening stream from http://testserver.company.net:8084/Service/Service?wsdl.]

我的公司使用 http 代理来访问互联网,这就是 502 错误的原因。所以我想玩停止使用代理。

到目前为止我已经尝试过(全部):

  • 已从 Intenet Explorer 中删除代理
  • 设置 _JAVA_OPTIONS=-Dhttp.noProxyHosts="testserver.company.net"
  • 设置 JAVA_OPTIONS=-Dhttp.noProxyHosts="testserver.company.net"
  • Play 运行 -Dhttp.noProxyHosts="testserver.company.net"

这些都不起作用。有任何想法吗?如何停止使用 HttpProxy 进行游戏?

编辑:

我发现它与 java Webservices-api/jaxws 库有关。有什么想法吗?

编辑2012年10月17日:

这似乎取决于系统代理设置。尽管我从 IE 中删除了整个代理并重新启动了所有内容,但我仍然不知道为什么那天它不起作用。有没有办法让我的游戏应用程序独立于系统设置?

最佳答案

尝试:

play -Dhttp.noProxyHosts="testserver.company.net" run

关于scala - 停止框架使用 HTTP 代理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12579675/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com