【发布时间】:2010-03-23 21:13:17
【问题描述】:
我正在用 flex blazeds 和 Java 编写一个 Web 应用程序。我安装了用于使用 WTP 混合项目的 Eclipse 插件。当我运行我的 flex 服务时,我正在使用 flex 的服务器,该服务器使用 tomcat 的仿真,Web 应用程序获取了数据,一切正常。问题是当我在我的 tomcat 或 blazeds 的 tomcat 中使用 flex 生成的所有文件复制项目时,它不起作用,这是因为我想在服务器上实现我的应用程序,错误是:
"(mx.messaging.messages::ErrorMessage)#0
body = (Object)#1
clientId = (null)
correlationId = "B425A2A7-7D12-A982-7779-8CCBF669413C"
destination = ""
extendedData = (null)
faultCode = "Client.Error.MessageSend"
faultDetail = "Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://172.16.8.245:8400/IEC-BLAZEDS/messagebroker/amf'"
faultString = "Send failed"
headers = (Object)#2
messageId = "1CBC6020-0ED8-C4CC-3B77-8CCBF6D6621D"
rootCause = (mx.messaging.events::ChannelFaultEvent)#3
bubbles = false
cancelable = false
channel = (mx.messaging.channels::AMFChannel)#4
authenticated = false
channelSets = (Array)#5
[0] (mx.messaging::ChannelSet)#6
authenticated = false
channelIds = (Array)#7
[0] "my-amf"
channels = (Array)#8
[0] (mx.messaging.channels::AMFChannel)#4
clustered = false
connected = false
currentChannel = (mx.messaging.channels::AMFChannel)#4
initialDestinationId = (null)
messageAgents = (Array)#9
[0] (mx.rpc::AsyncRequest)#10
authenticated = false
autoConnect = true
channelSet = (mx.messaging::ChannelSet)#6
clientId = (null)
connected = false
defaultHeaders = (null)
destination = "ADEscenario"
id = "7D92EDF2-CF62-9545-BA11-8CCBF6691E6B"
reconnectAttempts = 0
reconnectInterval = 0
requestTimeout = -1
subtopic = ""
connected = false
connectTimeout = -1
enableSmallMessages = true
endpoint = "http://172.16.8.245:8400/IEC-BLAZEDS/messagebroker/amf"
failoverURIs = (Array)#11
id = "my-amf"
mpiEnabled = false
netConnection = (flash.net::NetConnection)#12
client = (mx.messaging.channels::AMFChannel)#4
connected = false
objectEncoding = 3
proxyType = "none"
uri = "http://172.16.8.245:8400/IEC-BLAZEDS/messagebroker/amf"
piggybackingEnabled = false
polling = false
pollingEnabled = true
pollingInterval = 3000
protocol = "http"
reconnecting = false
recordMessageSizes = false
recordMessageTimes = false
requestTimeout = -1
uri = "http://{server.name}:{server.port}/IEC-BLAZEDS/messagebroker/amf"
url = "http://{server.name}:{server.port}/IEC-BLAZEDS/messagebroker/amf"
useSmallMessages = false
channelId = "my-amf"
connected = false
currentTarget = (mx.messaging.channels::AMFChannel)#4
eventPhase = 2
faultCode = "Channel.Connect.Failed"
faultDetail = "NetConnection.Call.Failed: HTTP: Failed: url: 'http://172.16.8.245:8400/IEC-BLAZEDS/messagebroker/amf'"
faultString = "error"
reconnecting = false
rejected = false
rootCause = (Object)#13
code = "NetConnection.Call.Failed"
description = "HTTP: Failed"
details = "http://172.16.8.245:8400/IEC-BLAZEDS/messagebroker/amf"
level = "error"
target = (mx.messaging.channels::AMFChannel)#4
type = "channelFault"
timestamp = 0
timeToLive = 0"
我不知道为什么 tomcat 找不到用于 my-amf 'http://172.16.8.245:8400/IEC-BLAZEDS/messagebroker/amf' 的 flex.messaging.endpoints.AMFEndpoint 类。在 flex 拥有的模拟服务器中一切正常。
【问题讨论】:
标签: java apache-flex tomcat implementation blazeds