flex rpc 錯誤整理

2021-05-01 10:58:07 字數 1356 閱讀 7055

一、flex remoting

channel definition, mx.messaging.channels.rtmpchannel, can not be found...:最新版的fluorined在services-config.xml中新增了rtmp channel,主要是用來配置flex messaging,編譯時需要fds.swc支援,當然如果不需要此功能可以注釋掉channel-definition這個節點。

rpc fault faultstring="the requested type ... is not accessible":flash remoting服務名不對

rpc fault faultstring="could not find a suitable method with name ..." :找不到對應的方法。首選看方法名對不對,再看方法的引數個數,引數型別,還要檢查返回資料的型別。

netconnection.call.failed: http: status 404: url...: '虛擬主機的網域名稱/子目錄/gateway.aspx'":沒將root url設定為虛擬主機的網域名稱。

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中設定的不一致。

[rpc fault faultstring="send failed" faultcode="client.error.messagesend" faultdetail="channel.security.error error error #2048...: 安全沙箱衝突

二、http service

faultcode:server.proxy.request.failed faultstring:'http/1.1 404 not found' faultdetail:'http/1.1 404 not found':url錯誤。

faultcode:channel.security.error faultstring:'security error accessing url' faultdetail:'destination: defaulthttp':不使用**時遇到安全沙箱衝突。

the url specified *** is not allowed by the selected destination 'defaulthttp:使用預設終端**時遇到安全沙箱衝突。

Git錯誤整理

最近在在做這個,希望對大家有幫助。gitpush u origin 報錯 no refs in common and none specified doing nothing perhaps you should specify a branch such as master 可以試試直接用 git...

Spring錯誤整理

1 專案啟動時,spring配置檔案解析失敗,報 cvc elt.1 找不到元素 beans 的宣告 的錯誤。原因 spring配置檔案xsi宣告的spring版本號與專案中引用的spring jar包版本不一致,配置檔案中的版本高,jar包版本低 網上搜到的另乙個原因 在dtd中缺少 xmlns ...

Django Django錯誤整理

1.settings cannot be imported,because environment variable django settings module is undefined.解決方法 from django.template import template,context from ...