Hi,
This is probably a real stupid noob problem but Google hasn't been much help.I'm
just learning Cairngorm and using Zend_AMF for the backend.Very simple app right
now to test Services (one delegate, one command,one event and one RO. The php
and zend are working (the data loads to another swf, without Cairngorm, from the
same files). I've played with this for days and just don't know where else to
look.
Thanks , JD
Here's what I get:
Error Message:
RPC Fault faultString="Channel disconnected"
faultCode="Client.Error.DeliveryInDoubt"
TraceTarget:
[SWF] Users:jdhoover:Desktop:wr03:bin-debug:wr03.swf - 1,668,999 bytes after
decompression
17:59:44.958->[INFO]->mx.messaging.Producer->'0A741973-0571-F64F-105D-CDB73E2F60\
1E' producer set destination to 'zend'.
17:59:48.258->[INFO]->mx.messaging.Producer->'0A741973-0571-F64F-105D-CDB73E2F60\
1E' producer sending message 'E552E35B-7317-A3E1-62F3-CDB74B1EFF2D'
17:59:48.323->[INFO]->mx.messaging.Channel->'zend-endpoint' channel endpoint set
to http://localhost:8888/WRBackEnd/index.php
17:59:48.329->[INFO]->mx.messaging.Channel->'zend-endpoint' channel settings
are:
<channel id="zend-endpoint" type="mx.messaging.channels.AMFChannel">
<endpoint uri="http://localhost:8888/WRBackEnd/index.php"/>
<properties/>
</channel>
18:00:11.078->[INFO]->mx.messaging.Producer->'0A741973-0571-F64F-105D-CDB73E2F60\
1E' producer sending message '11687BFD-C9E8-F819-AF0F-CDB7A4451D05'
18:00:27.050->[DEBUG]->mx.messaging.Channel->'zend-endpoint' pinging endpoint.
18:00:30.681->[INFO]->mx.messaging.Channel->'zend-endpoint' channel is
connected.
18:00:30.874->[DEBUG]->mx.messaging.Channel->'zend-endpoint' channel sending
message:
(mx.messaging.messages::RemotingMessage)#0
body = (Array)#1
clientId = (null)
destination = "zend"
headers = (Object)#2
messageId = "E552E35B-7317-A3E1-62F3-CDB74B1EFF2D"
operation = "get"
source = "WRBackEnd/ContactDAO"
timestamp = 0
timeToLive = 0
18:00:30.910->[INFO]->mx.messaging.Producer->'0A741973-0571-F64F-105D-CDB73E2F60\
1E' producer connected.
18:00:32.723->[DEBUG]->mx.messaging.Channel->'zend-endpoint' channel got status.
(Object)#0
code = "NetConnection.Call.BadVersion"
description = ""
details = ""
level = "error"
18:00:32.729->[INFO]->mx.messaging.Channel->'zend-endpoint' channel polling
stopped.
18:00:32.733->[INFO]->mx.messaging.Channel->'zend-endpoint' channel
disconnected.
18:00:32.739->[WARN]->mx.messaging.Producer->'0A741973-0571-F64F-105D-CDB73E2F60\
1E' producer channel disconnected.
18:00:32.759->[ERROR]->mx.messaging.Producer->'0A741973-0571-F64F-105D-CDB73E2F6\
01E' producer fault for 'E552E35B-7317-A3E1-62F3-CDB74B1EFF2D'.
I'm obviously not getttng a result back to the command.
Thanks again,
J.D.Hoover