Did this ever get sorted out I am having the saem issue.

Paul

--- In flexcoders@yahoogroups.com, Bart Ronsyn <[EMAIL PROTECTED]> wrote:
>
> init chatroomlogic
> 'cds-consumer-chatroom-null' consumer set destination to 'chatroom'.
> New DataService for destination: chatroom
> 'my-rtmp' channel endpoint set to rtmp://host:2038
> 'AA954C04-5838-B853-279B-68A6A4689F1D' producer set destination to 'chatroom'.
> Creating shared data store with id: '[ChannelSet ]' for destination: 
> 'chatroom'
> Adding data service: chatroom to the data store: null initialized: false
> DataService.fill() called for destination: chatroom with args: []
> 'my-rtmp' channel got connect attempt status. (Object)#0
>   code = "NetConnection.Connect.Success"
>   description = "Connection succeeded."
>   details = (null)
>   id = "EA7F1120-9F0C-EC27-6D7F-9AA9131226EF"
>   level = "status"
>   objectEncoding = 3
>   serverConfig = (mx.messaging.config::ConfigMap)#1
>     channels = (mx.messaging.config::ConfigMap)#2
>       channel = (mx.messaging.config::ConfigMap)#3
>         endpoint = (mx.messaging.config::ConfigMap)#4
>           uri = "rtmp://{server.name}:2038"
>         id = "my-rtmp"
>         type = "mx.messaging.channels.RTMPChannel"
>     service = (mx.messaging.config::ConfigMap)#5
>       destination = (mx.collections::ArrayCollection)#6
>         filterFunction = (null)
>         length = 3
>         list = (mx.collections::ArrayList)#7
>           length = 3
>           source = (Array)#8
>             [0] (mx.messaging.config::ConfigMap)#9
>               channels = (mx.messaging.config::ConfigMap)#10
>                 channel = (mx.messaging.config::ConfigMap)#11
>                   ref = "my-rtmp"
>               id = "user"
>               properties = (mx.messaging.config::ConfigMap)#12
>                 metadata = (mx.messaging.config::ConfigMap)#13
>                   identity = (mx.messaging.config::ConfigMap)#14
>                     property = "id"
>                     undefined-value = (null)
>                 network = (mx.messaging.config::ConfigMap)#15
>                   paging = (mx.messaging.config::ConfigMap)#16
>                     enabled = "false"
>                     pageSize = "10"
>                   reconnect = (mx.messaging.config::ConfigMap)#17
>                     fetch = "IDENTITY"
>             [1] (mx.messaging.config::ConfigMap)#18
>               channels = (mx.messaging.config::ConfigMap)#19
>                 channel = (mx.messaging.config::ConfigMap)#20
>                   ref = "my-rtmp"
>               id = "session"
>               properties = (mx.messaging.config::ConfigMap)#21
>                 metadata = (mx.messaging.config::ConfigMap)#22
>                   identity = (mx.messaging.config::ConfigMap)#23
>                     property = "sessionId"
>                     undefined-value = (null)
>                 network = (mx.messaging.config::ConfigMap)#24
>                   paging = (mx.messaging.config::ConfigMap)#25
>                     enabled = "false"
>                     pageSize = "10"
>                   reconnect = (mx.messaging.config::ConfigMap)#26
>                     fetch = "IDENTITY"
>             [2] (mx.messaging.config::ConfigMap)#27
>               channels = (mx.messaging.config::ConfigMap)#28
>                 channel = (mx.messaging.config::ConfigMap)#29
>                   ref = "my-rtmp"
>               id = "chatroom"
>               properties = (mx.messaging.config::ConfigMap)#30
>                 metadata = (mx.messaging.config::ConfigMap)#31
>                   identity = (mx.messaging.config::ConfigMap)#32
>                     property = "roomId"
>                     undefined-value = (null)
>                 network = (mx.messaging.config::ConfigMap)#33
>                   paging = (mx.messaging.config::ConfigMap)#34
>                     enabled = "false"
>                     pageSize = "10"
>                   reconnect = (mx.messaging.config::ConfigMap)#35
>                     fetch = "IDENTITY"
>           uid = "784B4D92-9078-D81C-DAF0-68A6A4D61E3E"
>         sort = (null)
>         source = (Array)#8
>       id = "data-service"
> 'my-rtmp' channel is connected.
> 'my-rtmp' channel sending message:
> (mx.messaging.messages::CommandMessage)
>   body=(Object)#0
>   clientId=(null)
>   correlationId=""
>   destination="chatroom"
>   headers=(Object)#0
>   messageId="D079B438-0FDB-3535-7131-68A6A4F55A80"
>   operation="client ping"
>   timeToLive=0
>   timestamp=0
> 'cds-consumer-chatroom-null' consumer connected.
> 'ds-producer-chatroom' producer connected.
> Configuration for destination='chatroom':
> 
 <properties>
