I was just wondering if there was any joy on getting the messaging
service to work.
I too have trying to get a better understanding of fds and i want to
run through the simple chat application.
when i run the swf in IE, i get the following error message:
[MessagingError message='Unknown destination 'MyTransientTopic'.']
at mx.messaging.config::ServerConfig$/getChannelSet()
at
mx.messaging::Consumer/mx.messaging:Consumer::initChannelSet()
at
mx.messaging::MessageAgent/mx.messaging:MessageAgent::internalSend()
at mx.messaging::Consumer/subscribe()
at ChatClient/___Application1_creationComplete()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEv
entFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()
at mx.core::UIComponent/set initialized()
at mx.managers::LayoutManager/::doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/::callLaterDispatcher2()
at mx.core::UIComponent/::callLaterDispatcher()
Any help would be appreciated
Barry
--- In [email protected], "Robs" <[EMAIL PROTECTED]> wrote:
>
> Nopes :(( ! It still shows the same error. Is it that fds can't
> locate my config files properly. Lemme give the dir structure of my
> project :
>
> <flex samples folder>
> <messageboard folder>
> <my chat app folder>
> <web-inf folder>
> {all fds related config xmls}
>
> The way I access my app is
> http://localhost:8080/samples/messageboard/fdsChat/fdsChat.mxml .
>
>
>
> --- In [email protected], "Dirk Eismann" <DEismann@>
> wrote:
> >
> > 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: [email protected]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Robs
> > > Sent: Tuesday, April 10, 2007 3:36 PM
> > > To: [email protected]
> > > 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
> > >
> > >
> > >
> > >
> >
>