Troubleshoot flex RPC errors

Source: Internet
Author: User

I. Flex remoting

  1. Channel Definition, MX. messaging. channels. rtmpchannel, can not be found...: the latest version of fluorined added rtmp channel in the services-config.xml, mainly used to configure flex messaging, FDS is required for compilation. SWC support. If you do not need this function, you can comment out the channel-definition node.
  2. RPC fault faultstring = "the requested type... is not accessible": The Flash remoting service name is incorrect
  3. RPC fault faultstring = "cocould not find a suitable method with name...": The corresponding method cannot be found. First, check whether the method name is correct. Then, check the number of parameters, parameter type, and type of returned data.
  4. Netconnection. call. failed: http: Status 404: URL...: 'vm domain name/subdirectory/gateway. aspx '": the root URL is not set as the domain name of the VM.
  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... '": the context root in the root URL is inconsistent with the one set in the Context root.
  6. [RPC Fault faultString = "Send failed" faultCode = "Client. Error. MessageSend" faultDetail = "Channel. Security. Error error Error #2048...: Security Sandbox conflict
  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 is not configured or destination does not define channels (fluorine by default), ReferenceError: Error #1056: cannot be... creating properties...: When [RemoteClass (alia S = "XXX")]. The property names are inconsistent when the client and server Value Object are mapped.

Ii. HTTP service

  1. FaultCode: Server. Proxy. Request. Failed faultString: 'http/1.1 404 Not Found 'faultDetail: 'http/1.1 404 Not Found': url error.
  2. FaultCode: Channel. Security. Error faultString: 'security error accessing url 'faultdetail: 'destination: DefaultHTTP ': Security Sandbox conflict when proxy is not used.
  3. The URL specified XXX is not allowed by the selected destination 'defaulthttp: A Security Sandbox conflict occurs when The default terminal proxy is used.
  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 is inconsistent when you use the named terminal proxy.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.