无法连接到远程 Facade url

发布于 2024-09-25 05:51:04 字数 847 浏览 6 评论 0原文

我正在尝试使用 mxunit eclipse 插件来测试我的测试用例。 我正在使用带有 cfml 插件的 eclipse 3.6.0 (cfeclipse ver 1.4.2.*) 对于 ColdFusion 项目。

第五步插件配置< /a>,我收到以下错误:

无法连接到外观 URL。

尝试在浏览器中运行此命令:

http://localhost/mxunit/framework/RemoteFacade .cfc?wsdl&method=ping

在控制台中,我收到 (504)Proxy Timeout 错误

但是,在提供 ColdFusion 管理员密码后,上述 url 在我的浏览器中完美运行(对于 ping 方法返回 true) 我还在 mxunit 的项目属性中提供了身份验证。 (右键单击项目 -> 属性 -> mxunit)

插件不会自动加载其测试方法。请帮忙。

谢谢..

I am trying to use mxunit eclipse plug-in for testing my test cases.
I am using eclipse 3.6.0 with cfml plug-in (cfeclipse ver 1.4.2.*) For ColdFusion project.

On the fifth step of plug-in configuration, I get the following error:

Could not connect to facade URL.

Try running this in a browser:

http://localhost/mxunit/framework/RemoteFacade.cfc?wsdl&method=ping

In console, I get (504)Proxy Timeout error

However Above url works perfectly (returns true for ping method) in my browser after giving ColdFusion admin password
I also provided authentication in project properties for mxunit. (right click on project -> properties -> mxunit)

Plug-in does not load it's test methods automatically. Please help.

Thanks..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风透绣罗衣 2024-10-02 05:51:05

您可以尝试将代理信息添加到 eclipse 本身:Preferences >一般>网络连接:代理条目(您可能可以从浏览器的网络设置中获取此信息)

MXUnit 首选项中的用户名/密码用于基本身份验证,我认为这与代理配置不同。本质上,与其说是网络交易,不如说是网站交易。

You could try adding the proxy information into eclipse itself: Preferences > General > Network Connections : Proxy Entries (you might be able to get this information from your browser's network settings)

The username/password in the MXUnit preferences is for basic auth, which is not the same thing as proxy configuration, I don't think. More a website deal than a network deal, per se.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文