• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    Flex 错误(mx.messaging.messages::RemotingMessage)分析

    先看下异常信息:

    (mx.messaging.messages::RemotingMessage)#0
    
     body = (Array)#1
    
     clientId = (null)
    
     destination = ""
    
     headers = (Object)#2
    
     messageId = "9D7C932F-AFFA-26C1-F624-C1EA7B88DB1B"
    
     operation = "getAllClasses"
    
     source = (null)
    
     timestamp = 0
    
    timeToLive = 0

    从异常信息中可以发现destination值为空字符串,根本原因是配置文件remoting-config.xml中没有定义destination对应的调用目标。

    比如

    var classesDao : RemoteObject = new RemoteObject("ClassesDao");

    到remoting-config.xml中查找destination标签Id为ClassesDao的声明,没有找到,所以报告如上异常信息。

    您可能感兴趣的文章:
    • Microsoft .Net Remoting系列教程之三:Remoting事件处理全接触
    • Microsoft .Net Remoting系列教程之二:Marshal、Disconnect与生命周期以及跟踪服务
    • Microsoft .Net Remoting系列教程之一:.Net Remoting基础篇
    • ASP.NET通过Remoting service上传文件
    • java webservice上传下载文件代码分享
    • java通过客户端访问服务器webservice的方法
    • ASP.NET使用WebService实现天气预报功能
    • jQuery调用Webservice传递json数组的方法
    • C# WebService发布以及IIS发布
    • Remoting和Webservice的详细介绍及区别
    上一篇:FLEX ArrayCollection删除过滤的数据问题解决
    下一篇:手把手教你使用flex eclipse整合spring
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    Flex 错误(mx.messaging.messages::RemotingMessage)分析 Flex,错误,mx.messaging.messages,