当前位置: 首页 > news >正文

flex rpc 错误整理

一、Flex Remoting

  1. Channel definition, mx.messaging.channels.RTMPChannel, can not be found...:最新版的Fluorined在services-config.xml中新增了RTMP Channel,主要是用来配置Flex Messaging,编译时需要FDS.swc支持,当然如果不需要此功能可以注释掉channel-definition这个节点。
  2. RPC Fault faultString="The requested type ... is not accessible":Flash Remoting服务名不对
  3. RPC Fault faultString="Could not find a suitable method with name ..." :找不到对应的方法。首选看方法名对不对,再看方法的参数个数,参数类型,还要检查返回数据的类型。
  4. NetConnection.Call.Failed: HTTP: Status 404: url...: '虚拟主机的域名/子目录/Gateway.aspx'":没将Root URL设置为虚拟主机的域名。
  5. RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed errorNetConnection.Call.Failed: HTTP: Status 404: url: 'http://localhost/Gateway.aspx...'":Root URL中包含的Context Root与Context Root中设置的不一致。
  6. [RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Security.Error error Error #2048...: 安全沙箱冲突
  7. RPC Fault faultString="MessagingError message='Destination 'fluorine' either does not exist or the destination has no channels defined (and the application does not define any default channels.)'" faultCode="InvokeFailed" faultDetail="Couldn't establish a connection to 'fluorine'"...:FluorineFX没配置或destination 没有定义channels(默认是fluorine),ReferenceError: Error #1056: 无法为 ...创建属性...:当使用[RemoteClass(alias="XXX")],客户端与服务器端Value Object映射时属性名不一致。

二、Http Service

  1. faultCode:Server.Proxy.Request.Failed faultString:'HTTP/1.1 404 Not Found' faultDetail:'HTTP/1.1 404 Not Found':url错误。
  2. faultCode:Channel.Security.Error faultString:'Security error accessing url' faultDetail:'Destination: DefaultHTTP':不使用代理时遇到安全沙箱冲突。
  3. The URL specified XXX is not allowed by the selected destination 'DefaultHTTP:使用默认终端代理时遇到安全沙箱冲突。
  4. No destination with id XXX is registered with any service/MessagingError message='Destination 'students' either does not exist or the destination has no channels defined (and the application does not define any default channels.)':.使用命名终端代理时,destination不一致。

相关文章:

  • 北京网站建设多少钱?
  • 辽宁网页制作哪家好_网站建设
  • 高端品牌网站建设_汉中网站制作
  • 提高网页关键词排名的实用方法
  • 疯狂Java讲义(十一)---- 初始化块
  • java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
  • javaweb学习总结(三十六)——使用JDBC进行批处理
  • java数据库设计的14个技巧
  • Population Genetics and Demography Unite Ecology and Evolution
  • 三种不同数据库取前10条记录
  • 算法:正面硬币
  • failed to connect session timed out
  • kylin的状态栏(启动器)改成ubuntu之前的样子
  • java页面抓取代码
  • 【bzoj3730】 震波
  • flex分页代码
  • 蒟蒻ACMer回忆录 · 一段弱校ACM的奋斗史
  • 使用java控制UDP协议
  • php的引用
  • [原]深入对比数据科学工具箱:Python和R 非结构化数据的结构化
  • CSS 三角实现
  • HTTP中的ETag在移动客户端的应用
  • interface和setter,getter
  • javascript数组去重/查找/插入/删除
  • JavaWeb(学习笔记二)
  • Js实现点击查看全文(类似今日头条、知乎日报效果)
  • Node项目之评分系统(二)- 数据库设计
  • SAP云平台运行环境Cloud Foundry和Neo的区别
  • Selenium实战教程系列(二)---元素定位
  • use Google search engine
  • vue 个人积累(使用工具,组件)
  • 道格拉斯-普克 抽稀算法 附javascript实现
  • 基于游标的分页接口实现
  • 离散点最小(凸)包围边界查找
  • 力扣(LeetCode)965
  • 猫头鹰的深夜翻译:JDK9 NotNullOrElse方法
  • 使用iElevator.js模拟segmentfault的文章标题导航
  • 数据科学 第 3 章 11 字符串处理
  • - 语言经验 - 《c++的高性能内存管理库tcmalloc和jemalloc》
  • 原生js练习题---第五课
  • 运行时添加log4j2的appender
  • #QT(一种朴素的计算器实现方法)
  • (1)(1.13) SiK无线电高级配置(五)
  • (13)Latex:基于ΤΕΧ的自动排版系统——写论文必备
  • (C语言)字符分类函数
  • (二)原生js案例之数码时钟计时
  • (附源码)ssm智慧社区管理系统 毕业设计 101635
  • (提供数据集下载)基于大语言模型LangChain与ChatGLM3-6B本地知识库调优:数据集优化、参数调整、Prompt提示词优化实战
  • (原创)boost.property_tree解析xml的帮助类以及中文解析问题的解决
  • .bat文件调用java类的main方法
  • .gitignore
  • .NET 3.0 Framework已经被添加到WindowUpdate
  • .NET Core 控制台程序读 appsettings.json 、注依赖、配日志、设 IOptions
  • .NET 快速重构概要1
  • .net 设置默认首页
  • .net6 core Worker Service项目,使用Exchange Web Services (EWS) 分页获取电子邮件收件箱列表,邮件信息字段
  • .NET使用存储过程实现对数据库的增删改查
  • .net知识和学习方法系列(二十一)CLR-枚举