>   <metadata>
>     <identity property="roomId">
>       <undefined-value/>
>     </identity>
>   </metadata>
>   <network>
>     <paging enabled="false" pageSize="10"/>
>     <reconnect fetch="IDENTITY"/>
>   </network>
> </properties>
> data store: null is initialized
> 'ds-producer-chatroom' producer sending message 'A9891FB6-3357-A802-7A72-
68A6A5057A6C'
> 'my-rtmp' channel sending message:
> (mx.data.messages.DataMessage)
>   messageId = 'A9891FB6-3357-A802-7A72-68A6A5057A6C'
>   operation = fill
>   destination = chatroom  identity = (null)
>   body = []
>   headers = {}
> 'ds-producer-chatroom' producer acknowledge of 'D079B438-0FDB-3535-7131-
68A6A4F55A80'.
> 'ds-producer-chatroom' producer acknowledge of 'A9891FB6-3357-A802-7A72-
68A6A5057A6C'.
> 'cds-consumer-chatroom-null' consumer subscribe.
> Result for chatroom.fill([]) ->: [] (synced)
> DataService.createItem() called for destination: chatroom called with item:
>   my.beans::ChatRoom {
>   name = "Josss"
>   ownerId = 10
>   roomId = 0
>   users = null
> } with referencedIds [{}]
> Queuing message for server:
> (mx.data.messages.DataMessage)
>   messageId = 'EBCC4137-ACC5-B38C-90C6-68A6C668E663'
>   operation = create and sequence
>   destination = chatroom  identity = {
>     roomId = 0
>   }
>   body = my.beans::ChatRoom {
>     name = "Josss"
>     ownerId = 10
>     roomId = 0
>     users = null
>   } with referencedIds [{}]
>   headers = {}
> Adding item to cache: EBCC4137-ACC5-B38C-90C6-68A6C668E663 destination: 
chatroom
> Before commit: dataStore: uncommitted: 1, outstandingBatches: 0, conflicts: 
> 0, toMerge: 
0
> 'ds-producer-chatroom' producer sending message '544329BE-4C45-0FF3-BB62-
68A6C6870A30'
> 'my-rtmp' channel sending message:
> (mx.data.messages.DataMessage)
>   messageId = '544329BE-4C45-0FF3-BB62-68A6C6870A30'
>   operation = transacted
>   destination = chatroom  identity = (null)
>   body = [
>     mx.data.messages::DataMessage {
>       body = my.beans::ChatRoom {
>         name = "Josss"
>         ownerId = 10
>         roomId = 0
>         users = null
>       }
>       clientId = "6D8EA4BD-811A-A090-3998-68A6A4596498"
>       correlationId = "544329BE-4C45-0FF3-BB62-68A6C6870A30"
>       destination = "chatroom"
>       headers = {}
>       identity = {
>         roomId = 0
>       }
>       messageId = "EBCC4137-ACC5-B38C-90C6-68A6C668E663"
>       operation = 11
>       timestamp = 0
>       timeToLive = 0
>     }
>   ]
>   headers = {}
> 'ds-producer-chatroom' producer acknowledge of '544329BE-4C45-0FF3-BB62-
68A6C6870A30'.
> DataStore received commit response:
> (mx.messaging.messages::AcknowledgeMessage)#0
>   body = (Array)#1
>     [0] (mx.data.messages::SequencedMessage)#2
>       body = (Array)#3
>         [0] (my.beans::ChatRoom)#4
>           name = "Josss"
>           ownerId = 10
>           roomId = 0
>           users = (null)
>       clientId = (null)
>       correlationId = (null)
>       dataMessage = (mx.data.messages::DataMessage)#5
>         body = (my.beans::ChatRoom)#4
>         clientId = "6D8EA4BD-811A-A090-3998-68A6A4596498"
>         correlationId = "544329BE-4C45-0FF3-BB62-68A6C6870A30"
>         destination = "chatroom"
>         headers = (Object)#6
>           DSEndpoint = "my-rtmp"
>           DSId = "EA7F1120-9F0C-EC27-6D7F-9AA9131226EF"
>         identity = (Object)#7
>           roomId = 0
>         messageId = "EBCC4137-ACC5-B38C-90C6-68A6C668E663"
>         operation = 11
>         timestamp = 1217231511041
>         timeToLive = 0
>       destination = "chatroom"
>       dynamicSizing = 0
>       headers = (Object)#8
>       messageId = "EBCC4137-ACC5-B38C-90C6-68A6C668E663"
>       sequenceId = 1
>       sequenceProxies = (null)
>       sequenceSize = 1
>       timestamp = 1217231511054
>       timeToLive = 0
>     [1] (mx.data.messages::UpdateCollectionMessage)#9
>       body = (Array)#10
>         [0] (mx.data::UpdateCollectionRange)#11
>           identities = (Array)#12
>             [0] (Object)#13
>               roomId = 1
>           position = 0
>           updateType = 0
>       clientId = "6D8EA4BD-811A-A090-3998-68A6A4596498"
>       collectionId = (Array)#14
>       correlationId = "544329BE-4C45-0FF3-BB62-68A6C6870A30"
>       destination = "chatroom"
>       headers = (Object)#15
>       identity = (null)
>       messageId = "srv:BAD15C2D-7F0E-35AA-FB8F-71EF5DEC12F7:37"
>       operation = 17
>       replace = false
>       timestamp = 1217231511065
>       timeToLive = 0
>       updateMode = 1
>   clientId = "EA7F11AE-391E-2D21-52A4-249F6B814F54"
>   correlationId = "544329BE-4C45-0FF3-BB62-68A6C6870A30"
>   destination = (null)
>   headers = (Object)#16
>   messageId = "EA7F643B-091B-AF9A-5EC9-4D56045C1337"
>   timestamp = 1217231511065
>   timeToLive = 0
> Changing id of item in cache from: EBCC4137-ACC5-B38C-90C6-68A6C668E663 to: 
chatroom:::0 destination: chatroom
> Requesting items with ids: [
>     {
>       roomId = 1
>     }
>   ] for chatroom.fill([])
> 'ds-producer-chatroom' producer sending message '6DC2F8A0-EC11-B23F-9047-
68A6C7429BDF'
> 'my-rtmp' channel sending message:
> (mx.data.messages.DataMessage)
>   messageId = '6DC2F8A0-EC11-B23F-9047-68A6C7429BDF'
>   operation = page_items
>   destination = chatroom  identity = (null)
>   body = {}
>   headers = {
>     DSids = [
>       {
>         roomId = 1
>       }
>     ]
>     sequenceId = 0
>   }
> j : 0
>



Reply via email to