Make sure to restart FDS after you modify any of the config files. Also,
if you're using Flex Builder 2 then it's always a good idea to do a
Project --> Clean after modifying the FDS config files.

Dirk. 

> -----Original Message-----
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Robs
> Sent: Tuesday, April 10, 2007 3:36 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] FDS Messaging error
> 
> Hi all,
>   I'm trying out a sample chat app using fds messaging. As 
> per the instructions, I made a new destination in the 
> messaging-config.xml as
> follows:
> 
> <destination id="MyTransientTopic">
>         <properties>
>             <server>
>                 <durable>false</durable>
>             </server>
>         </properties>
>         <channels>
>             <channel ref="my-rtmp"/>
>         </channels>
> </destination>
> 
> Unfortunately, my application does not seem to get this 
> destination & is throwing the following error:
> 
> [Error: (mx.messaging.messages::ErrorMessage)#0
>   body = (null)
>   clientId = (null)
>   correlationId = "AC6C8425-5819-7952-C465-DBB44D54B08E"
>   destination = "MyTransientTopic"
>   extendedData = (null)
>   faultCode = "Server.Processing"
>   faultDetail = (null)
>   faultString = "No destination 'MyTransientTopic' exists in 
> service flex.messaging.services.MessageService"
>   headers = (Object)#1
>   messageId = "996330F1-2418-1987-0B1E-A4C224645BD9"
>   rootCause = (null)
>   timestamp = 1176212098404
>   timeToLive = 0]
> 
> 
>   Where am I going wrong? Please help !
> 
> Regards,
> Robi.
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
> 

Reply via email to