无法连接到远程 Facade url
我正在尝试使用 mxunit eclipse 插件来测试我的测试用例。 我正在使用带有 cfml 插件的 eclipse 3.6.0 (cfeclipse ver 1.4.2.*) 对于 ColdFusion 项目。
无法连接到外观 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试将代理信息添加到 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.