服务器上flex和java之间的连接失败
你好 我正在开发一个使用 flex/java/blazeds 的项目。 此错误现在似乎已解决,但我收到另一个错误,如下所示:
[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://mydomain.co.cc/site/messagebroker/amf'"]
这在本地主机上运行良好,但是现在我已经上传到 tomcat 服务器(在线),在服务 uri 出现错误后, 知道是什么原因造成的吗?我在网上浏览并找到了一些建议,但似乎没有一个有帮助。
提前致谢
Hi
I am working on a project using flex/java/blazeds. This worked fine on local host however now that i have uploaded to a tomcat server(online), after having an error with the service uri, this error has now seemingly been solved, yet I am receiving another error which is as follows:
[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://mydomain.co.cc/site/messagebroker/amf'"]
Does anyone have any idea what is causing this? i looked around online and found some suggestions but none of them seem to have helped.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
问题是服务器上的网址有一个额外的“/blazeds”,一旦我以删除此文件的方式重新上传文件,错误就不会发生。
再次感谢您的帮助
The problem was that the url on the server had an additional "/blazeds", once I re uploaded the file in a way to remove this the error did not occur.
Thanks once again for the help